Latest | 0.0.2 |
---|---|
Homepage | https://github.com/jacoli/FMLayouts |
License | MIT |
Platforms | ios 7.0, requires ARC |
Frameworks | Foundation, UIKit |
Authors |
A easy way to layout views in iOS using linear, flow etc., similar to layout mechanism in android.
-
FMLinearLayout
: A simple linear layout, similar to UIStackView in iOS and LinearLayout in android. FMScrollableLinearLayout
: A UIScrollView wrapper of FMLinearLayout.
Installation
With CocoaPods, add this line to your Podfile
.
pod 'FMLayouts'
and run pod install
, then you’re all done!
Or copy *.h *.m
files in FMLayouts/Sources
folder to your project.
How to use
See demo
Requirements
- iOS 7.0+
- ARC
Latest podspec
{ "name": "FMLayouts", "version": "0.0.2", "summary": "A easy way to layout views in iOS using linear, flow etc., similar to layout mechanism in android.", "homepage": "https://github.com/jacoli/FMLayouts", "license": "MIT", "authors": { "jacoli": "[email protected]" }, "source": { "git": "https://github.com/jacoli/FMLayouts.git", "tag": "0.0.2" }, "frameworks": [ "Foundation", "UIKit" ], "platforms": { "ios": "7.0" }, "source_files": "FMLayouts/*.{h,m}", "requires_arc": true }
Thu, 14 Feb 2019 11:17:30 +0000