All Projects → 500px → Greedo Layout For Ios

500px / Greedo Layout For Ios

Licence: mit
Full aspect ratio grid layout for iOS

Projects that are alternatives of or similar to Greedo Layout For Ios

Bouncylayout
Make. It. Bounce.
Stars: ✭ 4,035 (+382.08%)
Mutual labels:  library, layout, uicollectionview
Mylinearlayout
MyLayout is a powerful iOS UI framework implemented by Objective-C. It integrates the functions with Android Layout,iOS AutoLayout,SizeClass, HTML CSS float and flexbox and bootstrap. So you can use LinearLayout,RelativeLayout,FrameLayout,TableLayout,FlowLayout,FloatLayout,PathLayout,GridLayout,LayoutSizeClass to build your App 自动布局 UIView UITab…
Stars: ✭ 4,152 (+396.06%)
Mutual labels:  cocoapods, layout, uicollectionview
Campcotcollectionview
Collapse and expand UICollectionView sections with one method call.
Stars: ✭ 161 (-80.76%)
Mutual labels:  library, cocoapods, uicollectionview
Persei
Animated top menu for UITableView / UICollectionView / UIScrollView written in Swift
Stars: ✭ 3,395 (+305.62%)
Mutual labels:  cocoapods, uicollectionview
Manuallayout
✂ Easy to use and flexible library for manually laying out views and layers for iOS and tvOS. Supports AsyncDisplayKit.
Stars: ✭ 286 (-65.83%)
Mutual labels:  cocoapods, layout
Stevia
🍃 Concise Autolayout code
Stars: ✭ 3,182 (+280.17%)
Mutual labels:  cocoapods, layout
Containercontroller
UI Component. This is a copy swipe-panel from app: Apple Maps, Stocks. Swift version
Stars: ✭ 273 (-67.38%)
Mutual labels:  cocoapods, layout
Tinyconstraints
Nothing but sugar.
Stars: ✭ 3,721 (+344.56%)
Mutual labels:  library, layout
Ehhorizontalselectionview
Horizontal table view style controller
Stars: ✭ 346 (-58.66%)
Mutual labels:  cocoapods, uicollectionview
Shadowview
An iOS Library that makes shadows management easy on UIView.
Stars: ✭ 391 (-53.29%)
Mutual labels:  library, cocoapods
Uicollectionview Layouts Kit
📐 A set of custom layouts for UICollectionView with examples [Swift 5.3, iOS 12].
Stars: ✭ 410 (-51.02%)
Mutual labels:  layout, uicollectionview
Animatedcollectionviewlayout
A UICollectionViewLayout subclass that adds custom transitions/animations to the UICollectionView without effecting your existing code.
Stars: ✭ 4,333 (+417.68%)
Mutual labels:  cocoapods, uicollectionview
Slidecontroller
Swipe between pages with an interactive title navigation control. Configure horizontal or vertical chains for unlimited pages amount.
Stars: ✭ 279 (-66.67%)
Mutual labels:  library, cocoapods
Gemini
Gemini is rich scroll based animation framework for iOS, written in Swift.
Stars: ✭ 2,965 (+254.24%)
Mutual labels:  cocoapods, uicollectionview
Snapkit
A Swift Autolayout DSL for iOS & OS X
Stars: ✭ 18,091 (+2061.41%)
Mutual labels:  cocoapods, layout
Fapaginationlayout
Collection view pagination layout
Stars: ✭ 276 (-67.03%)
Mutual labels:  cocoapods, layout
Observable
The easiest way to observe values in Swift.
Stars: ✭ 346 (-58.66%)
Mutual labels:  library, cocoapods
Cutintolayout
CutIntoLayout allows you to erase the background.
Stars: ✭ 172 (-79.45%)
Mutual labels:  library, layout
Alertift
Swifty, modern UIAlertController wrapper.
Stars: ✭ 242 (-71.09%)
Mutual labels:  library, cocoapods
Tsmessages
💌 Easy to use and customizable messages/notifications for iOS à la Tweetbot
Stars: ✭ 4,927 (+488.65%)
Mutual labels:  library, cocoapods

Greedo Layout for iOS

Version License Platform

A library that computes what size the UICollectionView cells should be to display images in a variable height fixed aspect ratio grid.

image

Getting Started

Installation with CocoaPods

CocoaPods is a 3rd-party dependency manager for Swift and Objective-C projects. For more information, refer to the CocoaPods Getting Started Guide. Otherwise, you can install CocoaPods with the following command:

$ gem install cocoapods
Podfile

To integrate GreedoLayout into your Xcode project using CocoaPods, specify it in your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
pod 'GreedoLayout'

Then, run the following command:

$ pod install

License

GreedoLayout is released under the MIT license. See LICENSE for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].