├── LICENSE ├── README.md ├── UICollectionViewFlowLayoutExample.xcodeproj ├── project.pbxproj ├── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcuserdata │ │ └── ash.xcuserdatad │ │ └── UserInterfaceState.xcuserstate └── xcuserdata │ └── ash.xcuserdatad │ ├── xcdebugger │ └── Breakpoints.xcbkptlist │ └── xcschemes │ ├── UICollectionViewFlowLayoutExample.xcscheme │ └── xcschememanagement.plist └── UICollectionViewFlowLayoutExample ├── 0.jpg ├── 1.jpg ├── 2.jpg ├── 3.jpg ├── AFAppDelegate.h ├── AFAppDelegate.m ├── AFCollectionViewCell.h ├── AFCollectionViewCell.m ├── AFCollectionViewFlowLargeLayout.h ├── AFCollectionViewFlowLargeLayout.m ├── AFCollectionViewFlowSmallLayout.h ├── AFCollectionViewFlowSmallLayout.m ├── AFViewController.h ├── AFViewController.m ├── Default-568h@2x.png ├── Default.png ├── Default@2x.png ├── UICollectionViewFlowLayoutExample-Info.plist ├── UICollectionViewFlowLayoutExample-Prefix.pch ├── en.lproj └── InfoPlist.strings └── main.m /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashfurrow/UICollectionViewFlowLayoutExample/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashfurrow/UICollectionViewFlowLayoutExample/HEAD/README.md -------------------------------------------------------------------------------- /UICollectionViewFlowLayoutExample.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashfurrow/UICollectionViewFlowLayoutExample/HEAD/UICollectionViewFlowLayoutExample.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /UICollectionViewFlowLayoutExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashfurrow/UICollectionViewFlowLayoutExample/HEAD/UICollectionViewFlowLayoutExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /UICollectionViewFlowLayoutExample.xcodeproj/project.xcworkspace/xcuserdata/ash.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashfurrow/UICollectionViewFlowLayoutExample/HEAD/UICollectionViewFlowLayoutExample.xcodeproj/project.xcworkspace/xcuserdata/ash.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /UICollectionViewFlowLayoutExample.xcodeproj/xcuserdata/ash.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashfurrow/UICollectionViewFlowLayoutExample/HEAD/UICollectionViewFlowLayoutExample.xcodeproj/xcuserdata/ash.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist -------------------------------------------------------------------------------- /UICollectionViewFlowLayoutExample.xcodeproj/xcuserdata/ash.xcuserdatad/xcschemes/UICollectionViewFlowLayoutExample.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashfurrow/UICollectionViewFlowLayoutExample/HEAD/UICollectionViewFlowLayoutExample.xcodeproj/xcuserdata/ash.xcuserdatad/xcschemes/UICollectionViewFlowLayoutExample.xcscheme -------------------------------------------------------------------------------- /UICollectionViewFlowLayoutExample.xcodeproj/xcuserdata/ash.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashfurrow/UICollectionViewFlowLayoutExample/HEAD/UICollectionViewFlowLayoutExample.xcodeproj/xcuserdata/ash.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /UICollectionViewFlowLayoutExample/0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashfurrow/UICollectionViewFlowLayoutExample/HEAD/UICollectionViewFlowLayoutExample/0.jpg -------------------------------------------------------------------------------- /UICollectionViewFlowLayoutExample/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashfurrow/UICollectionViewFlowLayoutExample/HEAD/UICollectionViewFlowLayoutExample/1.jpg -------------------------------------------------------------------------------- /UICollectionViewFlowLayoutExample/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashfurrow/UICollectionViewFlowLayoutExample/HEAD/UICollectionViewFlowLayoutExample/2.jpg -------------------------------------------------------------------------------- /UICollectionViewFlowLayoutExample/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashfurrow/UICollectionViewFlowLayoutExample/HEAD/UICollectionViewFlowLayoutExample/3.jpg -------------------------------------------------------------------------------- /UICollectionViewFlowLayoutExample/AFAppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashfurrow/UICollectionViewFlowLayoutExample/HEAD/UICollectionViewFlowLayoutExample/AFAppDelegate.h -------------------------------------------------------------------------------- /UICollectionViewFlowLayoutExample/AFAppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashfurrow/UICollectionViewFlowLayoutExample/HEAD/UICollectionViewFlowLayoutExample/AFAppDelegate.m -------------------------------------------------------------------------------- /UICollectionViewFlowLayoutExample/AFCollectionViewCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashfurrow/UICollectionViewFlowLayoutExample/HEAD/UICollectionViewFlowLayoutExample/AFCollectionViewCell.h -------------------------------------------------------------------------------- /UICollectionViewFlowLayoutExample/AFCollectionViewCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashfurrow/UICollectionViewFlowLayoutExample/HEAD/UICollectionViewFlowLayoutExample/AFCollectionViewCell.m -------------------------------------------------------------------------------- /UICollectionViewFlowLayoutExample/AFCollectionViewFlowLargeLayout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashfurrow/UICollectionViewFlowLayoutExample/HEAD/UICollectionViewFlowLayoutExample/AFCollectionViewFlowLargeLayout.h -------------------------------------------------------------------------------- /UICollectionViewFlowLayoutExample/AFCollectionViewFlowLargeLayout.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashfurrow/UICollectionViewFlowLayoutExample/HEAD/UICollectionViewFlowLayoutExample/AFCollectionViewFlowLargeLayout.m -------------------------------------------------------------------------------- /UICollectionViewFlowLayoutExample/AFCollectionViewFlowSmallLayout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashfurrow/UICollectionViewFlowLayoutExample/HEAD/UICollectionViewFlowLayoutExample/AFCollectionViewFlowSmallLayout.h -------------------------------------------------------------------------------- /UICollectionViewFlowLayoutExample/AFCollectionViewFlowSmallLayout.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashfurrow/UICollectionViewFlowLayoutExample/HEAD/UICollectionViewFlowLayoutExample/AFCollectionViewFlowSmallLayout.m -------------------------------------------------------------------------------- /UICollectionViewFlowLayoutExample/AFViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashfurrow/UICollectionViewFlowLayoutExample/HEAD/UICollectionViewFlowLayoutExample/AFViewController.h -------------------------------------------------------------------------------- /UICollectionViewFlowLayoutExample/AFViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashfurrow/UICollectionViewFlowLayoutExample/HEAD/UICollectionViewFlowLayoutExample/AFViewController.m -------------------------------------------------------------------------------- /UICollectionViewFlowLayoutExample/Default-568h@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashfurrow/UICollectionViewFlowLayoutExample/HEAD/UICollectionViewFlowLayoutExample/Default-568h@2x.png -------------------------------------------------------------------------------- /UICollectionViewFlowLayoutExample/Default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashfurrow/UICollectionViewFlowLayoutExample/HEAD/UICollectionViewFlowLayoutExample/Default.png -------------------------------------------------------------------------------- /UICollectionViewFlowLayoutExample/Default@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashfurrow/UICollectionViewFlowLayoutExample/HEAD/UICollectionViewFlowLayoutExample/Default@2x.png -------------------------------------------------------------------------------- /UICollectionViewFlowLayoutExample/UICollectionViewFlowLayoutExample-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashfurrow/UICollectionViewFlowLayoutExample/HEAD/UICollectionViewFlowLayoutExample/UICollectionViewFlowLayoutExample-Info.plist -------------------------------------------------------------------------------- /UICollectionViewFlowLayoutExample/UICollectionViewFlowLayoutExample-Prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashfurrow/UICollectionViewFlowLayoutExample/HEAD/UICollectionViewFlowLayoutExample/UICollectionViewFlowLayoutExample-Prefix.pch -------------------------------------------------------------------------------- /UICollectionViewFlowLayoutExample/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Localized versions of Info.plist keys */ 2 | 3 | -------------------------------------------------------------------------------- /UICollectionViewFlowLayoutExample/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashfurrow/UICollectionViewFlowLayoutExample/HEAD/UICollectionViewFlowLayoutExample/main.m --------------------------------------------------------------------------------