/BoliWebView

A little-weight UIWebView that let you insert your url in interface builder

Primary LanguageShellMIT LicenseMIT

BoliWebView

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

BoliWebView is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "BoliWebView"

Don't forget to configure your .plist file for making http requests

<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>

Author

Bryan, bolivarbryan@gmail.com

License

BoliWebView is available under the MIT license. See the LICENSE file for more info.

A little-weight UIWebView that let you insert your url in interface builder