If you have any issue while iPhone Application Development you can contact me.
How to search sub string
NSString *string = @"iPhone Application Development"; if ([string rangeOfString:@"iPhone"].location == NSNotFound)
{ NSLog(@"String does not contain iPhone"); }
else
{ NSLog(@"String contains iPhone!"); }
Kamleshwar
No comments:
Post a Comment
Kamleshwar