项目作者: 500px

项目描述 :
Full aspect ratio grid layout for iOS
高级语言: Objective-C
项目地址: git://github.com/500px/greedo-layout-for-ios.git
创建时间: 2016-02-02T21:13:51Z
项目社区:https://github.com/500px/greedo-layout-for-ios

开源协议:MIT License

下载


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:

  1. $ gem install cocoapods
Podfile

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

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

Then, run the following command:

  1. $ pod install

License

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