├── Collection-View-Layout-iOS13.xcodeproj ├── project.pbxproj ├── project.xcworkspace │ ├── contents.xcworkspacedata │ ├── xcshareddata │ │ ├── IDEWorkspaceChecks.plist │ │ └── WorkspaceSettings.xcsettings │ └── xcuserdata │ │ ├── atikhonov.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ │ └── i534315.xcuserdatad │ │ ├── UserInterfaceState.xcuserstate │ │ └── WorkspaceSettings.xcsettings └── xcuserdata │ ├── atikhonov.xcuserdatad │ ├── xcdebugger │ │ └── Breakpoints_v2.xcbkptlist │ └── xcschemes │ │ └── xcschememanagement.plist │ └── i534315.xcuserdatad │ ├── xcdebugger │ └── Breakpoints_v2.xcbkptlist │ └── xcschemes │ └── xcschememanagement.plist ├── Collection-View-Layout-iOS13 ├── AppDelegate.swift ├── AppStore │ ├── AppStoreViewController.swift │ ├── Cells │ │ ├── AppCell.swift │ │ ├── AppCell.xib │ │ ├── BannerCell.swift │ │ ├── BannerCell.xib │ │ ├── CategoryCell.swift │ │ ├── CategoryCell.xib │ │ ├── FeatureCell.swift │ │ └── FeatureCell.xib │ ├── FeatureLayout.swift │ └── Model │ │ ├── App.swift │ │ ├── Banner.swift │ │ ├── Category.swift │ │ └── Feature.swift ├── Assets.xcassets │ ├── AppIcon.appiconset │ │ └── Contents.json │ ├── Apps │ │ ├── 1password.imageset │ │ │ ├── Contents.json │ │ │ └── icons8-1password-96.png │ │ ├── Contents.json │ │ ├── airplane.imageset │ │ │ ├── Contents.json │ │ │ └── icons8-airplane-mode-on-96.png │ │ ├── apk.imageset │ │ │ ├── Contents.json │ │ │ └── icons8-apk-96.png │ │ ├── bebo.imageset │ │ │ ├── Contents.json │ │ │ └── icons8-bebo-96.png │ │ ├── blackberry.imageset │ │ │ ├── Contents.json │ │ │ └── icons8-blackberry-world-96.png │ │ ├── google-plus.imageset │ │ │ ├── Contents.json │ │ │ └── icons8-google-plus-96.png │ │ ├── google.imageset │ │ │ ├── Contents.json │ │ │ └── icons8-google-play-96.png │ │ ├── ifttt.imageset │ │ │ ├── Contents.json │ │ │ └── icons8-ifttt-96.png │ │ ├── microsoft-outlook.imageset │ │ │ ├── Contents.json │ │ │ └── icons8-microsoft-outlook-2019-96.png │ │ ├── pocket.imageset │ │ │ ├── Contents.json │ │ │ └── icons8-pocket-96.png │ │ ├── react-native.imageset │ │ │ ├── Contents.json │ │ │ └── icons8-react-native-96.png │ │ ├── smart-watch.imageset │ │ │ ├── Contents.json │ │ │ └── icons8-smart-watch-96.png │ │ ├── telegram-app.imageset │ │ │ ├── Contents.json │ │ │ └── icons8-telegram-app-96.png │ │ └── windows8.imageset │ │ │ ├── Contents.json │ │ │ └── icons8-windows8-96.png │ ├── Contents.json │ ├── icons │ │ ├── Contents.json │ │ ├── briefcase.imageset │ │ │ ├── Contents.json │ │ │ └── icons8-briefcase-96.png │ │ ├── calendar.imageset │ │ │ ├── Contents.json │ │ │ └── icons8-calendar-96.png │ │ ├── home.imageset │ │ │ ├── Contents.json │ │ │ └── icons8-home-96.png │ │ ├── info.imageset │ │ │ ├── Contents.json │ │ │ └── icons8-info-96.png │ │ ├── menu.imageset │ │ │ ├── Contents.json │ │ │ └── icons8-menu-96.png │ │ └── news.imageset │ │ │ ├── Contents.json │ │ │ └── icons8-news-96.png │ └── images │ │ ├── 1.imageset │ │ ├── Contents.json │ │ └── arfan-a-GVYRkT5f1tA-unsplash.jpg │ │ ├── 10.imageset │ │ ├── Contents.json │ │ └── kasra-assadian-QTiQ4ujnKeg-unsplash.jpg │ │ ├── 11.imageset │ │ ├── Contents.json │ │ └── kyaw-tun-nI3bUW1Xqik-unsplash.jpg │ │ ├── 12.imageset │ │ ├── Contents.json │ │ └── tim-stief-dH6IjhWHNQQ-unsplash.jpg │ │ ├── 13.imageset │ │ ├── Contents.json │ │ └── zhengtao-tang-lFHPiO7OFWE-unsplash.jpg │ │ ├── 14.imageset │ │ ├── Contents.json │ │ └── markus-spiske-fkEUEsX0KsM-unsplash.jpg │ │ ├── 15.imageset │ │ ├── Contents.json │ │ └── naail-hussain-LV-FzX-l78c-unsplash.jpg │ │ ├── 2.imageset │ │ ├── Contents.json │ │ └── bosco-shots-SlR66yjPsoI-unsplash.jpg │ │ ├── 3.imageset │ │ ├── Contents.json │ │ └── bradley-jasper-ybanez-a1xlQq3HoJ0-unsplash.jpg │ │ ├── 4.imageset │ │ ├── Contents.json │ │ └── eberhard-grossgasteiger-XLIKVFCGpBw-unsplash.jpg │ │ ├── 5.imageset │ │ ├── Contents.json │ │ └── efe-kurnaz-RnCPiXixooY-unsplash.jpg │ │ ├── 6.imageset │ │ ├── Contents.json │ │ └── evgeniy-sholokh-5Xf2hLm6yj8-unsplash.jpg │ │ ├── 7.imageset │ │ ├── Contents.json │ │ └── george-kedenburg-iii-UltFSouabKM-unsplash.jpg │ │ ├── 8.imageset │ │ ├── Contents.json │ │ └── javier-esteban-cIEpVluspZc-unsplash.jpg │ │ ├── 9.imageset │ │ ├── Contents.json │ │ └── joel-naren-V8p9ql6-wGo-unsplash.jpg │ │ └── Contents.json ├── Base.lproj │ ├── LaunchScreen.storyboard │ └── Main.storyboard ├── Cards │ ├── CardsViewController.swift │ └── Cells │ │ ├── ActionCollectionViewCell.swift │ │ ├── ActionCollectionViewCell.xib │ │ ├── ActivateCollectionViewCell.swift │ │ ├── ActivateCollectionViewCell.xib │ │ ├── InfoCollectionViewCell.swift │ │ ├── InfoCollectionViewCell.xib │ │ ├── SettingsCollectionViewCell.swift │ │ ├── SettingsCollectionViewCell.xib │ │ ├── SubmitCollectionViewCell.swift │ │ └── SubmitCollectionViewCell.xib ├── Cells │ ├── DummyCell.swift │ └── DummyCell.xib ├── Info.plist ├── MenuTableViewController.swift ├── SceneDelegate.swift └── View Controllers │ ├── AdaptiveSectionsViewController.swift │ ├── DistinctSectionsViewController.swift │ ├── GridViewController.swift │ ├── InsetItemsGridViewController.swift │ ├── ListViewController.swift │ ├── NestedGroupsViewController.swift │ └── TwoColumnViewController.swift └── README.md /Collection-View-Layout-iOS13.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13.xcodeproj/project.xcworkspace/xcuserdata/atikhonov.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13.xcodeproj/project.xcworkspace/xcuserdata/atikhonov.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13.xcodeproj/project.xcworkspace/xcuserdata/i534315.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13.xcodeproj/project.xcworkspace/xcuserdata/i534315.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13.xcodeproj/project.xcworkspace/xcuserdata/i534315.xcuserdatad/WorkspaceSettings.xcsettings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13.xcodeproj/project.xcworkspace/xcuserdata/i534315.xcuserdatad/WorkspaceSettings.xcsettings -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13.xcodeproj/xcuserdata/atikhonov.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13.xcodeproj/xcuserdata/atikhonov.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13.xcodeproj/xcuserdata/atikhonov.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13.xcodeproj/xcuserdata/atikhonov.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13.xcodeproj/xcuserdata/i534315.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13.xcodeproj/xcuserdata/i534315.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13.xcodeproj/xcuserdata/i534315.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13.xcodeproj/xcuserdata/i534315.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/AppDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/AppDelegate.swift -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/AppStore/AppStoreViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/AppStore/AppStoreViewController.swift -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/AppStore/Cells/AppCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/AppStore/Cells/AppCell.swift -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/AppStore/Cells/AppCell.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/AppStore/Cells/AppCell.xib -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/AppStore/Cells/BannerCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/AppStore/Cells/BannerCell.swift -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/AppStore/Cells/BannerCell.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/AppStore/Cells/BannerCell.xib -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/AppStore/Cells/CategoryCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/AppStore/Cells/CategoryCell.swift -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/AppStore/Cells/CategoryCell.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/AppStore/Cells/CategoryCell.xib -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/AppStore/Cells/FeatureCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/AppStore/Cells/FeatureCell.swift -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/AppStore/Cells/FeatureCell.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/AppStore/Cells/FeatureCell.xib -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/AppStore/FeatureLayout.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/AppStore/FeatureLayout.swift -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/AppStore/Model/App.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/AppStore/Model/App.swift -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/AppStore/Model/Banner.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/AppStore/Model/Banner.swift -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/AppStore/Model/Category.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/AppStore/Model/Category.swift -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/AppStore/Model/Feature.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/AppStore/Model/Feature.swift -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/Apps/1password.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/Apps/1password.imageset/Contents.json -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/Apps/1password.imageset/icons8-1password-96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/Apps/1password.imageset/icons8-1password-96.png -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/Apps/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/Apps/Contents.json -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/Apps/airplane.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/Apps/airplane.imageset/Contents.json -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/Apps/airplane.imageset/icons8-airplane-mode-on-96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/Apps/airplane.imageset/icons8-airplane-mode-on-96.png -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/Apps/apk.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/Apps/apk.imageset/Contents.json -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/Apps/apk.imageset/icons8-apk-96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/Apps/apk.imageset/icons8-apk-96.png -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/Apps/bebo.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/Apps/bebo.imageset/Contents.json -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/Apps/bebo.imageset/icons8-bebo-96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/Apps/bebo.imageset/icons8-bebo-96.png -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/Apps/blackberry.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/Apps/blackberry.imageset/Contents.json -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/Apps/blackberry.imageset/icons8-blackberry-world-96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/Apps/blackberry.imageset/icons8-blackberry-world-96.png -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/Apps/google-plus.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/Apps/google-plus.imageset/Contents.json -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/Apps/google-plus.imageset/icons8-google-plus-96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/Apps/google-plus.imageset/icons8-google-plus-96.png -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/Apps/google.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/Apps/google.imageset/Contents.json -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/Apps/google.imageset/icons8-google-play-96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/Apps/google.imageset/icons8-google-play-96.png -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/Apps/ifttt.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/Apps/ifttt.imageset/Contents.json -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/Apps/ifttt.imageset/icons8-ifttt-96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/Apps/ifttt.imageset/icons8-ifttt-96.png -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/Apps/microsoft-outlook.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/Apps/microsoft-outlook.imageset/Contents.json -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/Apps/microsoft-outlook.imageset/icons8-microsoft-outlook-2019-96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/Apps/microsoft-outlook.imageset/icons8-microsoft-outlook-2019-96.png -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/Apps/pocket.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/Apps/pocket.imageset/Contents.json -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/Apps/pocket.imageset/icons8-pocket-96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/Apps/pocket.imageset/icons8-pocket-96.png -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/Apps/react-native.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/Apps/react-native.imageset/Contents.json -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/Apps/react-native.imageset/icons8-react-native-96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/Apps/react-native.imageset/icons8-react-native-96.png -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/Apps/smart-watch.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/Apps/smart-watch.imageset/Contents.json -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/Apps/smart-watch.imageset/icons8-smart-watch-96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/Apps/smart-watch.imageset/icons8-smart-watch-96.png -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/Apps/telegram-app.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/Apps/telegram-app.imageset/Contents.json -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/Apps/telegram-app.imageset/icons8-telegram-app-96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/Apps/telegram-app.imageset/icons8-telegram-app-96.png -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/Apps/windows8.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/Apps/windows8.imageset/Contents.json -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/Apps/windows8.imageset/icons8-windows8-96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/Apps/windows8.imageset/icons8-windows8-96.png -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/Contents.json -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/icons/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/icons/Contents.json -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/icons/briefcase.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/icons/briefcase.imageset/Contents.json -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/icons/briefcase.imageset/icons8-briefcase-96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/icons/briefcase.imageset/icons8-briefcase-96.png -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/icons/calendar.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/icons/calendar.imageset/Contents.json -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/icons/calendar.imageset/icons8-calendar-96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/icons/calendar.imageset/icons8-calendar-96.png -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/icons/home.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/icons/home.imageset/Contents.json -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/icons/home.imageset/icons8-home-96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/icons/home.imageset/icons8-home-96.png -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/icons/info.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/icons/info.imageset/Contents.json -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/icons/info.imageset/icons8-info-96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/icons/info.imageset/icons8-info-96.png -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/icons/menu.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/icons/menu.imageset/Contents.json -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/icons/menu.imageset/icons8-menu-96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/icons/menu.imageset/icons8-menu-96.png -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/icons/news.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/icons/news.imageset/Contents.json -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/icons/news.imageset/icons8-news-96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/icons/news.imageset/icons8-news-96.png -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/images/1.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/images/1.imageset/Contents.json -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/images/1.imageset/arfan-a-GVYRkT5f1tA-unsplash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/images/1.imageset/arfan-a-GVYRkT5f1tA-unsplash.jpg -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/images/10.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/images/10.imageset/Contents.json -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/images/10.imageset/kasra-assadian-QTiQ4ujnKeg-unsplash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/images/10.imageset/kasra-assadian-QTiQ4ujnKeg-unsplash.jpg -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/images/11.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/images/11.imageset/Contents.json -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/images/11.imageset/kyaw-tun-nI3bUW1Xqik-unsplash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/images/11.imageset/kyaw-tun-nI3bUW1Xqik-unsplash.jpg -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/images/12.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/images/12.imageset/Contents.json -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/images/12.imageset/tim-stief-dH6IjhWHNQQ-unsplash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/images/12.imageset/tim-stief-dH6IjhWHNQQ-unsplash.jpg -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/images/13.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/images/13.imageset/Contents.json -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/images/13.imageset/zhengtao-tang-lFHPiO7OFWE-unsplash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/images/13.imageset/zhengtao-tang-lFHPiO7OFWE-unsplash.jpg -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/images/14.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/images/14.imageset/Contents.json -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/images/14.imageset/markus-spiske-fkEUEsX0KsM-unsplash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/images/14.imageset/markus-spiske-fkEUEsX0KsM-unsplash.jpg -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/images/15.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/images/15.imageset/Contents.json -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/images/15.imageset/naail-hussain-LV-FzX-l78c-unsplash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/images/15.imageset/naail-hussain-LV-FzX-l78c-unsplash.jpg -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/images/2.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/images/2.imageset/Contents.json -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/images/2.imageset/bosco-shots-SlR66yjPsoI-unsplash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/images/2.imageset/bosco-shots-SlR66yjPsoI-unsplash.jpg -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/images/3.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/images/3.imageset/Contents.json -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/images/3.imageset/bradley-jasper-ybanez-a1xlQq3HoJ0-unsplash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/images/3.imageset/bradley-jasper-ybanez-a1xlQq3HoJ0-unsplash.jpg -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/images/4.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/images/4.imageset/Contents.json -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/images/4.imageset/eberhard-grossgasteiger-XLIKVFCGpBw-unsplash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/images/4.imageset/eberhard-grossgasteiger-XLIKVFCGpBw-unsplash.jpg -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/images/5.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/images/5.imageset/Contents.json -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/images/5.imageset/efe-kurnaz-RnCPiXixooY-unsplash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/images/5.imageset/efe-kurnaz-RnCPiXixooY-unsplash.jpg -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/images/6.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/images/6.imageset/Contents.json -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/images/6.imageset/evgeniy-sholokh-5Xf2hLm6yj8-unsplash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/images/6.imageset/evgeniy-sholokh-5Xf2hLm6yj8-unsplash.jpg -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/images/7.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/images/7.imageset/Contents.json -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/images/7.imageset/george-kedenburg-iii-UltFSouabKM-unsplash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/images/7.imageset/george-kedenburg-iii-UltFSouabKM-unsplash.jpg -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/images/8.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/images/8.imageset/Contents.json -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/images/8.imageset/javier-esteban-cIEpVluspZc-unsplash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/images/8.imageset/javier-esteban-cIEpVluspZc-unsplash.jpg -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/images/9.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/images/9.imageset/Contents.json -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/images/9.imageset/joel-naren-V8p9ql6-wGo-unsplash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/images/9.imageset/joel-naren-V8p9ql6-wGo-unsplash.jpg -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Assets.xcassets/images/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Assets.xcassets/images/Contents.json -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Base.lproj/LaunchScreen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Base.lproj/LaunchScreen.storyboard -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Cards/CardsViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Cards/CardsViewController.swift -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Cards/Cells/ActionCollectionViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Cards/Cells/ActionCollectionViewCell.swift -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Cards/Cells/ActionCollectionViewCell.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Cards/Cells/ActionCollectionViewCell.xib -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Cards/Cells/ActivateCollectionViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Cards/Cells/ActivateCollectionViewCell.swift -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Cards/Cells/ActivateCollectionViewCell.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Cards/Cells/ActivateCollectionViewCell.xib -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Cards/Cells/InfoCollectionViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Cards/Cells/InfoCollectionViewCell.swift -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Cards/Cells/InfoCollectionViewCell.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Cards/Cells/InfoCollectionViewCell.xib -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Cards/Cells/SettingsCollectionViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Cards/Cells/SettingsCollectionViewCell.swift -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Cards/Cells/SettingsCollectionViewCell.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Cards/Cells/SettingsCollectionViewCell.xib -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Cards/Cells/SubmitCollectionViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Cards/Cells/SubmitCollectionViewCell.swift -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Cards/Cells/SubmitCollectionViewCell.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Cards/Cells/SubmitCollectionViewCell.xib -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Cells/DummyCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Cells/DummyCell.swift -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Cells/DummyCell.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Cells/DummyCell.xib -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/Info.plist -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/MenuTableViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/MenuTableViewController.swift -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/SceneDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/SceneDelegate.swift -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/View Controllers/AdaptiveSectionsViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/View Controllers/AdaptiveSectionsViewController.swift -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/View Controllers/DistinctSectionsViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/View Controllers/DistinctSectionsViewController.swift -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/View Controllers/GridViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/View Controllers/GridViewController.swift -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/View Controllers/InsetItemsGridViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/View Controllers/InsetItemsGridViewController.swift -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/View Controllers/ListViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/View Controllers/ListViewController.swift -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/View Controllers/NestedGroupsViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/View Controllers/NestedGroupsViewController.swift -------------------------------------------------------------------------------- /Collection-View-Layout-iOS13/View Controllers/TwoColumnViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/Collection-View-Layout-iOS13/View Controllers/TwoColumnViewController.swift -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tikhonov-aleksandr/Collection-View-Layout-iOS13/HEAD/README.md --------------------------------------------------------------------------------