In my application, when the user add an object, can also add a link for this object and then the link can be opened in a webView. I tried to save a link without http://
I am not sure if there is any method to check that but you check it in the code.
try using
NSRange range = [urlString rangeOfString:@"http://"]; if (range.location != NSNotFound) // Add http://