Latest | 0.1.2 |
---|---|
Homepage | https://github.com/jasonchan91/JCLandingView |
License | MIT |
Platforms | ios 9.0 |
Authors |
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
JCLandingView is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'JCLandingView'
Author
jasonchan91, [email protected]
License
JCLandingView is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "JCLandingView", "version": "0.1.2", "summary": "JCLandingView create landing view with ease.", "description": "Idea is come from AloeStackView create by Airbnb. JCLandingView is using UITableView instead of UIStackView. You can easily add views in JCLandingView without having trouble with constraint to layout it properly. Define some property for view before append to landing view, magic will happen.", "homepage": "https://github.com/jasonchan91/JCLandingView", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "jasonchan91": "[email protected]" }, "source": { "git": "https://github.com/jasonchan91/JCLandingView.git", "tag": "0.1.2" }, "platforms": { "ios": "9.0" }, "source_files": "Classes/*.{h,m,swift}", "swift_version": "4.2" }
Wed, 17 Apr 2019 10:53:04 +0000