I have an arrayappdeligate.biblearray. I just want to display this array in a textview. This array contains sql datas of 4 types chapterno, verses, genisis and text. i need to extract only the verses and display it in textview how to do this?
I have an array appdeligate.biblearray . I just want to display this array in
Share
It seems
biblearrayhas the objects of typebible. You can get theversesfrombibleobjects like this,or directly as,
If you want to display all the
versesin the textView, you can do it like this,@"\n\n"adds two new lines between theverses.