Skip to content

Getting Started

zhenglibao edited this page Jan 13, 2018 · 7 revisions

FlexLib is a framework for creating native iOS applications using a human-readable markup language, similar to Android and .NET development way.

Get FlexLib

FlexLib is developed as freely open-source project on Github. You can get it through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'FlexLib'

Then import FlexLib.h in your project.pch:

#import <FlexLib/FlexLib.h>

Maybe you will get error when pod install. If so you will need to update your local pod repository. See more here

Clone this wiki locally