7 February 2012, 12:54 PM

Check to see if string is found. Looking for in string

NSString *input= @"does this string contain the word data";
NSString *find= @"data";

NSRange range;
for (NSString *string in stringList)

{
range = [input rangeOfString:find];
if (range.location != NSNotFound)
{
NSLog (@"feed ready for download");
}else{
NSLog (@"feed broken");
}

}

 




We have a large portfolio of work we have completed for clients. Our portfolio always carries our current new iPhone applications. Take a look

Follow us on Twitter, We aim to provide Live Information - @olliekett
 



© OKD Limited 2012 | Contact Us
OKD Limited is a private registered company in England and Wales.
 
Ollie Kett Designs - Tracking System