CocoaPods trunk is moving to be read-only. Read more on the blog, there are 17 months to go.

NSURL-Validate 1.0.1

NSURL-Validate 1.0.1

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.

Usage

    NSURL *URL = [NSURL URLWithString:@"http://google.com.ua"];
    BOOL isURL = [URL isURL];

License

This code is distributed under the terms and conditions of the MIT license.