gitextract_vznosu_2/ ├── .codecov.yml ├── .gitignore ├── .travis.yml ├── DZNEmptyDataSet/ │ ├── Applications/ │ │ ├── AppDelegate.h │ │ ├── AppDelegate.m │ │ ├── Application.h │ │ ├── Application.m │ │ ├── Assets.xcassets/ │ │ │ ├── AppIcon.appiconset/ │ │ │ │ └── Contents.json │ │ │ ├── Contents.json │ │ │ ├── LaunchImage-2.launchimage/ │ │ │ │ └── Contents.json │ │ │ ├── LaunchImage-3.launchimage/ │ │ │ │ └── Contents.json │ │ │ ├── LaunchImage.launchimage/ │ │ │ │ └── Contents.json │ │ │ ├── button_background_foursquare_highlight.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── button_background_foursquare_normal.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── button_background_icloud_highlight.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── button_background_icloud_normal.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── button_background_kickstarter_highlight.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── button_background_kickstarter_normal.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── header_pinterest.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── header_podcasts.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── icon_500px.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── icon_airbnb.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── icon_appstore.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── icon_camera.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── icon_dropbox.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── icon_facebook.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── icon_fancy.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── icon_foursquare.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── icon_icloud.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── icon_instagram.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── icon_itunes_connect.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── icon_kickstarter.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── icon_path.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── icon_photos.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── icon_pinterest.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── icon_podcasts.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── icon_remote.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── icon_safari.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── icon_skype.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── icon_slack.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── icon_tumblr.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── icon_twitter.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── icon_vesper.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── icon_videos.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── icon_vine.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── icon_whatsapp.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── icon_wwdc.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── loading_imgBlue_78x78.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── logo_500px.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── logo_airbnb.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── logo_dropbox.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── logo_facebook.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── logo_fancy.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── logo_foursquare.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── logo_instagram.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── logo_kickstarter.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── logo_path.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── logo_pinterest.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── logo_skype.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── logo_slack.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── logo_tumblr.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── logo_twitter.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── logo_vesper.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── logo_vine.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── placeholder_500px.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── placeholder_airbnb.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── placeholder_appstore.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── placeholder_dropbox.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── placeholder_facebook.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── placeholder_fancy.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── placeholder_foursquare.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── placeholder_instagram.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── placeholder_itunes_connect.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── placeholder_kickstarter.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── placeholder_path.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── placeholder_remote.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── placeholder_skype.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── placeholder_slack.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── placeholder_tumblr.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── placeholder_vesper.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── placeholder_videos.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── placeholder_vine.imageset/ │ │ │ │ └── Contents.json │ │ │ └── placeholder_whatsapp.imageset/ │ │ │ └── Contents.json │ │ ├── DetailViewController.h │ │ ├── DetailViewController.m │ │ ├── Fonts/ │ │ │ └── Ideal Sans/ │ │ │ └── IdealSans-Book-Pro.otf │ │ ├── MainViewController.h │ │ ├── MainViewController.m │ │ ├── Supporting Files/ │ │ │ ├── Applications-Prefix.pch │ │ │ ├── Base.lproj/ │ │ │ │ └── LaunchScreen.storyboard │ │ │ ├── Info.plist │ │ │ ├── Storyboard.storyboard │ │ │ ├── en.lproj/ │ │ │ │ └── InfoPlist.strings │ │ │ └── main.m │ │ ├── UIColor+Hexadecimal.h │ │ ├── UIColor+Hexadecimal.m │ │ └── applications.json │ ├── Colors/ │ │ ├── AppDelegate.h │ │ ├── AppDelegate.m │ │ ├── Assets.xcassets/ │ │ │ ├── AppIcon.appiconset/ │ │ │ │ └── Contents.json │ │ │ └── LaunchImage.launchimage/ │ │ │ └── Contents.json │ │ ├── Base.lproj/ │ │ │ └── LaunchScreen.storyboard │ │ ├── CollectionViewController.h │ │ ├── CollectionViewController.m │ │ ├── Colors/ │ │ │ ├── Colors-Info.plist │ │ │ ├── Colors-Prefix.pch │ │ │ ├── System.xcassets/ │ │ │ │ ├── AppIcon.appiconset/ │ │ │ │ │ └── Contents.json │ │ │ │ └── LaunchImage.launchimage/ │ │ │ │ └── Contents.json │ │ │ ├── en.lproj/ │ │ │ │ └── InfoPlist.strings │ │ │ └── main.m │ │ ├── DataSource/ │ │ │ ├── Color.h │ │ │ ├── Color.m │ │ │ ├── Palette.h │ │ │ ├── Palette.m │ │ │ ├── UIColor+Hex.h │ │ │ ├── UIColor+Hex.m │ │ │ └── colors.json │ │ ├── Images.xcassets/ │ │ │ ├── empty_placeholder.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── search_icon.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── tab_collection.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── tab_search.imageset/ │ │ │ │ └── Contents.json │ │ │ └── tab_table.imageset/ │ │ │ └── Contents.json │ │ ├── Info.plist │ │ ├── SearchViewController.h │ │ ├── SearchViewController.m │ │ ├── Storyboard.storyboard │ │ ├── TableViewController.h │ │ ├── TableViewController.m │ │ └── main.m │ ├── DZNEmptyDataSet/ │ │ ├── DZNEmptyDataSet.h │ │ └── Info.plist │ ├── DZNEmptyDataSet.xcodeproj/ │ │ ├── project.pbxproj │ │ ├── project.xcworkspace/ │ │ │ └── contents.xcworkspacedata │ │ └── xcshareddata/ │ │ └── xcschemes/ │ │ ├── DZNEmptyDataSet.xcscheme │ │ └── DZNEmptyDataSetTests.xcscheme │ ├── DZNEmptyDataSet.xcworkspace/ │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata/ │ │ └── IDEWorkspaceChecks.plist │ ├── DZNEmptyDataSetTests/ │ │ ├── ApplicationsSnapshotTests.m │ │ └── Info.plist │ ├── EmptyDataSetTests/ │ │ └── DZNEmptyDataSetTests-Bridging-Header.h │ ├── Podfile │ └── Pods/ │ ├── Pods.xcodeproj/ │ │ └── project.pbxproj │ ├── Target Support Files/ │ │ ├── Pods-DZNEmptyDataSetTests/ │ │ │ ├── Pods-DZNEmptyDataSetTests-Info.plist │ │ │ ├── Pods-DZNEmptyDataSetTests-acknowledgements.markdown │ │ │ ├── Pods-DZNEmptyDataSetTests-acknowledgements.plist │ │ │ ├── Pods-DZNEmptyDataSetTests-dummy.m │ │ │ ├── Pods-DZNEmptyDataSetTests-frameworks.sh │ │ │ ├── Pods-DZNEmptyDataSetTests-umbrella.h │ │ │ ├── Pods-DZNEmptyDataSetTests.debug.xcconfig │ │ │ ├── Pods-DZNEmptyDataSetTests.modulemap │ │ │ └── Pods-DZNEmptyDataSetTests.release.xcconfig │ │ ├── Pods-EmptyDataSetTests/ │ │ │ ├── Pods-EmptyDataSetTests-Info.plist │ │ │ ├── Pods-EmptyDataSetTests-acknowledgements.markdown │ │ │ ├── Pods-EmptyDataSetTests-acknowledgements.plist │ │ │ ├── Pods-EmptyDataSetTests-dummy.m │ │ │ ├── Pods-EmptyDataSetTests-frameworks.sh │ │ │ ├── Pods-EmptyDataSetTests-umbrella.h │ │ │ ├── Pods-EmptyDataSetTests.debug.xcconfig │ │ │ ├── Pods-EmptyDataSetTests.modulemap │ │ │ └── Pods-EmptyDataSetTests.release.xcconfig │ │ └── iOSSnapshotTestCase/ │ │ ├── Info.plist │ │ ├── iOSSnapshotTestCase-Info.plist │ │ ├── iOSSnapshotTestCase-dummy.m │ │ ├── iOSSnapshotTestCase-prefix.pch │ │ ├── iOSSnapshotTestCase-umbrella.h │ │ ├── iOSSnapshotTestCase.modulemap │ │ └── iOSSnapshotTestCase.xcconfig │ └── iOSSnapshotTestCase/ │ ├── FBSnapshotTestCase/ │ │ ├── Categories/ │ │ │ ├── UIImage+Compare.h │ │ │ ├── UIImage+Compare.m │ │ │ ├── UIImage+Diff.h │ │ │ ├── UIImage+Diff.m │ │ │ ├── UIImage+Snapshot.h │ │ │ └── UIImage+Snapshot.m │ │ ├── FBSnapshotTestCase.h │ │ ├── FBSnapshotTestCase.m │ │ ├── FBSnapshotTestCasePlatform.h │ │ ├── FBSnapshotTestCasePlatform.m │ │ ├── FBSnapshotTestController.h │ │ ├── FBSnapshotTestController.m │ │ └── SwiftSupport.swift │ ├── LICENSE │ └── README.md ├── DZNEmptyDataSet.podspec ├── Dangerfile ├── Gemfile ├── LICENSE ├── Package.swift ├── README.md └── Source/ ├── UIScrollView+EmptyDataSet.h └── UIScrollView+EmptyDataSet.m