CocoaPods trunk is moving to be read-only. Read more on the blog, there are 17 months to go.
TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Sep 2015 |
Maintained by Alex Zarochintsev.
A category on NSURL for checking if a URL is valid.
NSURL *URL = [NSURL URLWithString:@"http://google.com.ua"];
BOOL isURL = [URL isURL];
This code is distributed under the terms and conditions of the MIT license.