NSURL-Validate 1.0.1× 测试已测试✗ 语言语言 Obj-CObjective C许可证 MIT 发布最后发布2015年9月由 Alex Zarochintsev 维护。安装指南×NSURL-Validate 安装指南您想将类似于以下内容的 pod 'NSURL-Validate', '~> 1.0' 添加到您的 Podfile 中target 'MyApp' do pod 'NSURL-Validate', '~> 1.0' end然后在您的终端或从 CocoaPods.app 中运行 pod install 命令。或者为了测试运行,运行以下命令pod try NSURL-Validate查看 PodspecGitHub 仓库CocoaPods.org 上的页面NSURL-Validate 1.0.1由Alex Zarochintsevzarochintsevzarochintsev/NSURL-ValidateGitHub 仓库 NSURL 的一个类别,用于检查 URL 是否有效。 用法 NSURL *URL = [NSURL URLWithString:@"http://google.com.ua"]; BOOL isURL = [URL isURL]; 许可证 此代码根据 MIT 许可证的条款和条件进行分发。