Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/500px/greedo-layout-for-ios
Full aspect ratio grid layout for iOS
https://github.com/500px/greedo-layout-for-ios
cocoapods greedo-layout ios layout library objective-c uicollectionview
Last synced: 3 months ago
JSON representation
Full aspect ratio grid layout for iOS
- Host: GitHub
- URL: https://github.com/500px/greedo-layout-for-ios
- Owner: 500px
- License: mit
- Created: 2016-02-02T21:13:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-18T06:23:21.000Z (over 7 years ago)
- Last Synced: 2024-04-24T19:02:01.202Z (6 months ago)
- Topics: cocoapods, greedo-layout, ios, layout, library, objective-c, uicollectionview
- Language: Objective-C
- Homepage:
- Size: 351 KB
- Stars: 826
- Watchers: 83
- Forks: 51
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ios - greedo-layout-for-ios - Full aspect ratio grid layout for iOS. (Media / Image)
- awesome-ios-star - greedo-layout-for-ios - Full aspect ratio grid layout for iOS. (Media / Image)
README
# Greedo Layout for iOS
[![Version](https://img.shields.io/cocoapods/v/GreedoLayout.svg?style=flat)](https://cocoapods.org/pods/GreedoLayout)
[![License](https://img.shields.io/cocoapods/l/GreedoLayout.svg?style=flat)](https://cocoapods.org/pods/GreedoLayout)
[![Platform](https://img.shields.io/cocoapods/p/GreedoLayout.svg?style=flat)](https://cocoapods.org/pods/GreedoLayout)A library that computes what size the `UICollectionView` cells should be to
display images in a variable height fixed aspect ratio grid.![image](screenshot.png)
### Getting Started
#### Installation with CocoaPods
[CocoaPods](cocoapods.org) is a 3rd-party dependency manager for Swift and
Objective-C projects. For more information, refer to the [CocoaPods Getting Started Guide](https://guides.cocoapods.org/using/getting-started.html).
Otherwise, you can install CocoaPods with the following command:```bash
$ gem install cocoapods
```##### Podfile
To integrate GreedoLayout into your Xcode project using CocoaPods, specify it in
your `Podfile`:```ruby
source 'https://github.com/CocoaPods/Specs.git'
pod 'GreedoLayout'
```Then, run the following command:
```bash
$ pod install
```### License
GreedoLayout is released under the MIT license. See `LICENSE` for details.