NSString *labelText = @"Choose a topic from the left to find answers for your questions about iPhone. For the latest downloads, manuals, and other resources for iPhone, choose an option below.";
NSLog(@"Label Text:--->%@",labelText);
So my issue is that I want to search iPhone text wherever is display in above nsstring and also get position if possible so please give me any idea or any link to develop this functionality.
Take it here: (
NSLogwill print indexes of yoursubstringpositions insourcestring)