To run the example project, clone the repo, and run pod install
from the Example directory first.
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>
Bryan, bolivarbryan@gmail.com
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