MakeItHybrid 0.1.0

MakeItHybrid 0.1.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Jul 2015
SPMSupports SPM

Maintained by miletliyusuf.



  • By
  • miletliyusuf

MakeItHybrid let you create your hybrid application very easily for iOS in Swift language.

MakeItHybrid

How To Get Start

If you finished installation of pod file(see at below how to do), you should import the framework in the begining of your controller class like:

    import MakeItHybrid

Then, define the framework as your class variable

    var openUrl = MakeItHybrid()

and in your viewDidLoad() method you should tell the framework which view will show your web page as it is below

    openUrl.superView = self.view

finally add your url:

    openUrl.makeHybridWithUrlString("http://miletli.com")

In any kind of question or advices, please do not hesitate to ask or advice!

Usage

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

Requirements

Installation

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

pod "MakeItHybrid"

Author

Yusuf Miletli, [email protected]

License

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