Skip to content

bolivarbryan/BoliWebView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published