i have a question that i want to put a button instead of @”/n” ie,@”uibutton”
BibleIphoneAppDelegate *appDelegate = (BibleIphoneAppDelegate *)[[UIApplication sharedApplication] delegate];
NSArray *allVerses = [appDelegate.biblearray valueForKey:@"verseNumber"];
_bibleDesciption.text = [allVerses componentsJoinedByString:@"/n"];
verseNumber contains verses of the bible ,my need is to put a button in between verses.I hope u understand my question.plase help me to do this.
Thanks in advance.
I haven’t tested this, so it probably contains some bugs, but should help you get started.