在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:TransitApp/SVWebViewController开源软件地址:https://github.com/TransitApp/SVWebViewController开源编程语言:Objective-C 97.2%开源软件介绍:SVWebViewControllerSVWebViewController is a simple inline browser for your iOS 7 app. SVWebViewController features:
InstallationCocoaPodsI'm not a big fan of CocoaPods, so tend to not keep it updated. If you really want to use SVWebViewController with CocoaPods, I suggest you use Manually
Usage(see sample Xcode project in Just like any UIViewController, SVWebViewController can be pushed into a UINavigationController stack: SVWebViewController *webViewController = [[SVWebViewController alloc] initWithAddress:@"http://google.com"];
[self.navigationController pushViewController:webViewController animated:YES]; It can also be presented modally using SVModalWebViewController *webViewController = [[SVModalWebViewController alloc] initWithAddress:@"http://google.com"];
[self presentViewController:webViewController animated:YES completion:NULL]; SVWebViewControllerActivityStarting in iOS 6 Apple uses CreditsSVWebViewController is brought to you by Sam Vermette and contributors to the project. If you have feature suggestions or bug reports, feel free to help out by sending pull requests or by creating new issues. If you're using SVWebViewController in your project, attribution is always appreciated. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论