├── .gitignore ├── LICENSE ├── MACTableView.podspec ├── MACTableView ├── MACRefreshGifHeader.h ├── MACRefreshGifHeader.m ├── MACTableView.h └── MACTableView.m ├── MACTableViewDemo ├── MACRefresh │ ├── MACRefreshHeader.h │ ├── MACRefreshHeader.m │ ├── icon_refresh_1@2x.png │ ├── icon_refresh_1@3x.png │ ├── icon_refresh_2@2x.png │ ├── icon_refresh_2@3x.png │ ├── icon_refresh_3@2x.png │ └── icon_refresh_3@3x.png ├── MACTableViewDemo.xcodeproj │ ├── project.pbxproj │ └── project.xcworkspace │ │ └── contents.xcworkspacedata ├── MACTableViewDemo.xcworkspace │ └── contents.xcworkspacedata ├── MACTableViewDemo │ ├── AppDelegate.h │ ├── AppDelegate.m │ ├── Application.h │ ├── Application.m │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── button_background_foursquare_highlight.imageset │ │ │ ├── Contents.json │ │ │ ├── button_background_foursquare_highlight.png │ │ │ └── button_background_foursquare_highlight@2x.png │ │ ├── button_background_foursquare_normal.imageset │ │ │ ├── Contents.json │ │ │ ├── button_background_foursquare_normal.png │ │ │ └── button_background_foursquare_normal@2x.png │ │ ├── button_background_icloud_highlight.imageset │ │ │ ├── Contents.json │ │ │ ├── button_background_icloud_highlight.png │ │ │ └── button_background_icloud_highlight@2x.png │ │ ├── button_background_icloud_normal.imageset │ │ │ ├── Contents.json │ │ │ ├── button_background_icloud_normal.png │ │ │ └── button_background_icloud_normal@2x.png │ │ ├── button_background_kickstarter_highlight.imageset │ │ │ ├── Contents.json │ │ │ ├── button_background_kickstarter_highlight.png │ │ │ └── button_background_kickstarter_highlight@2x.png │ │ ├── button_background_kickstarter_normal.imageset │ │ │ ├── Contents.json │ │ │ ├── button_background_kickstarter_normal.png │ │ │ └── button_background_kickstarter_normal@2x.png │ │ ├── header_pinterest.imageset │ │ │ ├── Contents.json │ │ │ ├── header_pinterest.png │ │ │ └── header_pinterest@2x.png │ │ ├── header_podcasts.imageset │ │ │ ├── Contents.json │ │ │ ├── header_podcasts.png │ │ │ └── header_podcasts@2x.png │ │ ├── icon_500px.imageset │ │ │ ├── Contents.json │ │ │ ├── icon_500px.png │ │ │ └── icon_500px@2x.png │ │ ├── icon_airbnb.imageset │ │ │ ├── Contents.json │ │ │ ├── icon_airbnb.png │ │ │ └── icon_airbnb@2x.png │ │ ├── icon_appstore.imageset │ │ │ ├── Contents.json │ │ │ ├── icon_appstore.png │ │ │ └── icon_appstore@2x.png │ │ ├── icon_camera.imageset │ │ │ ├── Contents.json │ │ │ ├── icon_camera.png │ │ │ └── icon_camera@2x.png │ │ ├── icon_dropbox.imageset │ │ │ ├── Contents.json │ │ │ ├── icon_dropbox.png │ │ │ └── icon_dropbox@2x.png │ │ ├── icon_facebook.imageset │ │ │ ├── Contents.json │ │ │ ├── icon_facebook.png │ │ │ └── icon_facebook@2x.png │ │ ├── icon_fancy.imageset │ │ │ ├── Contents.json │ │ │ ├── icon_fancy.png │ │ │ └── icon_fancy@2x.png │ │ ├── icon_foursquare.imageset │ │ │ ├── Contents.json │ │ │ ├── icon_foursquare.png │ │ │ └── icon_foursquare@2x.png │ │ ├── icon_icloud.imageset │ │ │ ├── Contents.json │ │ │ ├── icon_icloud.png │ │ │ └── icon_icloud@2x.png │ │ ├── icon_instagram.imageset │ │ │ ├── Contents.json │ │ │ ├── icon_instagram.png │ │ │ └── icon_instagram@2x.png │ │ ├── icon_itunes_connect.imageset │ │ │ ├── Contents.json │ │ │ ├── icon_itunesconnect.png │ │ │ └── icon_itunesconnect@2x.png │ │ ├── icon_kickstarter.imageset │ │ │ ├── Contents.json │ │ │ ├── icon_kickstarter.png │ │ │ └── icon_kickstarter@2x.png │ │ ├── icon_path.imageset │ │ │ ├── Contents.json │ │ │ ├── icon_path.png │ │ │ └── icon_path@2x.png │ │ ├── icon_photos.imageset │ │ │ ├── Contents.json │ │ │ ├── icon_photos.png │ │ │ └── icon_photos@2x.png │ │ ├── icon_pinterest.imageset │ │ │ ├── Contents.json │ │ │ ├── icon_pinterest.png │ │ │ └── icon_pinterest@2x.png │ │ ├── icon_podcasts.imageset │ │ │ ├── Contents.json │ │ │ ├── icon_podcasts.png │ │ │ └── icon_podcasts@2x.png │ │ ├── icon_remote.imageset │ │ │ ├── Contents.json │ │ │ ├── icon_remote.png │ │ │ └── icon_remote@2x.png │ │ ├── icon_safari.imageset │ │ │ ├── Contents.json │ │ │ ├── icon_safari.png │ │ │ └── icon_safari@2x.png │ │ ├── icon_skype.imageset │ │ │ ├── Contents.json │ │ │ ├── icon_skype.png │ │ │ └── icon_skype@2x.png │ │ ├── icon_slack.imageset │ │ │ ├── Contents.json │ │ │ ├── icon_slack.png │ │ │ └── icon_slack@2x.png │ │ ├── icon_tumblr.imageset │ │ │ ├── Contents.json │ │ │ ├── icon_tumblr.png │ │ │ └── icon_tumblr@2x.png │ │ ├── icon_twitter.imageset │ │ │ ├── Contents.json │ │ │ ├── icon_twitter.png │ │ │ └── icon_twitter@2x.png │ │ ├── icon_vesper.imageset │ │ │ ├── Contents.json │ │ │ ├── icon_vesper.png │ │ │ └── icon_vesper@2x.png │ │ ├── icon_videos.imageset │ │ │ ├── Contents.json │ │ │ ├── icon_videos.png │ │ │ └── icon_videos@2x.png │ │ ├── icon_vine.imageset │ │ │ ├── Contents.json │ │ │ ├── icon_vine.png │ │ │ └── icon_vine@2x.png │ │ ├── icon_whatsapp.imageset │ │ │ ├── Contents.json │ │ │ ├── icon_whatsapp.png │ │ │ └── icon_whatsapp@2x.png │ │ ├── icon_wwdc.imageset │ │ │ ├── Contents.json │ │ │ ├── icon_wwdc.png │ │ │ └── icon_wwdc@2x.png │ │ ├── loading_imgBlue_78x78.imageset │ │ │ ├── Contents.json │ │ │ ├── loading_imgBlue_78x78@2x.png │ │ │ └── loading_imgBlue_78x78@3x.png │ │ ├── logo_500px.imageset │ │ │ ├── Contents.json │ │ │ ├── logo_500px.png │ │ │ └── logo_500px@2x.png │ │ ├── logo_airbnb.imageset │ │ │ ├── Contents.json │ │ │ ├── logo_airbnb.png │ │ │ └── logo_airbnb@2x.png │ │ ├── logo_dropbox.imageset │ │ │ ├── Contents.json │ │ │ ├── logo_dropbox.png │ │ │ └── logo_dropbox@2x.png │ │ ├── logo_facebook.imageset │ │ │ ├── Contents.json │ │ │ ├── logo_facebook.png │ │ │ └── logo_facebook@2x.png │ │ ├── logo_fancy.imageset │ │ │ ├── Contents.json │ │ │ ├── logo_fancy.png │ │ │ └── logo_fancy@2x.png │ │ ├── logo_foursquare.imageset │ │ │ ├── Contents.json │ │ │ ├── logo_foursquare.png │ │ │ └── logo_foursquare@2x.png │ │ ├── logo_instagram.imageset │ │ │ ├── Contents.json │ │ │ ├── logo_instagram.png │ │ │ └── logo_instagram@2x.png │ │ ├── logo_kickstarter.imageset │ │ │ ├── Contents.json │ │ │ ├── logo_kickstarter.png │ │ │ └── logo_kickstarter@2x.png │ │ ├── logo_path.imageset │ │ │ ├── Contents.json │ │ │ ├── logo_path.png │ │ │ └── logo_path@2x.png │ │ ├── logo_pinterest.imageset │ │ │ ├── Contents.json │ │ │ ├── logo_pinterest.png │ │ │ └── logo_pinterest@2x.png │ │ ├── logo_skype.imageset │ │ │ ├── Contents.json │ │ │ ├── logo_skype.png │ │ │ └── logo_skype@2x.png │ │ ├── logo_slack.imageset │ │ │ ├── Contents.json │ │ │ ├── logo_slack.png │ │ │ └── logo_slack@2x.png │ │ ├── logo_tumblr.imageset │ │ │ ├── Contents.json │ │ │ ├── logo_tumblr.png │ │ │ └── logo_tumblr@2x.png │ │ ├── logo_twitter.imageset │ │ │ ├── Contents.json │ │ │ ├── logo_twitter.png │ │ │ └── logo_twitter@2x.png │ │ ├── logo_vesper.imageset │ │ │ ├── Contents.json │ │ │ ├── logo_vesper.png │ │ │ └── logo_vesper@2x.png │ │ ├── logo_vine.imageset │ │ │ ├── Contents.json │ │ │ ├── logo_vine.png │ │ │ └── logo_vine@2x.png │ │ ├── placeholder_500px.imageset │ │ │ ├── Contents.json │ │ │ ├── placeholder_500px.png │ │ │ └── placeholder_500px@2x.png │ │ ├── placeholder_airbnb.imageset │ │ │ ├── Contents.json │ │ │ ├── placeholder_airbnb.png │ │ │ └── placeholder_airbnb@2x.png │ │ ├── placeholder_appstore.imageset │ │ │ ├── Contents.json │ │ │ ├── placeholder_appstore.png │ │ │ └── placeholder_appstore@2x.png │ │ ├── placeholder_dropbox.imageset │ │ │ ├── Contents.json │ │ │ ├── placeholder_dropbox.png │ │ │ └── placeholder_dropbox@2x.png │ │ ├── placeholder_facebook.imageset │ │ │ ├── Contents.json │ │ │ ├── placeholder_facebook.png │ │ │ └── placeholder_facebook@2x.png │ │ ├── placeholder_fancy.imageset │ │ │ ├── Contents.json │ │ │ ├── placeholder_fancy.png │ │ │ └── placeholder_fancy@2x.png │ │ ├── placeholder_foursquare.imageset │ │ │ ├── Contents.json │ │ │ ├── placeholder_foursquare.png │ │ │ └── placeholder_foursquare@2x.png │ │ ├── placeholder_instagram.imageset │ │ │ ├── Contents.json │ │ │ ├── placeholder_instagram.png │ │ │ └── placeholder_instagram@2x.png │ │ ├── placeholder_itunes_connect.imageset │ │ │ ├── Contents.json │ │ │ ├── placeholder_itunes_connect.png │ │ │ └── placeholder_itunes_connect@2x.png │ │ ├── placeholder_kickstarter.imageset │ │ │ ├── Contents.json │ │ │ ├── placeholder_kickstarter.png │ │ │ └── placeholder_kickstarter@2x.png │ │ ├── placeholder_path.imageset │ │ │ ├── Contents.json │ │ │ ├── placeholder_path.png │ │ │ └── placeholder_path@2x.png │ │ ├── placeholder_remote.imageset │ │ │ ├── Contents.json │ │ │ ├── placeholder_remote.png │ │ │ └── placeholder_remote@2x.png │ │ ├── placeholder_skype.imageset │ │ │ ├── Contents.json │ │ │ ├── placeholder_skype.png │ │ │ └── placeholder_skype@2x.png │ │ ├── placeholder_slack.imageset │ │ │ ├── Contents.json │ │ │ ├── placeholder_slack.png │ │ │ └── placeholder_slack@2x.png │ │ ├── placeholder_tumblr.imageset │ │ │ ├── Contents.json │ │ │ ├── placeholder_tumblr.png │ │ │ └── placeholder_tumblr@2x.png │ │ ├── placeholder_vesper.imageset │ │ │ ├── Contents.json │ │ │ ├── placeholder_vesper.png │ │ │ └── placeholder_vesper@2x.png │ │ ├── placeholder_videos.imageset │ │ │ ├── Contents.json │ │ │ ├── placeholder_videos.png │ │ │ └── placeholder_videos@2x.png │ │ ├── placeholder_vine.imageset │ │ │ ├── Contents.json │ │ │ ├── placeholder_vine.png │ │ │ └── placeholder_vine@2x.png │ │ └── placeholder_whatsapp.imageset │ │ │ ├── Contents.json │ │ │ ├── placeholder_whatsapp.png │ │ │ └── placeholder_whatsapp@2x.png │ ├── DetailModel.h │ ├── DetailModel.m │ ├── DetailViewController.h │ ├── DetailViewController.m │ ├── DetailViewController.xib │ ├── Info.plist │ ├── MACRefresh │ │ ├── MACRefreshHeader.h │ │ ├── MACRefreshHeader.m │ │ ├── icon_refresh_1@2x.png │ │ ├── icon_refresh_1@3x.png │ │ ├── icon_refresh_2@2x.png │ │ ├── icon_refresh_2@3x.png │ │ ├── icon_refresh_3@2x.png │ │ └── icon_refresh_3@3x.png │ ├── Main.storyboard │ ├── MainViewCell.h │ ├── MainViewCell.m │ ├── MainViewCell.xib │ ├── MainViewController.h │ ├── MainViewController.m │ ├── MainViewController.xib │ ├── UIColor+Hexadecimal.h │ ├── UIColor+Hexadecimal.m │ ├── UIViewController+BackButtonItemTitle.h │ ├── UIViewController+BackButtonItemTitle.m │ ├── applications.json │ └── main.m ├── Podfile ├── Podfile.lock └── Pods │ ├── DZNEmptyDataSet │ ├── LICENSE │ ├── README.md │ └── Source │ │ ├── UIScrollView+EmptyDataSet.h │ │ └── UIScrollView+EmptyDataSet.m │ ├── Headers │ ├── Private │ │ ├── DZNEmptyDataSet │ │ │ └── UIScrollView+EmptyDataSet.h │ │ ├── MJExtension │ │ │ ├── MJExtension.h │ │ │ ├── MJExtensionConst.h │ │ │ ├── MJFoundation.h │ │ │ ├── MJProperty.h │ │ │ ├── MJPropertyKey.h │ │ │ ├── MJPropertyType.h │ │ │ ├── NSObject+MJClass.h │ │ │ ├── NSObject+MJCoding.h │ │ │ ├── NSObject+MJKeyValue.h │ │ │ ├── NSObject+MJProperty.h │ │ │ └── NSString+MJExtension.h │ │ └── MJRefresh │ │ │ ├── MJRefresh.h │ │ │ ├── MJRefreshAutoFooter.h │ │ │ ├── MJRefreshAutoGifFooter.h │ │ │ ├── MJRefreshAutoNormalFooter.h │ │ │ ├── MJRefreshAutoStateFooter.h │ │ │ ├── MJRefreshBackFooter.h │ │ │ ├── MJRefreshBackGifFooter.h │ │ │ ├── MJRefreshBackNormalFooter.h │ │ │ ├── MJRefreshBackStateFooter.h │ │ │ ├── MJRefreshComponent.h │ │ │ ├── MJRefreshConst.h │ │ │ ├── MJRefreshFooter.h │ │ │ ├── MJRefreshGifHeader.h │ │ │ ├── MJRefreshHeader.h │ │ │ ├── MJRefreshNormalHeader.h │ │ │ ├── MJRefreshStateHeader.h │ │ │ ├── NSBundle+MJRefresh.h │ │ │ ├── UIScrollView+MJExtension.h │ │ │ ├── UIScrollView+MJRefresh.h │ │ │ └── UIView+MJExtension.h │ └── Public │ │ ├── DZNEmptyDataSet │ │ └── UIScrollView+EmptyDataSet.h │ │ ├── MJExtension │ │ ├── MJExtension.h │ │ ├── MJExtensionConst.h │ │ ├── MJFoundation.h │ │ ├── MJProperty.h │ │ ├── MJPropertyKey.h │ │ ├── MJPropertyType.h │ │ ├── NSObject+MJClass.h │ │ ├── NSObject+MJCoding.h │ │ ├── NSObject+MJKeyValue.h │ │ ├── NSObject+MJProperty.h │ │ └── NSString+MJExtension.h │ │ └── MJRefresh │ │ ├── MJRefresh.h │ │ ├── MJRefreshAutoFooter.h │ │ ├── MJRefreshAutoGifFooter.h │ │ ├── MJRefreshAutoNormalFooter.h │ │ ├── MJRefreshAutoStateFooter.h │ │ ├── MJRefreshBackFooter.h │ │ ├── MJRefreshBackGifFooter.h │ │ ├── MJRefreshBackNormalFooter.h │ │ ├── MJRefreshBackStateFooter.h │ │ ├── MJRefreshComponent.h │ │ ├── MJRefreshConst.h │ │ ├── MJRefreshFooter.h │ │ ├── MJRefreshGifHeader.h │ │ ├── MJRefreshHeader.h │ │ ├── MJRefreshNormalHeader.h │ │ ├── MJRefreshStateHeader.h │ │ ├── NSBundle+MJRefresh.h │ │ ├── UIScrollView+MJExtension.h │ │ ├── UIScrollView+MJRefresh.h │ │ └── UIView+MJExtension.h │ ├── MJExtension │ ├── LICENSE │ ├── MJExtension │ │ ├── MJExtension.h │ │ ├── MJExtensionConst.h │ │ ├── MJExtensionConst.m │ │ ├── MJFoundation.h │ │ ├── MJFoundation.m │ │ ├── MJProperty.h │ │ ├── MJProperty.m │ │ ├── MJPropertyKey.h │ │ ├── MJPropertyKey.m │ │ ├── MJPropertyType.h │ │ ├── MJPropertyType.m │ │ ├── NSObject+MJClass.h │ │ ├── NSObject+MJClass.m │ │ ├── NSObject+MJCoding.h │ │ ├── NSObject+MJCoding.m │ │ ├── NSObject+MJKeyValue.h │ │ ├── NSObject+MJKeyValue.m │ │ ├── NSObject+MJProperty.h │ │ ├── NSObject+MJProperty.m │ │ ├── NSString+MJExtension.h │ │ └── NSString+MJExtension.m │ └── README.md │ ├── MJRefresh │ ├── LICENSE │ ├── MJRefresh │ │ ├── Base │ │ │ ├── MJRefreshAutoFooter.h │ │ │ ├── MJRefreshAutoFooter.m │ │ │ ├── MJRefreshBackFooter.h │ │ │ ├── MJRefreshBackFooter.m │ │ │ ├── MJRefreshComponent.h │ │ │ ├── MJRefreshComponent.m │ │ │ ├── MJRefreshFooter.h │ │ │ ├── MJRefreshFooter.m │ │ │ ├── MJRefreshHeader.h │ │ │ └── MJRefreshHeader.m │ │ ├── Custom │ │ │ ├── Footer │ │ │ │ ├── Auto │ │ │ │ │ ├── MJRefreshAutoGifFooter.h │ │ │ │ │ ├── MJRefreshAutoGifFooter.m │ │ │ │ │ ├── MJRefreshAutoNormalFooter.h │ │ │ │ │ ├── MJRefreshAutoNormalFooter.m │ │ │ │ │ ├── MJRefreshAutoStateFooter.h │ │ │ │ │ └── MJRefreshAutoStateFooter.m │ │ │ │ └── Back │ │ │ │ │ ├── MJRefreshBackGifFooter.h │ │ │ │ │ ├── MJRefreshBackGifFooter.m │ │ │ │ │ ├── MJRefreshBackNormalFooter.h │ │ │ │ │ ├── MJRefreshBackNormalFooter.m │ │ │ │ │ ├── MJRefreshBackStateFooter.h │ │ │ │ │ └── MJRefreshBackStateFooter.m │ │ │ └── Header │ │ │ │ ├── MJRefreshGifHeader.h │ │ │ │ ├── MJRefreshGifHeader.m │ │ │ │ ├── MJRefreshNormalHeader.h │ │ │ │ ├── MJRefreshNormalHeader.m │ │ │ │ ├── MJRefreshStateHeader.h │ │ │ │ └── MJRefreshStateHeader.m │ │ ├── MJRefresh.bundle │ │ │ ├── arrow@2x.png │ │ │ ├── en.lproj │ │ │ │ └── Localizable.strings │ │ │ ├── zh-Hans.lproj │ │ │ │ └── Localizable.strings │ │ │ └── zh-Hant.lproj │ │ │ │ └── Localizable.strings │ │ ├── MJRefresh.h │ │ ├── MJRefreshConst.h │ │ ├── MJRefreshConst.m │ │ ├── NSBundle+MJRefresh.h │ │ ├── NSBundle+MJRefresh.m │ │ ├── UIScrollView+MJExtension.h │ │ ├── UIScrollView+MJExtension.m │ │ ├── UIScrollView+MJRefresh.h │ │ ├── UIScrollView+MJRefresh.m │ │ ├── UIView+MJExtension.h │ │ └── UIView+MJExtension.m │ └── README.md │ ├── Manifest.lock │ ├── Pods.xcodeproj │ └── project.pbxproj │ └── Target Support Files │ ├── DZNEmptyDataSet │ ├── DZNEmptyDataSet-dummy.m │ ├── DZNEmptyDataSet-prefix.pch │ └── DZNEmptyDataSet.xcconfig │ ├── MJExtension │ ├── MJExtension-dummy.m │ ├── MJExtension-prefix.pch │ └── MJExtension.xcconfig │ ├── MJRefresh │ ├── MJRefresh-dummy.m │ ├── MJRefresh-prefix.pch │ └── MJRefresh.xcconfig │ └── Pods │ ├── Pods-acknowledgements.markdown │ ├── Pods-acknowledgements.plist │ ├── Pods-dummy.m │ ├── Pods-frameworks.sh │ ├── Pods-resources.sh │ ├── Pods.debug.xcconfig │ └── Pods.release.xcconfig ├── Photos ├── MACTableView.png ├── fvyO81OO7L.gif ├── hmD0r7fU0J.gif ├── kF4saP4ilk.gif └── zUsnur8eFq.gif └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | # Xcode 2 | # 3 | # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore 4 | 5 | ## Build generated 6 | build/ 7 | DerivedData/ 8 | 9 | ## Various settings 10 | *.pbxuser 11 | !default.pbxuser 12 | *.mode1v3 13 | !default.mode1v3 14 | *.mode2v3 15 | !default.mode2v3 16 | *.perspectivev3 17 | !default.perspectivev3 18 | xcuserdata/ 19 | 20 | ## Other 21 | *.moved-aside 22 | *.xcuserstate 23 | 24 | ## Obj-C/Swift specific 25 | *.hmap 26 | *.ipa 27 | *.dSYM.zip 28 | *.dSYM 29 | 30 | # CocoaPods 31 | # 32 | # We recommend against adding the Pods directory to your .gitignore. However 33 | # you should judge for yourself, the pros and cons are mentioned at: 34 | # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control 35 | # 36 | # Pods/ 37 | 38 | # Carthage 39 | # 40 | # Add this line if you want to avoid checking in source code from Carthage dependencies. 41 | # Carthage/Checkouts 42 | 43 | Carthage/Build 44 | 45 | # fastlane 46 | # 47 | # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the 48 | # screenshots whenever they are needed. 49 | # For more information about the recommended setup visit: 50 | # https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md 51 | 52 | fastlane/report.xml 53 | fastlane/screenshots 54 | 55 | #Code Injection 56 | # 57 | # After new code Injection tools there's a generated folder /iOSInjectionProject 58 | # https://github.com/johnno1962/injectionforxcode 59 | 60 | iOSInjectionProject/ 61 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2016 MacKun 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /MACTableView.podspec: -------------------------------------------------------------------------------- 1 | 2 | Pod::Spec.new do |s| 3 | s.name = 'MACTableView' 4 | s.version = '1.1.0' 5 | s.summary = 'The blank of UITableView supports empty text、empty picture、pull up & down events' 6 | s.homepage = 'https://github.com/azheng51714/MACTableView' 7 | s.license = 'MIT' 8 | s.author = { 'MacKun' => '414294494@qq.com' } 9 | s.source = { :git => 'https://github.com/azheng51714/MACTableView.git', :tag => s.version.to_s } 10 | s.social_media_url = 'https://twitter.com/MaximeEpain' 11 | 12 | s.platform = :ios, '6.0' 13 | s.requires_arc = true 14 | 15 | s.source_files = 'MACTableView/*.{m,h}' 16 | s.public_header_files = ['MACTableView/*.h'] 17 | s.dependency 'MJRefresh', '~> 3.1.0' 18 | s.dependency 'DZNEmptyDataSet', '~> 1.7.2' 19 | 20 | end 21 | -------------------------------------------------------------------------------- /MACTableView/MACRefreshGifHeader.h: -------------------------------------------------------------------------------- 1 | // 2 | // MACRefreshGifHeader.h 3 | // MACTableView 4 | // https://github.com/azheng51714/MACTableView 5 | // Created by MacKun on 16/10/21. 6 | // Copyright © 2016年 MacKun All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | FOUNDATION_EXTERN NSString *className; 12 | @interface MACRefreshGifHeader : MJRefreshGifHeader 13 | 14 | + (void)registerMACRefresh; 15 | 16 | 17 | @end 18 | -------------------------------------------------------------------------------- /MACTableView/MACRefreshGifHeader.m: -------------------------------------------------------------------------------- 1 | // 2 | // MACRefreshGifHeader.m 3 | // MACTableView 4 | // https://github.com/azheng51714/MACTableView 5 | // Created by MacKun on 16/10/21. 6 | // Copyright © 2016年 MacKun All rights reserved. 7 | // 8 | 9 | #import "MACRefreshGifHeader.h" 10 | NSString *className = nil; 11 | @implementation MACRefreshGifHeader 12 | 13 | 14 | +(void)registerMACRefresh{ 15 | 16 | if (self) { 17 | className = NSStringFromClass(self); 18 | } 19 | } 20 | 21 | @end 22 | -------------------------------------------------------------------------------- /MACTableView/MACTableView.h: -------------------------------------------------------------------------------- 1 | // 2 | // MACTableView.h 3 | // MACTableView 4 | // https://github.com/azheng51714/MACTableView 5 | // Created by MacKun on 16/10/21. 6 | // Copyright © 2016年 MacKun All rights reserved. 7 | // 8 | 9 | #import 10 | typedef NS_ENUM(NSInteger, MACRefreshState) { 11 | 12 | MACRefreshing = 0, /** 下拉刷新的状态 */ 13 | MACPulling, /** pull 加载更多刷新中的状态 */ 14 | }; 15 | 16 | typedef NS_ENUM(NSInteger,MACCanLoadState){ 17 | 18 | MACCanLoadNone = 0,/**不支持下拉和加载更多*/ 19 | MACCanLoadRefresh, /**只支持下拉刷新*/ 20 | MACCanLoadAll, /** 同时支持下拉和加载更多*/ 21 | }; 22 | 23 | @protocol MACTableViewDelegate 24 | 25 | @optional 26 | 27 | /**@param state MACRefreshing 下拉刷新 MACPulling 为 Pull 加载更多*/ 28 | -(void)loadDataRefreshOrPull:(MACRefreshState)state; 29 | 30 | @end 31 | 32 | @interface MACTableView : UITableView 33 | 34 | @property (nonatomic,weak) id macTableViewDelegate;//MACTableView delegate 35 | 36 | /** 是否展示空白页 默认为YES*/ 37 | @property(nonatomic,assign,getter = isShowEmpty)BOOL showEmpty; 38 | /** MACTableView 加载支持,默认同时支持下拉和加载更多*/ 39 | @property (nonatomic,assign) IBInspectable MACCanLoadState macCanLoadState; 40 | /**空白页的标题 默认为 “" 为空,不显示*/ 41 | @property(nonatomic,copy) IBInspectable NSString *emptyTitle; 42 | /** 空白页的副标题 默认为 “" 为空,不显示*/ 43 | @property(nonatomic,copy) IBInspectable NSString *emptySubtitle; 44 | /** 空白页展位图名称 默认为 nil,不显示*/ 45 | @property(nonatomic,strong) IBInspectable UIImage *emptyImage; 46 | /** 空白页背景颜色,默认白色*/ 47 | @property(nonatomic,strong) IBInspectable UIColor *emptyColor; 48 | 49 | /**空白页的标题 默认为 nil,显示emptyTitle*/ 50 | @property(nonatomic,copy) IBInspectable NSAttributedString *emptyAtrtibutedTitle; 51 | /** 空白页的副标题 默认为 nil,emptySubtitle*/ 52 | @property(nonatomic,copy) IBInspectable NSAttributedString *emptyAtrtibutedSubtitle; 53 | 54 | /** 获取当下访问接口Page下标 默认从1开始 以来代替控制器计算Page*/ 55 | -(NSNumber *)getCurrentPage; 56 | /** 开始加载*/ 57 | -(void)beginLoading; 58 | /**结束加载,并刷新数据*/ 59 | -(void)endLoading; 60 | /**提示无更多数据*/ 61 | -(void)noMoreData; 62 | @end 63 | 64 | -------------------------------------------------------------------------------- /MACTableViewDemo/MACRefresh/MACRefreshHeader.h: -------------------------------------------------------------------------------- 1 | // 2 | // MACRefreshHeader.h 3 | // WeiSchoolTeacher 4 | // 5 | // Created by MacKun on 16/1/11. 6 | // Copyright © 2016年 MacKun. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "MACRefreshGifHeader.h" 11 | @interface MACRefreshHeader : MACRefreshGifHeader 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /MACTableViewDemo/MACRefresh/MACRefreshHeader.m: -------------------------------------------------------------------------------- 1 | // 2 | // MACRefreshHeader.m 3 | // WeiSchoolTeacher 4 | // 5 | // Created by MacKun on 16/1/11. 6 | // Copyright © 2016年 MacKun. All rights reserved. 7 | // 8 | 9 | #import "MACRefreshHeader.h" 10 | 11 | @implementation MACRefreshHeader 12 | 13 | -(void)prepare{ 14 | [super prepare]; 15 | 16 | // 设置普通状态的动画图片 17 | NSMutableArray *idleImages = [NSMutableArray array]; 18 | for (NSUInteger i = 1; i<=60; i++) { 19 | UIImage *image = [UIImage imageNamed:@"icon_refresh_1"]; 20 | [idleImages addObject:image]; 21 | } 22 | [self setImages:idleImages forState:MJRefreshStateIdle]; 23 | 24 | // 设置即将刷新状态的动画图片(一松开就会刷新的状态) 25 | NSMutableArray *refreshingImages = [NSMutableArray array]; 26 | for (NSUInteger i = 1; i<=3; i++) { 27 | UIImage *image = [UIImage imageNamed:[NSString stringWithFormat:@"icon_refresh_%zd", i]]; 28 | [refreshingImages addObject:image]; 29 | } 30 | [self setImages:refreshingImages forState:MJRefreshStatePulling]; 31 | 32 | // 设置正在刷新状态的动画图片 33 | [self setImages:refreshingImages forState:MJRefreshStateRefreshing]; 34 | } 35 | + (void)load{ 36 | [super registerMACRefresh]; 37 | } 38 | @end 39 | -------------------------------------------------------------------------------- /MACTableViewDemo/MACRefresh/icon_refresh_1@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACRefresh/icon_refresh_1@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACRefresh/icon_refresh_1@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACRefresh/icon_refresh_1@3x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACRefresh/icon_refresh_2@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACRefresh/icon_refresh_2@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACRefresh/icon_refresh_2@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACRefresh/icon_refresh_2@3x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACRefresh/icon_refresh_3@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACRefresh/icon_refresh_3@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACRefresh/icon_refresh_3@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACRefresh/icon_refresh_3@3x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/AppDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // AppDelegate.h 3 | // MACTableViewDemo 4 | // 5 | // Created by MacKun on 16/10/17. 6 | // Copyright © 2016年 com.mackun. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface AppDelegate : UIResponder 12 | 13 | @property (strong, nonatomic) UIWindow *window; 14 | 15 | 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/AppDelegate.m: -------------------------------------------------------------------------------- 1 | // 2 | // AppDelegate.m 3 | // MACTableViewDemo 4 | // 5 | // Created by MacKun on 16/10/17. 6 | // Copyright © 2016年 com.mackun. All rights reserved. 7 | // 8 | 9 | #import "AppDelegate.h" 10 | #import "MainViewController.h" 11 | @interface AppDelegate () 12 | 13 | @end 14 | 15 | @implementation AppDelegate 16 | 17 | 18 | - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { 19 | // UILabel 20 | // Override point for customization after application launch. 21 | self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds]; 22 | MainViewController *rootViewController = [[MainViewController alloc] init]; 23 | self.window.rootViewController = [[UINavigationController alloc] initWithRootViewController:rootViewController]; 24 | self.window.backgroundColor = [UIColor whiteColor]; 25 | [self.window makeKeyAndVisible]; 26 | return YES; 27 | } 28 | 29 | - (void)applicationWillResignActive:(UIApplication *)application { 30 | // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state. 31 | // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game. 32 | } 33 | 34 | - (void)applicationDidEnterBackground:(UIApplication *)application { 35 | // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later. 36 | // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits. 37 | } 38 | 39 | - (void)applicationWillEnterForeground:(UIApplication *)application { 40 | // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background. 41 | } 42 | 43 | - (void)applicationDidBecomeActive:(UIApplication *)application { 44 | // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface. 45 | } 46 | 47 | - (void)applicationWillTerminate:(UIApplication *)application { 48 | // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:. 49 | } 50 | 51 | @end 52 | -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Application.h: -------------------------------------------------------------------------------- 1 | // 2 | // Application.h 3 | // Applications 4 | // 5 | // Created by Ignacio on 6/6/14. 6 | // Copyright (c) 2014 DZN Labs. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | typedef NS_ENUM(NSUInteger, ApplicationType) { 12 | 13 | ApplicationTypeUndefined = 0, 14 | 15 | ApplicationType500px = 1, 16 | ApplicationTypeAirbnb, 17 | ApplicationTypeAppstore, 18 | ApplicationTypeCamera, 19 | ApplicationTypeDropbox, 20 | ApplicationTypeFacebook, 21 | ApplicationTypeFancy, 22 | ApplicationTypeFoursquare, 23 | ApplicationTypeiCloud, 24 | ApplicationTypeInstagram, 25 | ApplicationTypeiTunesConnect, 26 | ApplicationTypeKickstarter, 27 | ApplicationTypePath, 28 | ApplicationTypePinterest, 29 | ApplicationTypePhotos, 30 | ApplicationTypePodcasts, 31 | ApplicationTypeRemote, 32 | ApplicationTypeSafari, 33 | ApplicationTypeSkype, 34 | ApplicationTypeSlack, 35 | ApplicationTypeTumblr, 36 | ApplicationTypeTwitter, 37 | ApplicationTypeVideos, 38 | ApplicationTypeVesper, 39 | ApplicationTypeVine, 40 | ApplicationTypeWhatsapp, 41 | ApplicationTypeWWDC, 42 | 43 | ApplicationCount // Used for count (27) 44 | }; 45 | 46 | @interface Application : NSObject 47 | @property (nonatomic, strong) NSString *displayName; 48 | @property (nonatomic, strong) NSString *developerName; 49 | @property (nonatomic, strong) NSString *identifier; 50 | @property (nonatomic, strong) NSString *iconName; 51 | @property (nonatomic) ApplicationType type; 52 | 53 | - (instancetype)initWithDictionary:(NSDictionary *)dict; 54 | 55 | @end 56 | -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Application.m: -------------------------------------------------------------------------------- 1 | // 2 | // Application.m 3 | // Applications 4 | // 5 | // Created by Ignacio on 6/6/14. 6 | // Copyright (c) 2014 DZN Labs. All rights reserved. 7 | // 8 | 9 | #import "Application.h" 10 | 11 | @implementation Application 12 | 13 | - (instancetype)initWithDictionary:(NSDictionary *)dict 14 | { 15 | if (!dict) { 16 | return nil; 17 | } 18 | 19 | self = [super init]; 20 | if (self) { 21 | self.displayName = [dict objectForKey:@"display_name"]; 22 | self.developerName = [dict objectForKey:@"developer_name"]; 23 | self.identifier = [dict objectForKey:@"identifier"]; 24 | } 25 | return self; 26 | } 27 | 28 | - (void)setDisplayName:(NSString *)displayName 29 | { 30 | _displayName = displayName; 31 | 32 | self.iconName = [[[NSString stringWithFormat:@"icon_%@", self.displayName] lowercaseString] stringByReplacingOccurrencesOfString:@" " withString:@"_"]; 33 | 34 | self.type = applicationTypeFromString(self.displayName) + 1; 35 | } 36 | 37 | ApplicationType applicationTypeFromString(NSString *string) 38 | { 39 | NSArray *arr = @[ 40 | @"500px", 41 | @"Airbnb", 42 | @"AppStore", 43 | @"Camera", 44 | @"Dropbox", 45 | @"Facebook", 46 | @"Fancy", 47 | @"Foursquare", 48 | @"iCloud", 49 | @"Instagram", 50 | @"iTunes Connect", 51 | @"Kickstarter", 52 | @"Path", 53 | @"Pinterest", 54 | @"Photos", 55 | @"Podcasts", 56 | @"Remote", 57 | @"Safari", 58 | @"Skype", 59 | @"Slack", 60 | @"Tumblr", 61 | @"Twitter", 62 | @"Videos", 63 | @"Vesper", 64 | @"Vine", 65 | @"WhatsApp", 66 | @"WWDC" 67 | ]; 68 | return (ApplicationType)[arr indexOfObject:string]; 69 | } 70 | 71 | @end 72 | -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "iphone", 5 | "size" : "29x29", 6 | "scale" : "2x" 7 | }, 8 | { 9 | "idiom" : "iphone", 10 | "size" : "29x29", 11 | "scale" : "3x" 12 | }, 13 | { 14 | "idiom" : "iphone", 15 | "size" : "40x40", 16 | "scale" : "2x" 17 | }, 18 | { 19 | "idiom" : "iphone", 20 | "size" : "40x40", 21 | "scale" : "3x" 22 | }, 23 | { 24 | "idiom" : "iphone", 25 | "size" : "60x60", 26 | "scale" : "2x" 27 | }, 28 | { 29 | "idiom" : "iphone", 30 | "size" : "60x60", 31 | "scale" : "3x" 32 | } 33 | ], 34 | "info" : { 35 | "version" : 1, 36 | "author" : "xcode" 37 | } 38 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/button_background_foursquare_highlight.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "button_background_foursquare_highlight.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "button_background_foursquare_highlight@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/button_background_foursquare_highlight.imageset/button_background_foursquare_highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/button_background_foursquare_highlight.imageset/button_background_foursquare_highlight.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/button_background_foursquare_highlight.imageset/button_background_foursquare_highlight@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/button_background_foursquare_highlight.imageset/button_background_foursquare_highlight@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/button_background_foursquare_normal.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "button_background_foursquare_normal.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "button_background_foursquare_normal@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/button_background_foursquare_normal.imageset/button_background_foursquare_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/button_background_foursquare_normal.imageset/button_background_foursquare_normal.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/button_background_foursquare_normal.imageset/button_background_foursquare_normal@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/button_background_foursquare_normal.imageset/button_background_foursquare_normal@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/button_background_icloud_highlight.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "button_background_icloud_highlight.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "button_background_icloud_highlight@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/button_background_icloud_highlight.imageset/button_background_icloud_highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/button_background_icloud_highlight.imageset/button_background_icloud_highlight.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/button_background_icloud_highlight.imageset/button_background_icloud_highlight@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/button_background_icloud_highlight.imageset/button_background_icloud_highlight@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/button_background_icloud_normal.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "button_background_icloud_normal.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "button_background_icloud_normal@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/button_background_icloud_normal.imageset/button_background_icloud_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/button_background_icloud_normal.imageset/button_background_icloud_normal.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/button_background_icloud_normal.imageset/button_background_icloud_normal@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/button_background_icloud_normal.imageset/button_background_icloud_normal@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/button_background_kickstarter_highlight.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "button_background_kickstarter_highlight.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "button_background_kickstarter_highlight@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/button_background_kickstarter_highlight.imageset/button_background_kickstarter_highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/button_background_kickstarter_highlight.imageset/button_background_kickstarter_highlight.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/button_background_kickstarter_highlight.imageset/button_background_kickstarter_highlight@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/button_background_kickstarter_highlight.imageset/button_background_kickstarter_highlight@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/button_background_kickstarter_normal.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "button_background_kickstarter_normal.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "button_background_kickstarter_normal@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/button_background_kickstarter_normal.imageset/button_background_kickstarter_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/button_background_kickstarter_normal.imageset/button_background_kickstarter_normal.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/button_background_kickstarter_normal.imageset/button_background_kickstarter_normal@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/button_background_kickstarter_normal.imageset/button_background_kickstarter_normal@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/header_pinterest.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "header_pinterest.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "header_pinterest@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/header_pinterest.imageset/header_pinterest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/header_pinterest.imageset/header_pinterest.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/header_pinterest.imageset/header_pinterest@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/header_pinterest.imageset/header_pinterest@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/header_podcasts.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "header_podcasts.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "header_podcasts@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/header_podcasts.imageset/header_podcasts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/header_podcasts.imageset/header_podcasts.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/header_podcasts.imageset/header_podcasts@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/header_podcasts.imageset/header_podcasts@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_500px.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "icon_500px.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "icon_500px@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_500px.imageset/icon_500px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_500px.imageset/icon_500px.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_500px.imageset/icon_500px@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_500px.imageset/icon_500px@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_airbnb.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "icon_airbnb.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "icon_airbnb@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_airbnb.imageset/icon_airbnb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_airbnb.imageset/icon_airbnb.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_airbnb.imageset/icon_airbnb@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_airbnb.imageset/icon_airbnb@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_appstore.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "icon_appstore.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "icon_appstore@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_appstore.imageset/icon_appstore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_appstore.imageset/icon_appstore.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_appstore.imageset/icon_appstore@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_appstore.imageset/icon_appstore@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_camera.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "icon_camera.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "icon_camera@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_camera.imageset/icon_camera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_camera.imageset/icon_camera.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_camera.imageset/icon_camera@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_camera.imageset/icon_camera@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_dropbox.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "icon_dropbox.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "icon_dropbox@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_dropbox.imageset/icon_dropbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_dropbox.imageset/icon_dropbox.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_dropbox.imageset/icon_dropbox@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_dropbox.imageset/icon_dropbox@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_facebook.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "icon_facebook.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "icon_facebook@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_facebook.imageset/icon_facebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_facebook.imageset/icon_facebook.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_facebook.imageset/icon_facebook@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_facebook.imageset/icon_facebook@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_fancy.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "icon_fancy.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "icon_fancy@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_fancy.imageset/icon_fancy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_fancy.imageset/icon_fancy.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_fancy.imageset/icon_fancy@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_fancy.imageset/icon_fancy@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_foursquare.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "icon_foursquare.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "icon_foursquare@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_foursquare.imageset/icon_foursquare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_foursquare.imageset/icon_foursquare.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_foursquare.imageset/icon_foursquare@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_foursquare.imageset/icon_foursquare@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_icloud.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "icon_icloud.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "icon_icloud@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_icloud.imageset/icon_icloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_icloud.imageset/icon_icloud.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_icloud.imageset/icon_icloud@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_icloud.imageset/icon_icloud@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_instagram.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "icon_instagram.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "icon_instagram@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_instagram.imageset/icon_instagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_instagram.imageset/icon_instagram.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_instagram.imageset/icon_instagram@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_instagram.imageset/icon_instagram@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_itunes_connect.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "icon_itunesconnect.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "icon_itunesconnect@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_itunes_connect.imageset/icon_itunesconnect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_itunes_connect.imageset/icon_itunesconnect.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_itunes_connect.imageset/icon_itunesconnect@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_itunes_connect.imageset/icon_itunesconnect@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_kickstarter.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "icon_kickstarter.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "icon_kickstarter@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_kickstarter.imageset/icon_kickstarter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_kickstarter.imageset/icon_kickstarter.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_kickstarter.imageset/icon_kickstarter@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_kickstarter.imageset/icon_kickstarter@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_path.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "icon_path.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "icon_path@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_path.imageset/icon_path.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_path.imageset/icon_path.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_path.imageset/icon_path@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_path.imageset/icon_path@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_photos.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "icon_photos.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "icon_photos@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_photos.imageset/icon_photos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_photos.imageset/icon_photos.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_photos.imageset/icon_photos@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_photos.imageset/icon_photos@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_pinterest.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "icon_pinterest.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "icon_pinterest@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_pinterest.imageset/icon_pinterest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_pinterest.imageset/icon_pinterest.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_pinterest.imageset/icon_pinterest@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_pinterest.imageset/icon_pinterest@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_podcasts.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "icon_podcasts.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "icon_podcasts@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_podcasts.imageset/icon_podcasts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_podcasts.imageset/icon_podcasts.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_podcasts.imageset/icon_podcasts@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_podcasts.imageset/icon_podcasts@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_remote.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "icon_remote.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "icon_remote@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_remote.imageset/icon_remote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_remote.imageset/icon_remote.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_remote.imageset/icon_remote@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_remote.imageset/icon_remote@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_safari.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "icon_safari.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "icon_safari@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_safari.imageset/icon_safari.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_safari.imageset/icon_safari.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_safari.imageset/icon_safari@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_safari.imageset/icon_safari@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_skype.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "icon_skype.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "icon_skype@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_skype.imageset/icon_skype.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_skype.imageset/icon_skype.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_skype.imageset/icon_skype@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_skype.imageset/icon_skype@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_slack.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "icon_slack.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "icon_slack@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_slack.imageset/icon_slack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_slack.imageset/icon_slack.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_slack.imageset/icon_slack@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_slack.imageset/icon_slack@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_tumblr.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "icon_tumblr.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "icon_tumblr@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_tumblr.imageset/icon_tumblr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_tumblr.imageset/icon_tumblr.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_tumblr.imageset/icon_tumblr@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_tumblr.imageset/icon_tumblr@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_twitter.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "icon_twitter.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "icon_twitter@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_twitter.imageset/icon_twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_twitter.imageset/icon_twitter.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_twitter.imageset/icon_twitter@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_twitter.imageset/icon_twitter@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_vesper.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "icon_vesper.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "icon_vesper@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_vesper.imageset/icon_vesper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_vesper.imageset/icon_vesper.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_vesper.imageset/icon_vesper@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_vesper.imageset/icon_vesper@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_videos.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "icon_videos.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "icon_videos@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_videos.imageset/icon_videos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_videos.imageset/icon_videos.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_videos.imageset/icon_videos@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_videos.imageset/icon_videos@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_vine.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "icon_vine.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "icon_vine@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_vine.imageset/icon_vine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_vine.imageset/icon_vine.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_vine.imageset/icon_vine@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_vine.imageset/icon_vine@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_whatsapp.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "icon_whatsapp.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "icon_whatsapp@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_whatsapp.imageset/icon_whatsapp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_whatsapp.imageset/icon_whatsapp.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_whatsapp.imageset/icon_whatsapp@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_whatsapp.imageset/icon_whatsapp@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_wwdc.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "icon_wwdc.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "icon_wwdc@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_wwdc.imageset/icon_wwdc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_wwdc.imageset/icon_wwdc.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_wwdc.imageset/icon_wwdc@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/icon_wwdc.imageset/icon_wwdc@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/loading_imgBlue_78x78.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "loading_imgBlue_78x78@2x.png", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "loading_imgBlue_78x78@3x.png", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/loading_imgBlue_78x78.imageset/loading_imgBlue_78x78@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/loading_imgBlue_78x78.imageset/loading_imgBlue_78x78@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/loading_imgBlue_78x78.imageset/loading_imgBlue_78x78@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/loading_imgBlue_78x78.imageset/loading_imgBlue_78x78@3x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_500px.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "logo_500px.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "logo_500px@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_500px.imageset/logo_500px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_500px.imageset/logo_500px.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_500px.imageset/logo_500px@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_500px.imageset/logo_500px@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_airbnb.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "logo_airbnb.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "logo_airbnb@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_airbnb.imageset/logo_airbnb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_airbnb.imageset/logo_airbnb.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_airbnb.imageset/logo_airbnb@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_airbnb.imageset/logo_airbnb@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_dropbox.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "logo_dropbox.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "logo_dropbox@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_dropbox.imageset/logo_dropbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_dropbox.imageset/logo_dropbox.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_dropbox.imageset/logo_dropbox@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_dropbox.imageset/logo_dropbox@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_facebook.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "logo_facebook.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "logo_facebook@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_facebook.imageset/logo_facebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_facebook.imageset/logo_facebook.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_facebook.imageset/logo_facebook@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_facebook.imageset/logo_facebook@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_fancy.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "logo_fancy.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "logo_fancy@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_fancy.imageset/logo_fancy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_fancy.imageset/logo_fancy.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_fancy.imageset/logo_fancy@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_fancy.imageset/logo_fancy@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_foursquare.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "logo_foursquare.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "logo_foursquare@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_foursquare.imageset/logo_foursquare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_foursquare.imageset/logo_foursquare.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_foursquare.imageset/logo_foursquare@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_foursquare.imageset/logo_foursquare@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_instagram.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "logo_instagram.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "logo_instagram@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_instagram.imageset/logo_instagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_instagram.imageset/logo_instagram.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_instagram.imageset/logo_instagram@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_instagram.imageset/logo_instagram@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_kickstarter.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "logo_kickstarter.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "logo_kickstarter@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_kickstarter.imageset/logo_kickstarter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_kickstarter.imageset/logo_kickstarter.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_kickstarter.imageset/logo_kickstarter@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_kickstarter.imageset/logo_kickstarter@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_path.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "logo_path.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "logo_path@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_path.imageset/logo_path.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_path.imageset/logo_path.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_path.imageset/logo_path@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_path.imageset/logo_path@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_pinterest.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "logo_pinterest.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "logo_pinterest@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_pinterest.imageset/logo_pinterest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_pinterest.imageset/logo_pinterest.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_pinterest.imageset/logo_pinterest@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_pinterest.imageset/logo_pinterest@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_skype.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "logo_skype.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "logo_skype@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_skype.imageset/logo_skype.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_skype.imageset/logo_skype.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_skype.imageset/logo_skype@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_skype.imageset/logo_skype@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_slack.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "logo_slack.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "logo_slack@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_slack.imageset/logo_slack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_slack.imageset/logo_slack.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_slack.imageset/logo_slack@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_slack.imageset/logo_slack@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_tumblr.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "logo_tumblr.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "logo_tumblr@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_tumblr.imageset/logo_tumblr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_tumblr.imageset/logo_tumblr.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_tumblr.imageset/logo_tumblr@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_tumblr.imageset/logo_tumblr@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_twitter.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "logo_twitter.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "logo_twitter@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_twitter.imageset/logo_twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_twitter.imageset/logo_twitter.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_twitter.imageset/logo_twitter@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_twitter.imageset/logo_twitter@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_vesper.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "logo_vesper.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "logo_vesper@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_vesper.imageset/logo_vesper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_vesper.imageset/logo_vesper.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_vesper.imageset/logo_vesper@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_vesper.imageset/logo_vesper@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_vine.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "logo_vine.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "logo_vine@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_vine.imageset/logo_vine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_vine.imageset/logo_vine.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_vine.imageset/logo_vine@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/logo_vine.imageset/logo_vine@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_500px.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "placeholder_500px.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "placeholder_500px@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_500px.imageset/placeholder_500px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_500px.imageset/placeholder_500px.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_500px.imageset/placeholder_500px@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_500px.imageset/placeholder_500px@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_airbnb.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "placeholder_airbnb.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "placeholder_airbnb@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_airbnb.imageset/placeholder_airbnb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_airbnb.imageset/placeholder_airbnb.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_airbnb.imageset/placeholder_airbnb@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_airbnb.imageset/placeholder_airbnb@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_appstore.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "placeholder_appstore.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "placeholder_appstore@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_appstore.imageset/placeholder_appstore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_appstore.imageset/placeholder_appstore.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_appstore.imageset/placeholder_appstore@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_appstore.imageset/placeholder_appstore@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_dropbox.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "placeholder_dropbox.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "placeholder_dropbox@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_dropbox.imageset/placeholder_dropbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_dropbox.imageset/placeholder_dropbox.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_dropbox.imageset/placeholder_dropbox@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_dropbox.imageset/placeholder_dropbox@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_facebook.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "placeholder_facebook.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "placeholder_facebook@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_facebook.imageset/placeholder_facebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_facebook.imageset/placeholder_facebook.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_facebook.imageset/placeholder_facebook@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_facebook.imageset/placeholder_facebook@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_fancy.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "placeholder_fancy.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "placeholder_fancy@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_fancy.imageset/placeholder_fancy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_fancy.imageset/placeholder_fancy.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_fancy.imageset/placeholder_fancy@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_fancy.imageset/placeholder_fancy@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_foursquare.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "placeholder_foursquare.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "placeholder_foursquare@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_foursquare.imageset/placeholder_foursquare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_foursquare.imageset/placeholder_foursquare.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_foursquare.imageset/placeholder_foursquare@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_foursquare.imageset/placeholder_foursquare@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_instagram.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "placeholder_instagram.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "placeholder_instagram@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_instagram.imageset/placeholder_instagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_instagram.imageset/placeholder_instagram.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_instagram.imageset/placeholder_instagram@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_instagram.imageset/placeholder_instagram@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_itunes_connect.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "placeholder_itunes_connect.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "placeholder_itunes_connect@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_itunes_connect.imageset/placeholder_itunes_connect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_itunes_connect.imageset/placeholder_itunes_connect.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_itunes_connect.imageset/placeholder_itunes_connect@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_itunes_connect.imageset/placeholder_itunes_connect@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_kickstarter.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "placeholder_kickstarter.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "placeholder_kickstarter@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_kickstarter.imageset/placeholder_kickstarter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_kickstarter.imageset/placeholder_kickstarter.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_kickstarter.imageset/placeholder_kickstarter@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_kickstarter.imageset/placeholder_kickstarter@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_path.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "placeholder_path.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "placeholder_path@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_path.imageset/placeholder_path.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_path.imageset/placeholder_path.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_path.imageset/placeholder_path@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_path.imageset/placeholder_path@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_remote.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "placeholder_remote.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "placeholder_remote@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_remote.imageset/placeholder_remote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_remote.imageset/placeholder_remote.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_remote.imageset/placeholder_remote@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_remote.imageset/placeholder_remote@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_skype.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "placeholder_skype.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "placeholder_skype@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_skype.imageset/placeholder_skype.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_skype.imageset/placeholder_skype.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_skype.imageset/placeholder_skype@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_skype.imageset/placeholder_skype@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_slack.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "placeholder_slack.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "placeholder_slack@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_slack.imageset/placeholder_slack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_slack.imageset/placeholder_slack.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_slack.imageset/placeholder_slack@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_slack.imageset/placeholder_slack@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_tumblr.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "placeholder_tumblr.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "placeholder_tumblr@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_tumblr.imageset/placeholder_tumblr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_tumblr.imageset/placeholder_tumblr.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_tumblr.imageset/placeholder_tumblr@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_tumblr.imageset/placeholder_tumblr@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_vesper.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "placeholder_vesper.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "placeholder_vesper@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_vesper.imageset/placeholder_vesper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_vesper.imageset/placeholder_vesper.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_vesper.imageset/placeholder_vesper@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_vesper.imageset/placeholder_vesper@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_videos.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "placeholder_videos.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "placeholder_videos@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_videos.imageset/placeholder_videos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_videos.imageset/placeholder_videos.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_videos.imageset/placeholder_videos@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_videos.imageset/placeholder_videos@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_vine.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "placeholder_vine.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "placeholder_vine@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_vine.imageset/placeholder_vine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_vine.imageset/placeholder_vine.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_vine.imageset/placeholder_vine@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_vine.imageset/placeholder_vine@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_whatsapp.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "placeholder_whatsapp.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "placeholder_whatsapp@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_whatsapp.imageset/placeholder_whatsapp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_whatsapp.imageset/placeholder_whatsapp.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_whatsapp.imageset/placeholder_whatsapp@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/Assets.xcassets/placeholder_whatsapp.imageset/placeholder_whatsapp@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/DetailModel.h: -------------------------------------------------------------------------------- 1 | // 2 | // DetailModel.h 3 | // MACTableViewDemo 4 | // 5 | // Created by MacKun on 16/10/19. 6 | // Copyright © 2016年 com.mackun. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface DetailModel : NSObject 12 | 13 | @property (copy, nonatomic) NSString *display_name; 14 | 15 | @property (copy, nonatomic) NSString *developer_name; 16 | 17 | @property (copy, nonatomic) NSString *identifier; 18 | 19 | @property (copy, nonatomic) NSString *barColor; 20 | 21 | @property (copy, nonatomic) NSString *tintColor; 22 | 23 | @property (nonatomic,assign) NSInteger reloadButton; 24 | 25 | @end 26 | -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/DetailModel.m: -------------------------------------------------------------------------------- 1 | // 2 | // DetailModel.m 3 | // MACTableViewDemo 4 | // 5 | // Created by MacKun on 16/10/19. 6 | // Copyright © 2016年 com.mackun. All rights reserved. 7 | // 8 | 9 | #import "DetailModel.h" 10 | 11 | @implementation DetailModel 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/DetailViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // DetailViewController.h 3 | // MACTableViewDemo 4 | // 5 | // Created by MacKun on 16/10/18. 6 | // Copyright © 2016年 com.mackun. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "MACTableView.h" 11 | #import "Application.h" 12 | @interface DetailViewController : UIViewController 13 | 14 | @property (nonatomic, strong) Application *application; 15 | 16 | @property (nonatomic,strong) UIColor *emptyColor; 17 | 18 | @property (nonatomic,strong) UIImage *emptyImage; 19 | 20 | @property (nonatomic,copy) NSAttributedString *emptyTitle; 21 | 22 | @property (nonatomic,copy) NSAttributedString *descriptionTitle; 23 | 24 | 25 | @property (weak, nonatomic) IBOutlet MACTableView *tableView; 26 | @end 27 | -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | en 7 | CFBundleExecutable 8 | $(EXECUTABLE_NAME) 9 | CFBundleIdentifier 10 | $(PRODUCT_BUNDLE_IDENTIFIER) 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundleName 14 | $(PRODUCT_NAME) 15 | CFBundlePackageType 16 | APPL 17 | CFBundleShortVersionString 18 | 1.0 19 | CFBundleSignature 20 | ???? 21 | CFBundleVersion 22 | 1 23 | LSRequiresIPhoneOS 24 | 25 | UILaunchStoryboardName 26 | LaunchScreen 27 | UIMainStoryboardFile 28 | Main 29 | UIViewControllerBasedStatusBarAppearance 30 | 31 | UIRequiredDeviceCapabilities 32 | 33 | armv7 34 | 35 | UISupportedInterfaceOrientations 36 | 37 | 38 | UIInterfaceOrientationPortrait 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/MACRefresh/MACRefreshHeader.h: -------------------------------------------------------------------------------- 1 | // 2 | // MACRefreshHeader.h 3 | // WeiSchoolTeacher 4 | // 5 | // Created by MacKun on 16/1/11. 6 | // Copyright © 2016年 MacKun. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "MACRefreshGifHeader.h" 11 | @interface MACRefreshHeader : MACRefreshGifHeader 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/MACRefresh/MACRefreshHeader.m: -------------------------------------------------------------------------------- 1 | // 2 | // MACRefreshHeader.m 3 | // WeiSchoolTeacher 4 | // 5 | // Created by MacKun on 16/1/11. 6 | // Copyright © 2016年 MacKun. All rights reserved. 7 | // 8 | 9 | #import "MACRefreshHeader.h" 10 | 11 | @implementation MACRefreshHeader 12 | 13 | -(void)prepare{ 14 | [super prepare]; 15 | 16 | // 设置普通状态的动画图片 17 | NSMutableArray *idleImages = [NSMutableArray array]; 18 | for (NSUInteger i = 1; i <= 3; i++) { 19 | UIImage *image = [UIImage imageNamed:@"icon_refresh_1"]; 20 | [idleImages addObject:image]; 21 | } 22 | [self setImages:idleImages forState:MJRefreshStateIdle]; 23 | 24 | // 设置即将刷新状态的动画图片(一松开就会刷新的状态) 25 | NSMutableArray *refreshingImages = [NSMutableArray array]; 26 | for (NSUInteger i = 1; i <= 3; i++) { 27 | UIImage *image = [UIImage imageNamed:[NSString stringWithFormat:@"icon_refresh_%zd", i]]; 28 | [refreshingImages addObject:image]; 29 | } 30 | [self setImages:refreshingImages forState:MJRefreshStatePulling]; 31 | 32 | // 设置正在刷新状态的动画图片 33 | [self setImages:refreshingImages forState:MJRefreshStateRefreshing]; 34 | // 隐藏时间 35 | self.lastUpdatedTimeLabel.hidden = YES; 36 | 37 | // Hide the status 38 | // self.stateLabel.hidden = YES; 39 | } 40 | 41 | + (void)load{ 42 | NSLog(@"----------重写 load 方法, 注册 MACRefreshGifHeader,即可实现自定义RefreshHeader,无需其他操作----------------"); 43 | [super registerMACRefresh]; 44 | } 45 | @end 46 | -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/MACRefresh/icon_refresh_1@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/MACRefresh/icon_refresh_1@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/MACRefresh/icon_refresh_1@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/MACRefresh/icon_refresh_1@3x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/MACRefresh/icon_refresh_2@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/MACRefresh/icon_refresh_2@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/MACRefresh/icon_refresh_2@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/MACRefresh/icon_refresh_2@3x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/MACRefresh/icon_refresh_3@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/MACRefresh/icon_refresh_3@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/MACRefresh/icon_refresh_3@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/MACTableViewDemo/MACRefresh/icon_refresh_3@3x.png -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/Main.storyboard: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/MainViewCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // MainViewCell.h 3 | // MACTableViewDemo 4 | // 5 | // Created by MacKun on 16/10/18. 6 | // Copyright © 2016年 com.mackun. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface MainViewCell : UITableViewCell 12 | 13 | @property (weak, nonatomic) IBOutlet UIImageView *imgView; 14 | @property (weak, nonatomic) IBOutlet UILabel *nameLabel; 15 | @property (weak, nonatomic) IBOutlet UILabel *descriptionLabel; 16 | @end 17 | -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/MainViewCell.m: -------------------------------------------------------------------------------- 1 | // 2 | // MainViewCell.m 3 | // MACTableViewDemo 4 | // 5 | // Created by MacKun on 16/10/18. 6 | // Copyright © 2016年 com.mackun. All rights reserved. 7 | // 8 | 9 | #import "MainViewCell.h" 10 | 11 | @implementation MainViewCell 12 | 13 | - (void)awakeFromNib { 14 | // Initialization code 15 | } 16 | 17 | - (void)setSelected:(BOOL)selected animated:(BOOL)animated { 18 | [super setSelected:selected animated:animated]; 19 | 20 | // Configure the view for the selected state 21 | } 22 | 23 | @end 24 | -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/MainViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // MainViewController.h 3 | // MACTableViewDemo 4 | // 5 | // Created by MacKun on 16/10/18. 6 | // Copyright © 2016年 com.mackun. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface MainViewController : UIViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/UIColor+Hexadecimal.h: -------------------------------------------------------------------------------- 1 | // 2 | // UIColor+Hexadecimal.h 3 | // 4 | 5 | #import 6 | 7 | @interface UIColor (Hexadecimal) 8 | 9 | + (UIColor *)colorWithHex:(NSString *)string; 10 | 11 | @end 12 | -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/UIColor+Hexadecimal.m: -------------------------------------------------------------------------------- 1 | // 2 | // UIColor+Hexadecimal.m 3 | // 4 | 5 | #import "UIColor+Hexadecimal.h" 6 | 7 | @implementation UIColor (Hexadecimal) 8 | 9 | + (UIColor *)colorWithHex:(NSString *)string 10 | { 11 | NSString *cleanString = [string stringByReplacingOccurrencesOfString:@"#" withString:@""]; 12 | if([cleanString length] == 3) { 13 | cleanString = [NSString stringWithFormat:@"%@%@%@%@%@%@", 14 | [cleanString substringWithRange:NSMakeRange(0, 1)],[cleanString substringWithRange:NSMakeRange(0, 1)], 15 | [cleanString substringWithRange:NSMakeRange(1, 1)],[cleanString substringWithRange:NSMakeRange(1, 1)], 16 | [cleanString substringWithRange:NSMakeRange(2, 1)],[cleanString substringWithRange:NSMakeRange(2, 1)]]; 17 | } 18 | if([cleanString length] == 6) { 19 | cleanString = [cleanString stringByAppendingString:@"ff"]; 20 | } 21 | 22 | unsigned int baseValue; 23 | [[NSScanner scannerWithString:cleanString] scanHexInt:&baseValue]; 24 | 25 | float red = ((baseValue >> 24) & 0xFF)/255.0f; 26 | float green = ((baseValue >> 16) & 0xFF)/255.0f; 27 | float blue = ((baseValue >> 8) & 0xFF)/255.0f; 28 | 29 | return [UIColor colorWithRed:red green:green blue:blue alpha:1.0]; 30 | } 31 | 32 | @end 33 | -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/UIViewController+BackButtonItemTitle.h: -------------------------------------------------------------------------------- 1 | // 2 | // UIViewController+BackButtonItemTitle.h 3 | // 4 | 5 | #import 6 | 7 | @protocol BackButtonItemTitleProtocol 8 | 9 | @optional 10 | - (NSString *)navigationItemBackBarButtonTitle; //The length of the text is limited, otherwise it will be set to "Back" 11 | 12 | @end 13 | 14 | @interface UIViewController (BackButtonItemTitle) 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/UIViewController+BackButtonItemTitle.m: -------------------------------------------------------------------------------- 1 | // 2 | // UIViewController+BackButtonItemTitle.m 3 | // 4 | 5 | #import "UIViewController+BackButtonItemTitle.h" 6 | 7 | @implementation UIViewController (BackButtonItemTitle) 8 | 9 | @end 10 | 11 | @implementation UINavigationController (NavigationItemBackBtnTile) 12 | 13 | - (BOOL)navigationBar:(UINavigationBar *)navigationBar shouldPushItem:(UINavigationItem *)item { 14 | 15 | UIViewController * viewController = self.viewControllers.count >1 ? [self.viewControllers objectAtIndex:self.viewControllers.count - 2] : (self.viewControllers.count==1?[self.viewControllers objectAtIndex:0]:nil); 16 | 17 | if (!viewController) { 18 | return YES; 19 | } 20 | 21 | NSString *backButtonTitle = @""; 22 | if ([viewController respondsToSelector:@selector(navigationItemBackBarButtonTitle)]) { 23 | backButtonTitle = [viewController navigationItemBackBarButtonTitle]; 24 | } 25 | 26 | if (!backButtonTitle) { 27 | backButtonTitle = viewController.title; 28 | } 29 | 30 | UIBarButtonItem *backButtonItem = [[UIBarButtonItem alloc] initWithTitle:backButtonTitle 31 | style:UIBarButtonItemStylePlain 32 | target:nil action:nil]; 33 | 34 | viewController.navigationItem.backBarButtonItem = backButtonItem; 35 | [viewController.navigationController.navigationBar setBackIndicatorImage:[UIImage imageNamed:@"nav_leftBarImage_icon"]]; 36 | [viewController.navigationController.navigationBar setBackIndicatorTransitionMaskImage:[UIImage imageNamed:@"nav_leftBarImage_icon"]]; 37 | //[viewController.navigationItem.backBarButtonItem setImage:[UIImage imageNamed:@"nav_leftBarImage_icon"]]; 38 | return YES; 39 | } 40 | 41 | @end -------------------------------------------------------------------------------- /MACTableViewDemo/MACTableViewDemo/main.m: -------------------------------------------------------------------------------- 1 | // 2 | // main.m 3 | // MACTableViewDemo 4 | // 5 | // Created by MacKun on 16/10/17. 6 | // Copyright © 2016年 com.mackun. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "AppDelegate.h" 11 | 12 | int main(int argc, char * argv[]) { 13 | @autoreleasepool { 14 | return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /MACTableViewDemo/Podfile: -------------------------------------------------------------------------------- 1 | inhibit_all_warnings! 2 | 3 | pod 'MJRefresh', '~> 3.1.0' 4 | pod 'DZNEmptyDataSet', '~> 1.7.2' 5 | pod 'MJExtension', '~> 3.0.13' 6 | -------------------------------------------------------------------------------- /MACTableViewDemo/Podfile.lock: -------------------------------------------------------------------------------- 1 | PODS: 2 | - DZNEmptyDataSet (1.7.3) 3 | - MJExtension (3.0.13) 4 | - MJRefresh (3.1.12) 5 | 6 | DEPENDENCIES: 7 | - DZNEmptyDataSet (~> 1.7.2) 8 | - MJExtension (~> 3.0.13) 9 | - MJRefresh (~> 3.1.0) 10 | 11 | SPEC CHECKSUMS: 12 | DZNEmptyDataSet: dd7cca17c1d07dfa78956859b1e70a52505678ef 13 | MJExtension: 5932755f451458eefa24239358817f8d291240c7 14 | MJRefresh: b96cdb21c4aa75a7b07654311ab2f315c497e806 15 | 16 | COCOAPODS: 0.39.0 17 | -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/DZNEmptyDataSet/LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2015 Ignacio Romero Zurbuchen iromero@dzen.cl 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 6 | 7 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 8 | 9 | THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 10 | -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Private/DZNEmptyDataSet/UIScrollView+EmptyDataSet.h: -------------------------------------------------------------------------------- 1 | ../../../DZNEmptyDataSet/Source/UIScrollView+EmptyDataSet.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Private/MJExtension/MJExtension.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJExtension.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Private/MJExtension/MJExtensionConst.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJExtensionConst.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Private/MJExtension/MJFoundation.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJFoundation.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Private/MJExtension/MJProperty.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJProperty.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Private/MJExtension/MJPropertyKey.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJPropertyKey.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Private/MJExtension/MJPropertyType.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJPropertyType.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Private/MJExtension/NSObject+MJClass.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/NSObject+MJClass.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Private/MJExtension/NSObject+MJCoding.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/NSObject+MJCoding.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Private/MJExtension/NSObject+MJKeyValue.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/NSObject+MJKeyValue.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Private/MJExtension/NSObject+MJProperty.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/NSObject+MJProperty.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Private/MJExtension/NSString+MJExtension.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/NSString+MJExtension.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Private/MJRefresh/MJRefresh.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/MJRefresh.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Private/MJRefresh/MJRefreshAutoFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Base/MJRefreshAutoFooter.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Private/MJRefresh/MJRefreshAutoGifFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Private/MJRefresh/MJRefreshAutoNormalFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Private/MJRefresh/MJRefreshAutoStateFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Private/MJRefresh/MJRefreshBackFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Base/MJRefreshBackFooter.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Private/MJRefresh/MJRefreshBackGifFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Private/MJRefresh/MJRefreshBackNormalFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Private/MJRefresh/MJRefreshBackStateFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Private/MJRefresh/MJRefreshComponent.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Base/MJRefreshComponent.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Private/MJRefresh/MJRefreshConst.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/MJRefreshConst.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Private/MJRefresh/MJRefreshFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Base/MJRefreshFooter.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Private/MJRefresh/MJRefreshGifHeader.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Header/MJRefreshGifHeader.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Private/MJRefresh/MJRefreshHeader.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Base/MJRefreshHeader.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Private/MJRefresh/MJRefreshNormalHeader.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Header/MJRefreshNormalHeader.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Private/MJRefresh/MJRefreshStateHeader.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Header/MJRefreshStateHeader.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Private/MJRefresh/NSBundle+MJRefresh.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/NSBundle+MJRefresh.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Private/MJRefresh/UIScrollView+MJExtension.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/UIScrollView+MJExtension.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Private/MJRefresh/UIScrollView+MJRefresh.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/UIScrollView+MJRefresh.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Private/MJRefresh/UIView+MJExtension.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/UIView+MJExtension.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Public/DZNEmptyDataSet/UIScrollView+EmptyDataSet.h: -------------------------------------------------------------------------------- 1 | ../../../DZNEmptyDataSet/Source/UIScrollView+EmptyDataSet.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Public/MJExtension/MJExtension.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJExtension.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Public/MJExtension/MJExtensionConst.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJExtensionConst.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Public/MJExtension/MJFoundation.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJFoundation.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Public/MJExtension/MJProperty.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJProperty.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Public/MJExtension/MJPropertyKey.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJPropertyKey.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Public/MJExtension/MJPropertyType.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/MJPropertyType.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Public/MJExtension/NSObject+MJClass.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/NSObject+MJClass.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Public/MJExtension/NSObject+MJCoding.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/NSObject+MJCoding.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Public/MJExtension/NSObject+MJKeyValue.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/NSObject+MJKeyValue.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Public/MJExtension/NSObject+MJProperty.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/NSObject+MJProperty.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Public/MJExtension/NSString+MJExtension.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtension/NSString+MJExtension.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Public/MJRefresh/MJRefresh.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/MJRefresh.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Public/MJRefresh/MJRefreshAutoFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Base/MJRefreshAutoFooter.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Public/MJRefresh/MJRefreshAutoGifFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Public/MJRefresh/MJRefreshAutoNormalFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Public/MJRefresh/MJRefreshAutoStateFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Public/MJRefresh/MJRefreshBackFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Base/MJRefreshBackFooter.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Public/MJRefresh/MJRefreshBackGifFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Public/MJRefresh/MJRefreshBackNormalFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Public/MJRefresh/MJRefreshBackStateFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Public/MJRefresh/MJRefreshComponent.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Base/MJRefreshComponent.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Public/MJRefresh/MJRefreshConst.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/MJRefreshConst.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Public/MJRefresh/MJRefreshFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Base/MJRefreshFooter.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Public/MJRefresh/MJRefreshGifHeader.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Header/MJRefreshGifHeader.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Public/MJRefresh/MJRefreshHeader.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Base/MJRefreshHeader.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Public/MJRefresh/MJRefreshNormalHeader.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Header/MJRefreshNormalHeader.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Public/MJRefresh/MJRefreshStateHeader.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/Custom/Header/MJRefreshStateHeader.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Public/MJRefresh/NSBundle+MJRefresh.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/NSBundle+MJRefresh.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Public/MJRefresh/UIScrollView+MJExtension.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/UIScrollView+MJExtension.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Public/MJRefresh/UIScrollView+MJRefresh.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/UIScrollView+MJRefresh.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Headers/Public/MJRefresh/UIView+MJExtension.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefresh/UIView+MJExtension.h -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/MJExtension/LICENSE: -------------------------------------------------------------------------------- 1 | Copyright (c) 2013-2015 MJExtension (https://github.com/CoderMJLee/MJExtension) 2 | 3 | Permission is hereby granted, free of charge, to any person obtaining a copy 4 | of this software and associated documentation files (the "Software"), to deal 5 | in the Software without restriction, including without limitation the rights 6 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 7 | copies of the Software, and to permit persons to whom the Software is 8 | furnished to do so, subject to the following conditions: 9 | 10 | The above copyright notice and this permission notice shall be included in 11 | all copies or substantial portions of the Software. 12 | 13 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 15 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 16 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 17 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 18 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 19 | THE SOFTWARE. 20 | -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/MJExtension/MJExtension/MJExtension.h: -------------------------------------------------------------------------------- 1 | // 2 | // MJExtension.h 3 | // MJExtension 4 | // 5 | // Created by mj on 14-1-15. 6 | // Copyright (c) 2014年 小码哥. All rights reserved. 7 | // 代码地址:https://github.com/CoderMJLee/MJExtension 8 | // 代码地址:http://code4app.com/ios/%E5%AD%97%E5%85%B8-JSON-%E4%B8%8E%E6%A8%A1%E5%9E%8B%E7%9A%84%E8%BD%AC%E6%8D%A2/5339992a933bf062608b4c57 9 | 10 | #import "NSObject+MJCoding.h" 11 | #import "NSObject+MJProperty.h" 12 | #import "NSObject+MJClass.h" 13 | #import "NSObject+MJKeyValue.h" 14 | #import "NSString+MJExtension.h" 15 | #import "MJExtensionConst.h" -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/MJExtension/MJExtension/MJExtensionConst.h: -------------------------------------------------------------------------------- 1 | 2 | #ifndef __MJExtensionConst__H__ 3 | #define __MJExtensionConst__H__ 4 | 5 | #import 6 | 7 | // 过期 8 | #define MJExtensionDeprecated(instead) NS_DEPRECATED(2_0, 2_0, 2_0, 2_0, instead) 9 | 10 | // 构建错误 11 | #define MJExtensionBuildError(clazz, msg) \ 12 | NSError *error = [NSError errorWithDomain:msg code:250 userInfo:nil]; \ 13 | [clazz setMj_error:error]; 14 | 15 | // 日志输出 16 | #ifdef DEBUG 17 | #define MJExtensionLog(...) NSLog(__VA_ARGS__) 18 | #else 19 | #define MJExtensionLog(...) 20 | #endif 21 | 22 | /** 23 | * 断言 24 | * @param condition 条件 25 | * @param returnValue 返回值 26 | */ 27 | #define MJExtensionAssertError(condition, returnValue, clazz, msg) \ 28 | [clazz setMj_error:nil]; \ 29 | if ((condition) == NO) { \ 30 | MJExtensionBuildError(clazz, msg); \ 31 | return returnValue;\ 32 | } 33 | 34 | #define MJExtensionAssert2(condition, returnValue) \ 35 | if ((condition) == NO) return returnValue; 36 | 37 | /** 38 | * 断言 39 | * @param condition 条件 40 | */ 41 | #define MJExtensionAssert(condition) MJExtensionAssert2(condition, ) 42 | 43 | /** 44 | * 断言 45 | * @param param 参数 46 | * @param returnValue 返回值 47 | */ 48 | #define MJExtensionAssertParamNotNil2(param, returnValue) \ 49 | MJExtensionAssert2((param) != nil, returnValue) 50 | 51 | /** 52 | * 断言 53 | * @param param 参数 54 | */ 55 | #define MJExtensionAssertParamNotNil(param) MJExtensionAssertParamNotNil2(param, ) 56 | 57 | /** 58 | * 打印所有的属性 59 | */ 60 | #define MJLogAllIvars \ 61 | -(NSString *)description \ 62 | { \ 63 | return [self mj_keyValues].description; \ 64 | } 65 | #define MJExtensionLogAllProperties MJLogAllIvars 66 | 67 | /** 68 | * 类型(属性类型) 69 | */ 70 | extern NSString *const MJPropertyTypeInt; 71 | extern NSString *const MJPropertyTypeShort; 72 | extern NSString *const MJPropertyTypeFloat; 73 | extern NSString *const MJPropertyTypeDouble; 74 | extern NSString *const MJPropertyTypeLong; 75 | extern NSString *const MJPropertyTypeLongLong; 76 | extern NSString *const MJPropertyTypeChar; 77 | extern NSString *const MJPropertyTypeBOOL1; 78 | extern NSString *const MJPropertyTypeBOOL2; 79 | extern NSString *const MJPropertyTypePointer; 80 | 81 | extern NSString *const MJPropertyTypeIvar; 82 | extern NSString *const MJPropertyTypeMethod; 83 | extern NSString *const MJPropertyTypeBlock; 84 | extern NSString *const MJPropertyTypeClass; 85 | extern NSString *const MJPropertyTypeSEL; 86 | extern NSString *const MJPropertyTypeId; 87 | 88 | #endif -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/MJExtension/MJExtension/MJExtensionConst.m: -------------------------------------------------------------------------------- 1 | #ifndef __MJExtensionConst__M__ 2 | #define __MJExtensionConst__M__ 3 | 4 | #import 5 | 6 | /** 7 | * 成员变量类型(属性类型) 8 | */ 9 | NSString *const MJPropertyTypeInt = @"i"; 10 | NSString *const MJPropertyTypeShort = @"s"; 11 | NSString *const MJPropertyTypeFloat = @"f"; 12 | NSString *const MJPropertyTypeDouble = @"d"; 13 | NSString *const MJPropertyTypeLong = @"l"; 14 | NSString *const MJPropertyTypeLongLong = @"q"; 15 | NSString *const MJPropertyTypeChar = @"c"; 16 | NSString *const MJPropertyTypeBOOL1 = @"c"; 17 | NSString *const MJPropertyTypeBOOL2 = @"b"; 18 | NSString *const MJPropertyTypePointer = @"*"; 19 | 20 | NSString *const MJPropertyTypeIvar = @"^{objc_ivar=}"; 21 | NSString *const MJPropertyTypeMethod = @"^{objc_method=}"; 22 | NSString *const MJPropertyTypeBlock = @"@?"; 23 | NSString *const MJPropertyTypeClass = @"#"; 24 | NSString *const MJPropertyTypeSEL = @":"; 25 | NSString *const MJPropertyTypeId = @"@"; 26 | 27 | #endif -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/MJExtension/MJExtension/MJFoundation.h: -------------------------------------------------------------------------------- 1 | // 2 | // MJFoundation.h 3 | // MJExtensionExample 4 | // 5 | // Created by MJ Lee on 14/7/16. 6 | // Copyright (c) 2014年 小码哥. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface MJFoundation : NSObject 12 | + (BOOL)isClassFromFoundation:(Class)c; 13 | @end 14 | -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/MJExtension/MJExtension/MJFoundation.m: -------------------------------------------------------------------------------- 1 | // 2 | // MJFoundation.m 3 | // MJExtensionExample 4 | // 5 | // Created by MJ Lee on 14/7/16. 6 | // Copyright (c) 2014年 小码哥. All rights reserved. 7 | // 8 | 9 | #import "MJFoundation.h" 10 | #import "MJExtensionConst.h" 11 | #import 12 | 13 | static NSSet *foundationClasses_; 14 | 15 | @implementation MJFoundation 16 | 17 | + (NSSet *)foundationClasses 18 | { 19 | if (foundationClasses_ == nil) { 20 | // 集合中没有NSObject,因为几乎所有的类都是继承自NSObject,具体是不是NSObject需要特殊判断 21 | foundationClasses_ = [NSSet setWithObjects: 22 | [NSURL class], 23 | [NSDate class], 24 | [NSValue class], 25 | [NSData class], 26 | [NSError class], 27 | [NSArray class], 28 | [NSDictionary class], 29 | [NSString class], 30 | [NSAttributedString class], nil]; 31 | } 32 | return foundationClasses_; 33 | } 34 | 35 | + (BOOL)isClassFromFoundation:(Class)c 36 | { 37 | if (c == [NSObject class] || c == [NSManagedObject class]) return YES; 38 | 39 | __block BOOL result = NO; 40 | [[self foundationClasses] enumerateObjectsUsingBlock:^(Class foundationClass, BOOL *stop) { 41 | if ([c isSubclassOfClass:foundationClass]) { 42 | result = YES; 43 | *stop = YES; 44 | } 45 | }]; 46 | return result; 47 | } 48 | @end 49 | -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/MJExtension/MJExtension/MJProperty.h: -------------------------------------------------------------------------------- 1 | // 2 | // MJProperty.h 3 | // MJExtensionExample 4 | // 5 | // Created by MJ Lee on 15/4/17. 6 | // Copyright (c) 2015年 小码哥. All rights reserved. 7 | // 包装一个成员属性 8 | 9 | #import 10 | #import 11 | #import "MJPropertyType.h" 12 | #import "MJPropertyKey.h" 13 | 14 | /** 15 | * 包装一个成员 16 | */ 17 | @interface MJProperty : NSObject 18 | /** 成员属性 */ 19 | @property (nonatomic, assign) objc_property_t property; 20 | /** 成员属性的名字 */ 21 | @property (nonatomic, readonly) NSString *name; 22 | 23 | /** 成员属性的类型 */ 24 | @property (nonatomic, readonly) MJPropertyType *type; 25 | /** 成员属性来源于哪个类(可能是父类) */ 26 | @property (nonatomic, assign) Class srcClass; 27 | 28 | /**** 同一个成员属性 - 父类和子类的行为可能不一致(originKey、propertyKeys、objectClassInArray) ****/ 29 | /** 设置最原始的key */ 30 | - (void)setOriginKey:(id)originKey forClass:(Class)c; 31 | /** 对应着字典中的多级key(里面存放的数组,数组里面都是MJPropertyKey对象) */ 32 | - (NSArray *)propertyKeysForClass:(Class)c; 33 | 34 | /** 模型数组中的模型类型 */ 35 | - (void)setObjectClassInArray:(Class)objectClass forClass:(Class)c; 36 | - (Class)objectClassInArrayForClass:(Class)c; 37 | /**** 同一个成员变量 - 父类和子类的行为可能不一致(key、keys、objectClassInArray) ****/ 38 | 39 | /** 40 | * 设置object的成员变量值 41 | */ 42 | - (void)setValue:(id)value forObject:(id)object; 43 | /** 44 | * 得到object的成员属性值 45 | */ 46 | - (id)valueForObject:(id)object; 47 | 48 | /** 49 | * 初始化 50 | */ 51 | + (instancetype)cachedPropertyWithProperty:(objc_property_t)property; 52 | 53 | @end 54 | -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/MJExtension/MJExtension/MJPropertyKey.h: -------------------------------------------------------------------------------- 1 | // 2 | // MJPropertyKey.h 3 | // MJExtensionExample 4 | // 5 | // Created by MJ Lee on 15/8/11. 6 | // Copyright (c) 2015年 小码哥. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | typedef enum { 12 | MJPropertyKeyTypeDictionary = 0, // 字典的key 13 | MJPropertyKeyTypeArray // 数组的key 14 | } MJPropertyKeyType; 15 | 16 | /** 17 | * 属性的key 18 | */ 19 | @interface MJPropertyKey : NSObject 20 | /** key的名字 */ 21 | @property (copy, nonatomic) NSString *name; 22 | /** key的种类,可能是@"10",可能是@"age" */ 23 | @property (assign, nonatomic) MJPropertyKeyType type; 24 | 25 | /** 26 | * 根据当前的key,也就是name,从object(字典或者数组)中取值 27 | */ 28 | - (id)valueInObject:(id)object; 29 | 30 | @end 31 | -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/MJExtension/MJExtension/MJPropertyKey.m: -------------------------------------------------------------------------------- 1 | // 2 | // MJPropertyKey.m 3 | // MJExtensionExample 4 | // 5 | // Created by MJ Lee on 15/8/11. 6 | // Copyright (c) 2015年 小码哥. All rights reserved. 7 | // 8 | 9 | #import "MJPropertyKey.h" 10 | 11 | @implementation MJPropertyKey 12 | 13 | - (id)valueInObject:(id)object 14 | { 15 | if ([object isKindOfClass:[NSDictionary class]] && self.type == MJPropertyKeyTypeDictionary) { 16 | return object[self.name]; 17 | } else if ([object isKindOfClass:[NSArray class]] && self.type == MJPropertyKeyTypeArray) { 18 | NSArray *array = object; 19 | NSUInteger index = self.name.intValue; 20 | if (index < array.count) return array[index]; 21 | return nil; 22 | } 23 | return nil; 24 | } 25 | @end 26 | -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/MJExtension/MJExtension/MJPropertyType.h: -------------------------------------------------------------------------------- 1 | // 2 | // MJPropertyType.h 3 | // MJExtension 4 | // 5 | // Created by mj on 14-1-15. 6 | // Copyright (c) 2014年 小码哥. All rights reserved. 7 | // 包装一种类型 8 | 9 | #import 10 | 11 | /** 12 | * 包装一种类型 13 | */ 14 | @interface MJPropertyType : NSObject 15 | /** 类型标识符 */ 16 | @property (nonatomic, copy) NSString *code; 17 | 18 | /** 是否为id类型 */ 19 | @property (nonatomic, readonly, getter=isIdType) BOOL idType; 20 | 21 | /** 是否为基本数字类型:int、float等 */ 22 | @property (nonatomic, readonly, getter=isNumberType) BOOL numberType; 23 | 24 | /** 是否为BOOL类型 */ 25 | @property (nonatomic, readonly, getter=isBoolType) BOOL boolType; 26 | 27 | /** 对象类型(如果是基本数据类型,此值为nil) */ 28 | @property (nonatomic, readonly) Class typeClass; 29 | 30 | /** 类型是否来自于Foundation框架,比如NSString、NSArray */ 31 | @property (nonatomic, readonly, getter = isFromFoundation) BOOL fromFoundation; 32 | /** 类型是否不支持KVC */ 33 | @property (nonatomic, readonly, getter = isKVCDisabled) BOOL KVCDisabled; 34 | 35 | /** 36 | * 获得缓存的类型对象 37 | */ 38 | + (instancetype)cachedTypeWithCode:(NSString *)code; 39 | @end -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/MJExtension/MJExtension/MJPropertyType.m: -------------------------------------------------------------------------------- 1 | // 2 | // MJPropertyType.m 3 | // MJExtension 4 | // 5 | // Created by mj on 14-1-15. 6 | // Copyright (c) 2014年 小码哥. All rights reserved. 7 | // 8 | 9 | #import "MJPropertyType.h" 10 | #import "MJExtension.h" 11 | #import "MJFoundation.h" 12 | #import "MJExtensionConst.h" 13 | 14 | @implementation MJPropertyType 15 | 16 | static NSMutableDictionary *types_; 17 | + (void)initialize 18 | { 19 | types_ = [NSMutableDictionary dictionary]; 20 | } 21 | 22 | + (instancetype)cachedTypeWithCode:(NSString *)code 23 | { 24 | MJExtensionAssertParamNotNil2(code, nil); 25 | @synchronized (self) { 26 | MJPropertyType *type = types_[code]; 27 | if (type == nil) { 28 | type = [[self alloc] init]; 29 | type.code = code; 30 | types_[code] = type; 31 | } 32 | return type; 33 | } 34 | } 35 | 36 | #pragma mark - 公共方法 37 | - (void)setCode:(NSString *)code 38 | { 39 | _code = code; 40 | 41 | MJExtensionAssertParamNotNil(code); 42 | 43 | if ([code isEqualToString:MJPropertyTypeId]) { 44 | _idType = YES; 45 | } else if (code.length == 0) { 46 | _KVCDisabled = YES; 47 | } else if (code.length > 3 && [code hasPrefix:@"@\""]) { 48 | // 去掉@"和",截取中间的类型名称 49 | _code = [code substringWithRange:NSMakeRange(2, code.length - 3)]; 50 | _typeClass = NSClassFromString(_code); 51 | _fromFoundation = [MJFoundation isClassFromFoundation:_typeClass]; 52 | _numberType = [_typeClass isSubclassOfClass:[NSNumber class]]; 53 | 54 | } else if ([code isEqualToString:MJPropertyTypeSEL] || 55 | [code isEqualToString:MJPropertyTypeIvar] || 56 | [code isEqualToString:MJPropertyTypeMethod]) { 57 | _KVCDisabled = YES; 58 | } 59 | 60 | // 是否为数字类型 61 | NSString *lowerCode = _code.lowercaseString; 62 | NSArray *numberTypes = @[MJPropertyTypeInt, MJPropertyTypeShort, MJPropertyTypeBOOL1, MJPropertyTypeBOOL2, MJPropertyTypeFloat, MJPropertyTypeDouble, MJPropertyTypeLong, MJPropertyTypeLongLong, MJPropertyTypeChar]; 63 | if ([numberTypes containsObject:lowerCode]) { 64 | _numberType = YES; 65 | 66 | if ([lowerCode isEqualToString:MJPropertyTypeBOOL1] 67 | || [lowerCode isEqualToString:MJPropertyTypeBOOL2]) { 68 | _boolType = YES; 69 | } 70 | } 71 | } 72 | @end 73 | -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/MJExtension/MJExtension/NSObject+MJClass.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSObject+MJClass.h 3 | // MJExtensionExample 4 | // 5 | // Created by MJ Lee on 15/8/11. 6 | // Copyright (c) 2015年 小码哥. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | /** 12 | * 遍历所有类的block(父类) 13 | */ 14 | typedef void (^MJClassesEnumeration)(Class c, BOOL *stop); 15 | 16 | /** 这个数组中的属性名才会进行字典和模型的转换 */ 17 | typedef NSArray * (^MJAllowedPropertyNames)(); 18 | /** 这个数组中的属性名才会进行归档 */ 19 | typedef NSArray * (^MJAllowedCodingPropertyNames)(); 20 | 21 | /** 这个数组中的属性名将会被忽略:不进行字典和模型的转换 */ 22 | typedef NSArray * (^MJIgnoredPropertyNames)(); 23 | /** 这个数组中的属性名将会被忽略:不进行归档 */ 24 | typedef NSArray * (^MJIgnoredCodingPropertyNames)(); 25 | 26 | /** 27 | * 类相关的扩展 28 | */ 29 | @interface NSObject (MJClass) 30 | /** 31 | * 遍历所有的类 32 | */ 33 | + (void)mj_enumerateClasses:(MJClassesEnumeration)enumeration; 34 | + (void)mj_enumerateAllClasses:(MJClassesEnumeration)enumeration; 35 | 36 | #pragma mark - 属性白名单配置 37 | /** 38 | * 这个数组中的属性名才会进行字典和模型的转换 39 | * 40 | * @param allowedPropertyNames 这个数组中的属性名才会进行字典和模型的转换 41 | */ 42 | + (void)mj_setupAllowedPropertyNames:(MJAllowedPropertyNames)allowedPropertyNames; 43 | 44 | /** 45 | * 这个数组中的属性名才会进行字典和模型的转换 46 | */ 47 | + (NSMutableArray *)mj_totalAllowedPropertyNames; 48 | 49 | #pragma mark - 属性黑名单配置 50 | /** 51 | * 这个数组中的属性名将会被忽略:不进行字典和模型的转换 52 | * 53 | * @param ignoredPropertyNames 这个数组中的属性名将会被忽略:不进行字典和模型的转换 54 | */ 55 | + (void)mj_setupIgnoredPropertyNames:(MJIgnoredPropertyNames)ignoredPropertyNames; 56 | 57 | /** 58 | * 这个数组中的属性名将会被忽略:不进行字典和模型的转换 59 | */ 60 | + (NSMutableArray *)mj_totalIgnoredPropertyNames; 61 | 62 | #pragma mark - 归档属性白名单配置 63 | /** 64 | * 这个数组中的属性名才会进行归档 65 | * 66 | * @param allowedCodingPropertyNames 这个数组中的属性名才会进行归档 67 | */ 68 | + (void)mj_setupAllowedCodingPropertyNames:(MJAllowedCodingPropertyNames)allowedCodingPropertyNames; 69 | 70 | /** 71 | * 这个数组中的属性名才会进行字典和模型的转换 72 | */ 73 | + (NSMutableArray *)mj_totalAllowedCodingPropertyNames; 74 | 75 | #pragma mark - 归档属性黑名单配置 76 | /** 77 | * 这个数组中的属性名将会被忽略:不进行归档 78 | * 79 | * @param ignoredCodingPropertyNames 这个数组中的属性名将会被忽略:不进行归档 80 | */ 81 | + (void)mj_setupIgnoredCodingPropertyNames:(MJIgnoredCodingPropertyNames)ignoredCodingPropertyNames; 82 | 83 | /** 84 | * 这个数组中的属性名将会被忽略:不进行归档 85 | */ 86 | + (NSMutableArray *)mj_totalIgnoredCodingPropertyNames; 87 | 88 | #pragma mark - 内部使用 89 | + (void)mj_setupBlockReturnValue:(id (^)())block key:(const char *)key; 90 | @end 91 | -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/MJExtension/MJExtension/NSObject+MJCoding.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSObject+MJCoding.h 3 | // MJExtension 4 | // 5 | // Created by mj on 14-1-15. 6 | // Copyright (c) 2014年 小码哥. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "MJExtensionConst.h" 11 | 12 | /** 13 | * Codeing协议 14 | */ 15 | @protocol MJCoding 16 | @optional 17 | /** 18 | * 这个数组中的属性名才会进行归档 19 | */ 20 | + (NSArray *)mj_allowedCodingPropertyNames; 21 | /** 22 | * 这个数组中的属性名将会被忽略:不进行归档 23 | */ 24 | + (NSArray *)mj_ignoredCodingPropertyNames; 25 | @end 26 | 27 | @interface NSObject (MJCoding) 28 | /** 29 | * 解码(从文件中解析对象) 30 | */ 31 | - (void)mj_decode:(NSCoder *)decoder; 32 | /** 33 | * 编码(将对象写入文件中) 34 | */ 35 | - (void)mj_encode:(NSCoder *)encoder; 36 | @end 37 | 38 | /** 39 | 归档的实现 40 | */ 41 | #define MJCodingImplementation \ 42 | - (id)initWithCoder:(NSCoder *)decoder \ 43 | { \ 44 | if (self = [super init]) { \ 45 | [self mj_decode:decoder]; \ 46 | } \ 47 | return self; \ 48 | } \ 49 | \ 50 | - (void)encodeWithCoder:(NSCoder *)encoder \ 51 | { \ 52 | [self mj_encode:encoder]; \ 53 | } 54 | 55 | #define MJExtensionCodingImplementation MJCodingImplementation -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/MJExtension/MJExtension/NSObject+MJCoding.m: -------------------------------------------------------------------------------- 1 | // 2 | // NSObject+MJCoding.m 3 | // MJExtension 4 | // 5 | // Created by mj on 14-1-15. 6 | // Copyright (c) 2014年 小码哥. All rights reserved. 7 | // 8 | 9 | #import "NSObject+MJCoding.h" 10 | #import "NSObject+MJClass.h" 11 | #import "NSObject+MJProperty.h" 12 | #import "MJProperty.h" 13 | 14 | @implementation NSObject (MJCoding) 15 | 16 | - (void)mj_encode:(NSCoder *)encoder 17 | { 18 | Class clazz = [self class]; 19 | 20 | NSArray *allowedCodingPropertyNames = [clazz mj_totalAllowedCodingPropertyNames]; 21 | NSArray *ignoredCodingPropertyNames = [clazz mj_totalIgnoredCodingPropertyNames]; 22 | 23 | [clazz mj_enumerateProperties:^(MJProperty *property, BOOL *stop) { 24 | // 检测是否被忽略 25 | if (allowedCodingPropertyNames.count && ![allowedCodingPropertyNames containsObject:property.name]) return; 26 | if ([ignoredCodingPropertyNames containsObject:property.name]) return; 27 | 28 | id value = [property valueForObject:self]; 29 | if (value == nil) return; 30 | [encoder encodeObject:value forKey:property.name]; 31 | }]; 32 | } 33 | 34 | - (void)mj_decode:(NSCoder *)decoder 35 | { 36 | Class clazz = [self class]; 37 | 38 | NSArray *allowedCodingPropertyNames = [clazz mj_totalAllowedCodingPropertyNames]; 39 | NSArray *ignoredCodingPropertyNames = [clazz mj_totalIgnoredCodingPropertyNames]; 40 | 41 | [clazz mj_enumerateProperties:^(MJProperty *property, BOOL *stop) { 42 | // 检测是否被忽略 43 | if (allowedCodingPropertyNames.count && ![allowedCodingPropertyNames containsObject:property.name]) return; 44 | if ([ignoredCodingPropertyNames containsObject:property.name]) return; 45 | 46 | id value = [decoder decodeObjectForKey:property.name]; 47 | if (value == nil) { // 兼容以前的MJExtension版本 48 | value = [decoder decodeObjectForKey:[@"_" stringByAppendingString:property.name]]; 49 | } 50 | if (value == nil) return; 51 | [property setValue:value forObject:self]; 52 | }]; 53 | } 54 | @end 55 | -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/MJExtension/MJExtension/NSString+MJExtension.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSString+MJExtension.h 3 | // MJExtensionExample 4 | // 5 | // Created by MJ Lee on 15/6/7. 6 | // Copyright (c) 2015年 小码哥. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "MJExtensionConst.h" 11 | 12 | @interface NSString (MJExtension) 13 | /** 14 | * 驼峰转下划线(loveYou -> love_you) 15 | */ 16 | - (NSString *)mj_underlineFromCamel; 17 | /** 18 | * 下划线转驼峰(love_you -> loveYou) 19 | */ 20 | - (NSString *)mj_camelFromUnderline; 21 | /** 22 | * 首字母变大写 23 | */ 24 | - (NSString *)mj_firstCharUpper; 25 | /** 26 | * 首字母变小写 27 | */ 28 | - (NSString *)mj_firstCharLower; 29 | 30 | - (BOOL)mj_isPureInt; 31 | 32 | - (NSURL *)mj_url; 33 | @end 34 | 35 | @interface NSString (MJExtensionDeprecated_v_2_5_16) 36 | - (NSString *)underlineFromCamel MJExtensionDeprecated("请在方法名前面加上mj_前缀,使用mj_***"); 37 | - (NSString *)camelFromUnderline MJExtensionDeprecated("请在方法名前面加上mj_前缀,使用mj_***"); 38 | - (NSString *)firstCharUpper MJExtensionDeprecated("请在方法名前面加上mj_前缀,使用mj_***"); 39 | - (NSString *)firstCharLower MJExtensionDeprecated("请在方法名前面加上mj_前缀,使用mj_***"); 40 | - (BOOL)isPureInt MJExtensionDeprecated("请在方法名前面加上mj_前缀,使用mj_***"); 41 | - (NSURL *)url MJExtensionDeprecated("请在方法名前面加上mj_前缀,使用mj_***"); 42 | @end 43 | -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/MJRefresh/LICENSE: -------------------------------------------------------------------------------- 1 | Copyright (c) 2013-2015 MJRefresh (https://github.com/CoderMJLee/MJRefresh) 2 | 3 | Permission is hereby granted, free of charge, to any person obtaining a copy 4 | of this software and associated documentation files (the "Software"), to deal 5 | in the Software without restriction, including without limitation the rights 6 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 7 | copies of the Software, and to permit persons to whom the Software is 8 | furnished to do so, subject to the following conditions: 9 | 10 | The above copyright notice and this permission notice shall be included in 11 | all copies or substantial portions of the Software. 12 | 13 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 15 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 16 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 17 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 18 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 19 | THE SOFTWARE. 20 | -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/MJRefresh/MJRefresh/Base/MJRefreshAutoFooter.h: -------------------------------------------------------------------------------- 1 | // 2 | // MJRefreshAutoFooter.h 3 | // MJRefreshExample 4 | // 5 | // Created by MJ Lee on 15/4/24. 6 | // Copyright (c) 2015年 小码哥. All rights reserved. 7 | // 8 | 9 | #import "MJRefreshFooter.h" 10 | 11 | @interface MJRefreshAutoFooter : MJRefreshFooter 12 | /** 是否自动刷新(默认为YES) */ 13 | @property (assign, nonatomic, getter=isAutomaticallyRefresh) BOOL automaticallyRefresh; 14 | 15 | /** 当底部控件出现多少时就自动刷新(默认为1.0,也就是底部控件完全出现时,才会自动刷新) */ 16 | @property (assign, nonatomic) CGFloat appearencePercentTriggerAutoRefresh MJRefreshDeprecated("请使用triggerAutomaticallyRefreshPercent属性"); 17 | 18 | /** 当底部控件出现多少时就自动刷新(默认为1.0,也就是底部控件完全出现时,才会自动刷新) */ 19 | @property (assign, nonatomic) CGFloat triggerAutomaticallyRefreshPercent; 20 | @end 21 | -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/MJRefresh/MJRefresh/Base/MJRefreshBackFooter.h: -------------------------------------------------------------------------------- 1 | // 2 | // MJRefreshBackFooter.h 3 | // MJRefreshExample 4 | // 5 | // Created by MJ Lee on 15/4/24. 6 | // Copyright (c) 2015年 小码哥. All rights reserved. 7 | // 8 | 9 | #import "MJRefreshFooter.h" 10 | 11 | @interface MJRefreshBackFooter : MJRefreshFooter 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/MJRefresh/MJRefresh/Base/MJRefreshFooter.h: -------------------------------------------------------------------------------- 1 | // 代码地址: https://github.com/CoderMJLee/MJRefresh 2 | // 代码地址: http://code4app.com/ios/%E5%BF%AB%E9%80%9F%E9%9B%86%E6%88%90%E4%B8%8B%E6%8B%89%E4%B8%8A%E6%8B%89%E5%88%B7%E6%96%B0/52326ce26803fabc46000000 3 | // MJRefreshFooter.h 4 | // MJRefreshExample 5 | // 6 | // Created by MJ Lee on 15/3/5. 7 | // Copyright (c) 2015年 小码哥. All rights reserved. 8 | // 上拉刷新控件 9 | 10 | #import "MJRefreshComponent.h" 11 | 12 | @interface MJRefreshFooter : MJRefreshComponent 13 | /** 创建footer */ 14 | + (instancetype)footerWithRefreshingBlock:(MJRefreshComponentRefreshingBlock)refreshingBlock; 15 | /** 创建footer */ 16 | + (instancetype)footerWithRefreshingTarget:(id)target refreshingAction:(SEL)action; 17 | 18 | /** 提示没有更多的数据 */ 19 | - (void)endRefreshingWithNoMoreData; 20 | - (void)noticeNoMoreData MJRefreshDeprecated("使用endRefreshingWithNoMoreData"); 21 | 22 | /** 重置没有更多的数据(消除没有更多数据的状态) */ 23 | - (void)resetNoMoreData; 24 | 25 | /** 忽略多少scrollView的contentInset的bottom */ 26 | @property (assign, nonatomic) CGFloat ignoredScrollViewContentInsetBottom; 27 | 28 | /** 自动根据有无数据来显示和隐藏(有数据就显示,没有数据隐藏。默认是NO) */ 29 | @property (assign, nonatomic, getter=isAutomaticallyHidden) BOOL automaticallyHidden; 30 | @end 31 | -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/MJRefresh/MJRefresh/Base/MJRefreshFooter.m: -------------------------------------------------------------------------------- 1 | // 代码地址: https://github.com/CoderMJLee/MJRefresh 2 | // 代码地址: http://code4app.com/ios/%E5%BF%AB%E9%80%9F%E9%9B%86%E6%88%90%E4%B8%8B%E6%8B%89%E4%B8%8A%E6%8B%89%E5%88%B7%E6%96%B0/52326ce26803fabc46000000 3 | // MJRefreshFooter.m 4 | // MJRefreshExample 5 | // 6 | // Created by MJ Lee on 15/3/5. 7 | // Copyright (c) 2015年 小码哥. All rights reserved. 8 | // 9 | 10 | #import "MJRefreshFooter.h" 11 | 12 | @interface MJRefreshFooter() 13 | 14 | @end 15 | 16 | @implementation MJRefreshFooter 17 | #pragma mark - 构造方法 18 | + (instancetype)footerWithRefreshingBlock:(MJRefreshComponentRefreshingBlock)refreshingBlock 19 | { 20 | MJRefreshFooter *cmp = [[self alloc] init]; 21 | cmp.refreshingBlock = refreshingBlock; 22 | return cmp; 23 | } 24 | + (instancetype)footerWithRefreshingTarget:(id)target refreshingAction:(SEL)action 25 | { 26 | MJRefreshFooter *cmp = [[self alloc] init]; 27 | [cmp setRefreshingTarget:target refreshingAction:action]; 28 | return cmp; 29 | } 30 | 31 | #pragma mark - 重写父类的方法 32 | - (void)prepare 33 | { 34 | [super prepare]; 35 | 36 | // 设置自己的高度 37 | self.mj_h = MJRefreshFooterHeight; 38 | 39 | // 默认不会自动隐藏 40 | self.automaticallyHidden = NO; 41 | } 42 | 43 | - (void)willMoveToSuperview:(UIView *)newSuperview 44 | { 45 | [super willMoveToSuperview:newSuperview]; 46 | 47 | if (newSuperview) { 48 | // 监听scrollView数据的变化 49 | if ([self.scrollView isKindOfClass:[UITableView class]] || [self.scrollView isKindOfClass:[UICollectionView class]]) { 50 | [self.scrollView setMj_reloadDataBlock:^(NSInteger totalDataCount) { 51 | if (self.isAutomaticallyHidden) { 52 | self.hidden = (totalDataCount == 0); 53 | } 54 | }]; 55 | } 56 | } 57 | } 58 | 59 | #pragma mark - 公共方法 60 | - (void)endRefreshingWithNoMoreData 61 | { 62 | self.state = MJRefreshStateNoMoreData; 63 | } 64 | 65 | - (void)noticeNoMoreData 66 | { 67 | [self endRefreshingWithNoMoreData]; 68 | } 69 | 70 | - (void)resetNoMoreData 71 | { 72 | self.state = MJRefreshStateIdle; 73 | } 74 | @end 75 | -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/MJRefresh/MJRefresh/Base/MJRefreshHeader.h: -------------------------------------------------------------------------------- 1 | // 代码地址: https://github.com/CoderMJLee/MJRefresh 2 | // 代码地址: http://code4app.com/ios/%E5%BF%AB%E9%80%9F%E9%9B%86%E6%88%90%E4%B8%8B%E6%8B%89%E4%B8%8A%E6%8B%89%E5%88%B7%E6%96%B0/52326ce26803fabc46000000 3 | // MJRefreshHeader.h 4 | // MJRefreshExample 5 | // 6 | // Created by MJ Lee on 15/3/4. 7 | // Copyright (c) 2015年 小码哥. All rights reserved. 8 | // 下拉刷新控件:负责监控用户下拉的状态 9 | 10 | #import "MJRefreshComponent.h" 11 | 12 | @interface MJRefreshHeader : MJRefreshComponent 13 | /** 创建header */ 14 | + (instancetype)headerWithRefreshingBlock:(MJRefreshComponentRefreshingBlock)refreshingBlock; 15 | /** 创建header */ 16 | + (instancetype)headerWithRefreshingTarget:(id)target refreshingAction:(SEL)action; 17 | 18 | /** 这个key用来存储上一次下拉刷新成功的时间 */ 19 | @property (copy, nonatomic) NSString *lastUpdatedTimeKey; 20 | /** 上一次下拉刷新成功的时间 */ 21 | @property (strong, nonatomic, readonly) NSDate *lastUpdatedTime; 22 | 23 | /** 忽略多少scrollView的contentInset的top */ 24 | @property (assign, nonatomic) CGFloat ignoredScrollViewContentInsetTop; 25 | @end 26 | -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h: -------------------------------------------------------------------------------- 1 | // 2 | // MJRefreshAutoGifFooter.h 3 | // MJRefreshExample 4 | // 5 | // Created by MJ Lee on 15/4/24. 6 | // Copyright (c) 2015年 小码哥. All rights reserved. 7 | // 8 | 9 | #import "MJRefreshAutoStateFooter.h" 10 | 11 | @interface MJRefreshAutoGifFooter : MJRefreshAutoStateFooter 12 | @property (weak, nonatomic, readonly) UIImageView *gifView; 13 | 14 | /** 设置state状态下的动画图片images 动画持续时间duration*/ 15 | - (void)setImages:(NSArray *)images duration:(NSTimeInterval)duration forState:(MJRefreshState)state; 16 | - (void)setImages:(NSArray *)images forState:(MJRefreshState)state; 17 | @end 18 | -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h: -------------------------------------------------------------------------------- 1 | // 2 | // MJRefreshAutoNormalFooter.h 3 | // MJRefreshExample 4 | // 5 | // Created by MJ Lee on 15/4/24. 6 | // Copyright (c) 2015年 小码哥. All rights reserved. 7 | // 8 | 9 | #import "MJRefreshAutoStateFooter.h" 10 | 11 | @interface MJRefreshAutoNormalFooter : MJRefreshAutoStateFooter 12 | /** 菊花的样式 */ 13 | @property (assign, nonatomic) UIActivityIndicatorViewStyle activityIndicatorViewStyle; 14 | @end 15 | -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m: -------------------------------------------------------------------------------- 1 | // 2 | // MJRefreshAutoNormalFooter.m 3 | // MJRefreshExample 4 | // 5 | // Created by MJ Lee on 15/4/24. 6 | // Copyright (c) 2015年 小码哥. All rights reserved. 7 | // 8 | 9 | #import "MJRefreshAutoNormalFooter.h" 10 | 11 | @interface MJRefreshAutoNormalFooter() 12 | @property (weak, nonatomic) UIActivityIndicatorView *loadingView; 13 | @end 14 | 15 | @implementation MJRefreshAutoNormalFooter 16 | #pragma mark - 懒加载子控件 17 | - (UIActivityIndicatorView *)loadingView 18 | { 19 | if (!_loadingView) { 20 | UIActivityIndicatorView *loadingView = [[UIActivityIndicatorView alloc] initWithActivityIndicatorStyle:self.activityIndicatorViewStyle]; 21 | loadingView.hidesWhenStopped = YES; 22 | [self addSubview:_loadingView = loadingView]; 23 | } 24 | return _loadingView; 25 | } 26 | 27 | - (void)setActivityIndicatorViewStyle:(UIActivityIndicatorViewStyle)activityIndicatorViewStyle 28 | { 29 | _activityIndicatorViewStyle = activityIndicatorViewStyle; 30 | 31 | self.loadingView = nil; 32 | [self setNeedsLayout]; 33 | } 34 | #pragma mark - 重写父类的方法 35 | - (void)prepare 36 | { 37 | [super prepare]; 38 | 39 | self.activityIndicatorViewStyle = UIActivityIndicatorViewStyleGray; 40 | } 41 | 42 | - (void)placeSubviews 43 | { 44 | [super placeSubviews]; 45 | 46 | if (self.loadingView.constraints.count) return; 47 | 48 | // 圈圈 49 | CGFloat loadingCenterX = self.mj_w * 0.5; 50 | if (!self.isRefreshingTitleHidden) { 51 | loadingCenterX -= self.stateLabel.mj_textWith * 0.5 + self.labelLeftInset; 52 | } 53 | CGFloat loadingCenterY = self.mj_h * 0.5; 54 | self.loadingView.center = CGPointMake(loadingCenterX, loadingCenterY); 55 | } 56 | 57 | - (void)setState:(MJRefreshState)state 58 | { 59 | MJRefreshCheckState 60 | 61 | // 根据状态做事情 62 | if (state == MJRefreshStateNoMoreData || state == MJRefreshStateIdle) { 63 | [self.loadingView stopAnimating]; 64 | } else if (state == MJRefreshStateRefreshing) { 65 | [self.loadingView startAnimating]; 66 | } 67 | } 68 | 69 | @end 70 | -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h: -------------------------------------------------------------------------------- 1 | // 2 | // MJRefreshAutoStateFooter.h 3 | // MJRefreshExample 4 | // 5 | // Created by MJ Lee on 15/6/13. 6 | // Copyright © 2015年 小码哥. All rights reserved. 7 | // 8 | 9 | #import "MJRefreshAutoFooter.h" 10 | 11 | @interface MJRefreshAutoStateFooter : MJRefreshAutoFooter 12 | /** 文字距离圈圈、箭头的距离 */ 13 | @property (assign, nonatomic) CGFloat labelLeftInset; 14 | /** 显示刷新状态的label */ 15 | @property (weak, nonatomic, readonly) UILabel *stateLabel; 16 | 17 | /** 设置state状态下的文字 */ 18 | - (void)setTitle:(NSString *)title forState:(MJRefreshState)state; 19 | 20 | /** 隐藏刷新状态的文字 */ 21 | @property (assign, nonatomic, getter=isRefreshingTitleHidden) BOOL refreshingTitleHidden; 22 | @end 23 | -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m: -------------------------------------------------------------------------------- 1 | // 2 | // MJRefreshAutoStateFooter.m 3 | // MJRefreshExample 4 | // 5 | // Created by MJ Lee on 15/6/13. 6 | // Copyright © 2015年 小码哥. All rights reserved. 7 | // 8 | 9 | #import "MJRefreshAutoStateFooter.h" 10 | 11 | @interface MJRefreshAutoStateFooter() 12 | { 13 | /** 显示刷新状态的label */ 14 | __unsafe_unretained UILabel *_stateLabel; 15 | } 16 | /** 所有状态对应的文字 */ 17 | @property (strong, nonatomic) NSMutableDictionary *stateTitles; 18 | @end 19 | 20 | @implementation MJRefreshAutoStateFooter 21 | #pragma mark - 懒加载 22 | - (NSMutableDictionary *)stateTitles 23 | { 24 | if (!_stateTitles) { 25 | self.stateTitles = [NSMutableDictionary dictionary]; 26 | } 27 | return _stateTitles; 28 | } 29 | 30 | - (UILabel *)stateLabel 31 | { 32 | if (!_stateLabel) { 33 | [self addSubview:_stateLabel = [UILabel mj_label]]; 34 | } 35 | return _stateLabel; 36 | } 37 | 38 | #pragma mark - 公共方法 39 | - (void)setTitle:(NSString *)title forState:(MJRefreshState)state 40 | { 41 | if (title == nil) return; 42 | self.stateTitles[@(state)] = title; 43 | self.stateLabel.text = self.stateTitles[@(self.state)]; 44 | } 45 | 46 | #pragma mark - 私有方法 47 | - (void)stateLabelClick 48 | { 49 | if (self.state == MJRefreshStateIdle) { 50 | [self beginRefreshing]; 51 | } 52 | } 53 | 54 | #pragma mark - 重写父类的方法 55 | - (void)prepare 56 | { 57 | [super prepare]; 58 | 59 | // 初始化间距 60 | self.labelLeftInset = MJRefreshLabelLeftInset; 61 | 62 | // 初始化文字 63 | [self setTitle:[NSBundle mj_localizedStringForKey:MJRefreshAutoFooterIdleText] forState:MJRefreshStateIdle]; 64 | [self setTitle:[NSBundle mj_localizedStringForKey:MJRefreshAutoFooterRefreshingText] forState:MJRefreshStateRefreshing]; 65 | [self setTitle:[NSBundle mj_localizedStringForKey:MJRefreshAutoFooterNoMoreDataText] forState:MJRefreshStateNoMoreData]; 66 | 67 | // 监听label 68 | self.stateLabel.userInteractionEnabled = YES; 69 | [self.stateLabel addGestureRecognizer:[[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(stateLabelClick)]]; 70 | } 71 | 72 | - (void)placeSubviews 73 | { 74 | [super placeSubviews]; 75 | 76 | if (self.stateLabel.constraints.count) return; 77 | 78 | // 状态标签 79 | self.stateLabel.frame = self.bounds; 80 | } 81 | 82 | - (void)setState:(MJRefreshState)state 83 | { 84 | MJRefreshCheckState 85 | 86 | if (self.isRefreshingTitleHidden && state == MJRefreshStateRefreshing) { 87 | self.stateLabel.text = nil; 88 | } else { 89 | self.stateLabel.text = self.stateTitles[@(state)]; 90 | } 91 | } 92 | @end -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h: -------------------------------------------------------------------------------- 1 | // 2 | // MJRefreshBackGifFooter.h 3 | // MJRefreshExample 4 | // 5 | // Created by MJ Lee on 15/4/24. 6 | // Copyright (c) 2015年 小码哥. All rights reserved. 7 | // 8 | 9 | #import "MJRefreshBackStateFooter.h" 10 | 11 | @interface MJRefreshBackGifFooter : MJRefreshBackStateFooter 12 | @property (weak, nonatomic, readonly) UIImageView *gifView; 13 | 14 | /** 设置state状态下的动画图片images 动画持续时间duration*/ 15 | - (void)setImages:(NSArray *)images duration:(NSTimeInterval)duration forState:(MJRefreshState)state; 16 | - (void)setImages:(NSArray *)images forState:(MJRefreshState)state; 17 | @end 18 | -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h: -------------------------------------------------------------------------------- 1 | // 2 | // MJRefreshBackNormalFooter.h 3 | // MJRefreshExample 4 | // 5 | // Created by MJ Lee on 15/4/24. 6 | // Copyright (c) 2015年 小码哥. All rights reserved. 7 | // 8 | 9 | #import "MJRefreshBackStateFooter.h" 10 | 11 | @interface MJRefreshBackNormalFooter : MJRefreshBackStateFooter 12 | @property (weak, nonatomic, readonly) UIImageView *arrowView; 13 | /** 菊花的样式 */ 14 | @property (assign, nonatomic) UIActivityIndicatorViewStyle activityIndicatorViewStyle; 15 | @end 16 | -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h: -------------------------------------------------------------------------------- 1 | // 2 | // MJRefreshBackStateFooter.h 3 | // MJRefreshExample 4 | // 5 | // Created by MJ Lee on 15/6/13. 6 | // Copyright © 2015年 小码哥. All rights reserved. 7 | // 8 | 9 | #import "MJRefreshBackFooter.h" 10 | 11 | @interface MJRefreshBackStateFooter : MJRefreshBackFooter 12 | /** 文字距离圈圈、箭头的距离 */ 13 | @property (assign, nonatomic) CGFloat labelLeftInset; 14 | /** 显示刷新状态的label */ 15 | @property (weak, nonatomic, readonly) UILabel *stateLabel; 16 | /** 设置state状态下的文字 */ 17 | - (void)setTitle:(NSString *)title forState:(MJRefreshState)state; 18 | 19 | /** 获取state状态下的title */ 20 | - (NSString *)titleForState:(MJRefreshState)state; 21 | @end 22 | -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m: -------------------------------------------------------------------------------- 1 | // 2 | // MJRefreshBackStateFooter.m 3 | // MJRefreshExample 4 | // 5 | // Created by MJ Lee on 15/6/13. 6 | // Copyright © 2015年 小码哥. All rights reserved. 7 | // 8 | 9 | #import "MJRefreshBackStateFooter.h" 10 | 11 | @interface MJRefreshBackStateFooter() 12 | { 13 | /** 显示刷新状态的label */ 14 | __unsafe_unretained UILabel *_stateLabel; 15 | } 16 | /** 所有状态对应的文字 */ 17 | @property (strong, nonatomic) NSMutableDictionary *stateTitles; 18 | @end 19 | 20 | @implementation MJRefreshBackStateFooter 21 | #pragma mark - 懒加载 22 | - (NSMutableDictionary *)stateTitles 23 | { 24 | if (!_stateTitles) { 25 | self.stateTitles = [NSMutableDictionary dictionary]; 26 | } 27 | return _stateTitles; 28 | } 29 | 30 | - (UILabel *)stateLabel 31 | { 32 | if (!_stateLabel) { 33 | [self addSubview:_stateLabel = [UILabel mj_label]]; 34 | } 35 | return _stateLabel; 36 | } 37 | 38 | #pragma mark - 公共方法 39 | - (void)setTitle:(NSString *)title forState:(MJRefreshState)state 40 | { 41 | if (title == nil) return; 42 | self.stateTitles[@(state)] = title; 43 | self.stateLabel.text = self.stateTitles[@(self.state)]; 44 | } 45 | 46 | - (NSString *)titleForState:(MJRefreshState)state { 47 | return self.stateTitles[@(state)]; 48 | } 49 | 50 | #pragma mark - 重写父类的方法 51 | - (void)prepare 52 | { 53 | [super prepare]; 54 | 55 | // 初始化间距 56 | self.labelLeftInset = MJRefreshLabelLeftInset; 57 | 58 | // 初始化文字 59 | [self setTitle:[NSBundle mj_localizedStringForKey:MJRefreshBackFooterIdleText] forState:MJRefreshStateIdle]; 60 | [self setTitle:[NSBundle mj_localizedStringForKey:MJRefreshBackFooterPullingText] forState:MJRefreshStatePulling]; 61 | [self setTitle:[NSBundle mj_localizedStringForKey:MJRefreshBackFooterRefreshingText] forState:MJRefreshStateRefreshing]; 62 | [self setTitle:[NSBundle mj_localizedStringForKey:MJRefreshBackFooterNoMoreDataText] forState:MJRefreshStateNoMoreData]; 63 | } 64 | 65 | - (void)placeSubviews 66 | { 67 | [super placeSubviews]; 68 | 69 | if (self.stateLabel.constraints.count) return; 70 | 71 | // 状态标签 72 | self.stateLabel.frame = self.bounds; 73 | } 74 | 75 | - (void)setState:(MJRefreshState)state 76 | { 77 | MJRefreshCheckState 78 | 79 | // 设置状态文字 80 | self.stateLabel.text = self.stateTitles[@(state)]; 81 | } 82 | @end 83 | -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/MJRefresh/MJRefresh/Custom/Header/MJRefreshGifHeader.h: -------------------------------------------------------------------------------- 1 | // 2 | // MJRefreshGifHeader.h 3 | // MJRefreshExample 4 | // 5 | // Created by MJ Lee on 15/4/24. 6 | // Copyright (c) 2015年 小码哥. All rights reserved. 7 | // 8 | 9 | #import "MJRefreshStateHeader.h" 10 | 11 | @interface MJRefreshGifHeader : MJRefreshStateHeader 12 | @property (weak, nonatomic, readonly) UIImageView *gifView; 13 | 14 | /** 设置state状态下的动画图片images 动画持续时间duration*/ 15 | - (void)setImages:(NSArray *)images duration:(NSTimeInterval)duration forState:(MJRefreshState)state; 16 | - (void)setImages:(NSArray *)images forState:(MJRefreshState)state; 17 | @end 18 | -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/MJRefresh/MJRefresh/Custom/Header/MJRefreshNormalHeader.h: -------------------------------------------------------------------------------- 1 | // 2 | // MJRefreshNormalHeader.h 3 | // MJRefreshExample 4 | // 5 | // Created by MJ Lee on 15/4/24. 6 | // Copyright (c) 2015年 小码哥. All rights reserved. 7 | // 8 | 9 | #import "MJRefreshStateHeader.h" 10 | 11 | @interface MJRefreshNormalHeader : MJRefreshStateHeader 12 | @property (weak, nonatomic, readonly) UIImageView *arrowView; 13 | /** 菊花的样式 */ 14 | @property (assign, nonatomic) UIActivityIndicatorViewStyle activityIndicatorViewStyle; 15 | @end 16 | -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/MJRefresh/MJRefresh/Custom/Header/MJRefreshStateHeader.h: -------------------------------------------------------------------------------- 1 | // 2 | // MJRefreshStateHeader.h 3 | // MJRefreshExample 4 | // 5 | // Created by MJ Lee on 15/4/24. 6 | // Copyright (c) 2015年 小码哥. All rights reserved. 7 | // 8 | 9 | #import "MJRefreshHeader.h" 10 | 11 | @interface MJRefreshStateHeader : MJRefreshHeader 12 | #pragma mark - 刷新时间相关 13 | /** 利用这个block来决定显示的更新时间文字 */ 14 | @property (copy, nonatomic) NSString *(^lastUpdatedTimeText)(NSDate *lastUpdatedTime); 15 | /** 显示上一次刷新时间的label */ 16 | @property (weak, nonatomic, readonly) UILabel *lastUpdatedTimeLabel; 17 | 18 | #pragma mark - 状态相关 19 | /** 文字距离圈圈、箭头的距离 */ 20 | @property (assign, nonatomic) CGFloat labelLeftInset; 21 | /** 显示刷新状态的label */ 22 | @property (weak, nonatomic, readonly) UILabel *stateLabel; 23 | /** 设置state状态下的文字 */ 24 | - (void)setTitle:(NSString *)title forState:(MJRefreshState)state; 25 | @end 26 | -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/MJRefresh/MJRefresh/MJRefresh.bundle/arrow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/Pods/MJRefresh/MJRefresh/MJRefresh.bundle/arrow@2x.png -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/MJRefresh/MJRefresh/MJRefresh.bundle/en.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/Pods/MJRefresh/MJRefresh/MJRefresh.bundle/en.lproj/Localizable.strings -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/MJRefresh/MJRefresh/MJRefresh.bundle/zh-Hans.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/MACTableViewDemo/Pods/MJRefresh/MJRefresh/MJRefresh.bundle/zh-Hans.lproj/Localizable.strings -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/MJRefresh/MJRefresh/MJRefresh.bundle/zh-Hant.lproj/Localizable.strings: -------------------------------------------------------------------------------- 1 | "MJRefreshHeaderIdleText" = "下拉可以刷新"; 2 | "MJRefreshHeaderPullingText" = "鬆開立即刷新"; 3 | "MJRefreshHeaderRefreshingText" = "正在刷新數據中..."; 4 | 5 | "MJRefreshAutoFooterIdleText" = "點擊或上拉加載更多"; 6 | "MJRefreshAutoFooterRefreshingText" = "正在加載更多的數據..."; 7 | "MJRefreshAutoFooterNoMoreDataText" = "已經全部加載完畢"; 8 | 9 | "MJRefreshBackFooterIdleText" = "上拉可以加載更多"; 10 | "MJRefreshBackFooterPullingText" = "鬆開立即加載更多"; 11 | "MJRefreshBackFooterRefreshingText" = "正在加載更多的數據..."; 12 | "MJRefreshBackFooterNoMoreDataText" = "已經全部加載完畢"; 13 | 14 | "MJRefreshHeaderLastTimeText" = "最後更新:"; 15 | "MJRefreshHeaderDateTodayText" = "今天"; 16 | "MJRefreshHeaderNoneLastDateText" = "無記錄"; 17 | -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/MJRefresh/MJRefresh/MJRefresh.h: -------------------------------------------------------------------------------- 1 | // 代码地址: https://github.com/CoderMJLee/MJRefresh 2 | // 代码地址: http://code4app.com/ios/%E5%BF%AB%E9%80%9F%E9%9B%86%E6%88%90%E4%B8%8B%E6%8B%89%E4%B8%8A%E6%8B%89%E5%88%B7%E6%96%B0/52326ce26803fabc46000000 3 | 4 | #import "UIScrollView+MJRefresh.h" 5 | #import "UIScrollView+MJExtension.h" 6 | #import "UIView+MJExtension.h" 7 | 8 | #import "MJRefreshNormalHeader.h" 9 | #import "MJRefreshGifHeader.h" 10 | 11 | #import "MJRefreshBackNormalFooter.h" 12 | #import "MJRefreshBackGifFooter.h" 13 | #import "MJRefreshAutoNormalFooter.h" 14 | #import "MJRefreshAutoGifFooter.h" -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/MJRefresh/MJRefresh/MJRefreshConst.m: -------------------------------------------------------------------------------- 1 | // 代码地址: https://github.com/CoderMJLee/MJRefresh 2 | // 代码地址: http://code4app.com/ios/%E5%BF%AB%E9%80%9F%E9%9B%86%E6%88%90%E4%B8%8B%E6%8B%89%E4%B8%8A%E6%8B%89%E5%88%B7%E6%96%B0/52326ce26803fabc46000000 3 | #import 4 | 5 | const CGFloat MJRefreshLabelLeftInset = 25; 6 | const CGFloat MJRefreshHeaderHeight = 54.0; 7 | const CGFloat MJRefreshFooterHeight = 44.0; 8 | const CGFloat MJRefreshFastAnimationDuration = 0.25; 9 | const CGFloat MJRefreshSlowAnimationDuration = 0.4; 10 | 11 | NSString *const MJRefreshKeyPathContentOffset = @"contentOffset"; 12 | NSString *const MJRefreshKeyPathContentInset = @"contentInset"; 13 | NSString *const MJRefreshKeyPathContentSize = @"contentSize"; 14 | NSString *const MJRefreshKeyPathPanState = @"state"; 15 | 16 | NSString *const MJRefreshHeaderLastUpdatedTimeKey = @"MJRefreshHeaderLastUpdatedTimeKey"; 17 | 18 | NSString *const MJRefreshHeaderIdleText = @"MJRefreshHeaderIdleText"; 19 | NSString *const MJRefreshHeaderPullingText = @"MJRefreshHeaderPullingText"; 20 | NSString *const MJRefreshHeaderRefreshingText = @"MJRefreshHeaderRefreshingText"; 21 | 22 | NSString *const MJRefreshAutoFooterIdleText = @"MJRefreshAutoFooterIdleText"; 23 | NSString *const MJRefreshAutoFooterRefreshingText = @"MJRefreshAutoFooterRefreshingText"; 24 | NSString *const MJRefreshAutoFooterNoMoreDataText = @"MJRefreshAutoFooterNoMoreDataText"; 25 | 26 | NSString *const MJRefreshBackFooterIdleText = @"MJRefreshBackFooterIdleText"; 27 | NSString *const MJRefreshBackFooterPullingText = @"MJRefreshBackFooterPullingText"; 28 | NSString *const MJRefreshBackFooterRefreshingText = @"MJRefreshBackFooterRefreshingText"; 29 | NSString *const MJRefreshBackFooterNoMoreDataText = @"MJRefreshBackFooterNoMoreDataText"; 30 | 31 | NSString *const MJRefreshHeaderLastTimeText = @"MJRefreshHeaderLastTimeText"; 32 | NSString *const MJRefreshHeaderDateTodayText = @"MJRefreshHeaderDateTodayText"; 33 | NSString *const MJRefreshHeaderNoneLastDateText = @"MJRefreshHeaderNoneLastDateText"; -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/MJRefresh/MJRefresh/NSBundle+MJRefresh.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSBundle+MJRefresh.h 3 | // MJRefreshExample 4 | // 5 | // Created by MJ Lee on 16/6/13. 6 | // Copyright © 2016年 小码哥. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NSBundle (MJRefresh) 12 | + (instancetype)mj_refreshBundle; 13 | + (UIImage *)mj_arrowImage; 14 | + (NSString *)mj_localizedStringForKey:(NSString *)key value:(NSString *)value; 15 | + (NSString *)mj_localizedStringForKey:(NSString *)key; 16 | @end 17 | -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/MJRefresh/MJRefresh/NSBundle+MJRefresh.m: -------------------------------------------------------------------------------- 1 | // 2 | // NSBundle+MJRefresh.m 3 | // MJRefreshExample 4 | // 5 | // Created by MJ Lee on 16/6/13. 6 | // Copyright © 2016年 小码哥. All rights reserved. 7 | // 8 | 9 | #import "NSBundle+MJRefresh.h" 10 | #import "MJRefreshComponent.h" 11 | 12 | @implementation NSBundle (MJRefresh) 13 | + (instancetype)mj_refreshBundle 14 | { 15 | static NSBundle *refreshBundle = nil; 16 | if (refreshBundle == nil) { 17 | // 这里不使用mainBundle是为了适配pod 1.x和0.x 18 | refreshBundle = [NSBundle bundleWithPath:[[NSBundle bundleForClass:[MJRefreshComponent class]] pathForResource:@"MJRefresh" ofType:@"bundle"]]; 19 | } 20 | return refreshBundle; 21 | } 22 | 23 | + (UIImage *)mj_arrowImage 24 | { 25 | static UIImage *arrowImage = nil; 26 | if (arrowImage == nil) { 27 | arrowImage = [[UIImage imageWithContentsOfFile:[[self mj_refreshBundle] pathForResource:@"arrow@2x" ofType:@"png"]] imageWithRenderingMode:UIImageRenderingModeAlwaysTemplate]; 28 | } 29 | return arrowImage; 30 | } 31 | 32 | + (NSString *)mj_localizedStringForKey:(NSString *)key 33 | { 34 | return [self mj_localizedStringForKey:key value:nil]; 35 | } 36 | 37 | + (NSString *)mj_localizedStringForKey:(NSString *)key value:(NSString *)value 38 | { 39 | static NSBundle *bundle = nil; 40 | if (bundle == nil) { 41 | // (iOS获取的语言字符串比较不稳定)目前框架只处理en、zh-Hans、zh-Hant三种情况,其他按照系统默认处理 42 | NSString *language = [NSLocale preferredLanguages].firstObject; 43 | if ([language hasPrefix:@"en"]) { 44 | language = @"en"; 45 | } else if ([language hasPrefix:@"zh"]) { 46 | if ([language rangeOfString:@"Hans"].location != NSNotFound) { 47 | language = @"zh-Hans"; // 简体中文 48 | } else { // zh-Hant\zh-HK\zh-TW 49 | language = @"zh-Hant"; // 繁體中文 50 | } 51 | } else { 52 | language = @"en"; 53 | } 54 | 55 | // 从MJRefresh.bundle中查找资源 56 | bundle = [NSBundle bundleWithPath:[[NSBundle mj_refreshBundle] pathForResource:language ofType:@"lproj"]]; 57 | } 58 | value = [bundle localizedStringForKey:key value:value table:nil]; 59 | return [[NSBundle mainBundle] localizedStringForKey:key value:value table:nil]; 60 | } 61 | @end 62 | -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/MJRefresh/MJRefresh/UIScrollView+MJExtension.h: -------------------------------------------------------------------------------- 1 | // 代码地址: https://github.com/CoderMJLee/MJRefresh 2 | // 代码地址: http://code4app.com/ios/%E5%BF%AB%E9%80%9F%E9%9B%86%E6%88%90%E4%B8%8B%E6%8B%89%E4%B8%8A%E6%8B%89%E5%88%B7%E6%96%B0/52326ce26803fabc46000000 3 | // UIScrollView+Extension.h 4 | // MJRefreshExample 5 | // 6 | // Created by MJ Lee on 14-5-28. 7 | // Copyright (c) 2014年 小码哥. All rights reserved. 8 | // 9 | 10 | #import 11 | 12 | @interface UIScrollView (MJExtension) 13 | @property (assign, nonatomic) CGFloat mj_insetT; 14 | @property (assign, nonatomic) CGFloat mj_insetB; 15 | @property (assign, nonatomic) CGFloat mj_insetL; 16 | @property (assign, nonatomic) CGFloat mj_insetR; 17 | 18 | @property (assign, nonatomic) CGFloat mj_offsetX; 19 | @property (assign, nonatomic) CGFloat mj_offsetY; 20 | 21 | @property (assign, nonatomic) CGFloat mj_contentW; 22 | @property (assign, nonatomic) CGFloat mj_contentH; 23 | @end 24 | -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/MJRefresh/MJRefresh/UIScrollView+MJRefresh.h: -------------------------------------------------------------------------------- 1 | // 代码地址: https://github.com/CoderMJLee/MJRefresh 2 | // 代码地址: http://code4app.com/ios/%E5%BF%AB%E9%80%9F%E9%9B%86%E6%88%90%E4%B8%8B%E6%8B%89%E4%B8%8A%E6%8B%89%E5%88%B7%E6%96%B0/52326ce26803fabc46000000 3 | // UIScrollView+MJRefresh.h 4 | // MJRefreshExample 5 | // 6 | // Created by MJ Lee on 15/3/4. 7 | // Copyright (c) 2015年 小码哥. All rights reserved. 8 | // 给ScrollView增加下拉刷新、上拉刷新的功能 9 | 10 | #import 11 | #import "MJRefreshConst.h" 12 | 13 | @class MJRefreshHeader, MJRefreshFooter; 14 | 15 | @interface UIScrollView (MJRefresh) 16 | /** 下拉刷新控件 */ 17 | @property (strong, nonatomic) MJRefreshHeader *mj_header; 18 | @property (strong, nonatomic) MJRefreshHeader *header MJRefreshDeprecated("使用mj_header"); 19 | /** 上拉刷新控件 */ 20 | @property (strong, nonatomic) MJRefreshFooter *mj_footer; 21 | @property (strong, nonatomic) MJRefreshFooter *footer MJRefreshDeprecated("使用mj_footer"); 22 | 23 | #pragma mark - other 24 | - (NSInteger)mj_totalDataCount; 25 | @property (copy, nonatomic) void (^mj_reloadDataBlock)(NSInteger totalDataCount); 26 | @end 27 | -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/MJRefresh/MJRefresh/UIView+MJExtension.h: -------------------------------------------------------------------------------- 1 | // 代码地址: https://github.com/CoderMJLee/MJRefresh 2 | // 代码地址: http://code4app.com/ios/%E5%BF%AB%E9%80%9F%E9%9B%86%E6%88%90%E4%B8%8B%E6%8B%89%E4%B8%8A%E6%8B%89%E5%88%B7%E6%96%B0/52326ce26803fabc46000000 3 | // UIView+Extension.h 4 | // MJRefreshExample 5 | // 6 | // Created by MJ Lee on 14-5-28. 7 | // Copyright (c) 2014年 小码哥. All rights reserved. 8 | // 9 | 10 | #import 11 | 12 | @interface UIView (MJExtension) 13 | @property (assign, nonatomic) CGFloat mj_x; 14 | @property (assign, nonatomic) CGFloat mj_y; 15 | @property (assign, nonatomic) CGFloat mj_w; 16 | @property (assign, nonatomic) CGFloat mj_h; 17 | @property (assign, nonatomic) CGSize mj_size; 18 | @property (assign, nonatomic) CGPoint mj_origin; 19 | @end 20 | -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/MJRefresh/MJRefresh/UIView+MJExtension.m: -------------------------------------------------------------------------------- 1 | // 代码地址: https://github.com/CoderMJLee/MJRefresh 2 | // 代码地址: http://code4app.com/ios/%E5%BF%AB%E9%80%9F%E9%9B%86%E6%88%90%E4%B8%8B%E6%8B%89%E4%B8%8A%E6%8B%89%E5%88%B7%E6%96%B0/52326ce26803fabc46000000 3 | // UIView+Extension.m 4 | // MJRefreshExample 5 | // 6 | // Created by MJ Lee on 14-5-28. 7 | // Copyright (c) 2014年 小码哥. All rights reserved. 8 | // 9 | 10 | #import "UIView+MJExtension.h" 11 | 12 | @implementation UIView (MJExtension) 13 | - (void)setMj_x:(CGFloat)mj_x 14 | { 15 | CGRect frame = self.frame; 16 | frame.origin.x = mj_x; 17 | self.frame = frame; 18 | } 19 | 20 | - (CGFloat)mj_x 21 | { 22 | return self.frame.origin.x; 23 | } 24 | 25 | - (void)setMj_y:(CGFloat)mj_y 26 | { 27 | CGRect frame = self.frame; 28 | frame.origin.y = mj_y; 29 | self.frame = frame; 30 | } 31 | 32 | - (CGFloat)mj_y 33 | { 34 | return self.frame.origin.y; 35 | } 36 | 37 | - (void)setMj_w:(CGFloat)mj_w 38 | { 39 | CGRect frame = self.frame; 40 | frame.size.width = mj_w; 41 | self.frame = frame; 42 | } 43 | 44 | - (CGFloat)mj_w 45 | { 46 | return self.frame.size.width; 47 | } 48 | 49 | - (void)setMj_h:(CGFloat)mj_h 50 | { 51 | CGRect frame = self.frame; 52 | frame.size.height = mj_h; 53 | self.frame = frame; 54 | } 55 | 56 | - (CGFloat)mj_h 57 | { 58 | return self.frame.size.height; 59 | } 60 | 61 | - (void)setMj_size:(CGSize)mj_size 62 | { 63 | CGRect frame = self.frame; 64 | frame.size = mj_size; 65 | self.frame = frame; 66 | } 67 | 68 | - (CGSize)mj_size 69 | { 70 | return self.frame.size; 71 | } 72 | 73 | - (void)setMj_origin:(CGPoint)mj_origin 74 | { 75 | CGRect frame = self.frame; 76 | frame.origin = mj_origin; 77 | self.frame = frame; 78 | } 79 | 80 | - (CGPoint)mj_origin 81 | { 82 | return self.frame.origin; 83 | } 84 | @end 85 | -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Manifest.lock: -------------------------------------------------------------------------------- 1 | PODS: 2 | - DZNEmptyDataSet (1.7.3) 3 | - MJExtension (3.0.13) 4 | - MJRefresh (3.1.12) 5 | 6 | DEPENDENCIES: 7 | - DZNEmptyDataSet (~> 1.7.2) 8 | - MJExtension (~> 3.0.13) 9 | - MJRefresh (~> 3.1.0) 10 | 11 | SPEC CHECKSUMS: 12 | DZNEmptyDataSet: dd7cca17c1d07dfa78956859b1e70a52505678ef 13 | MJExtension: 5932755f451458eefa24239358817f8d291240c7 14 | MJRefresh: b96cdb21c4aa75a7b07654311ab2f315c497e806 15 | 16 | COCOAPODS: 0.39.0 17 | -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Target Support Files/DZNEmptyDataSet/DZNEmptyDataSet-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_DZNEmptyDataSet : NSObject 3 | @end 4 | @implementation PodsDummy_DZNEmptyDataSet 5 | @end 6 | -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Target Support Files/DZNEmptyDataSet/DZNEmptyDataSet-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #endif 4 | 5 | -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Target Support Files/DZNEmptyDataSet/DZNEmptyDataSet.xcconfig: -------------------------------------------------------------------------------- 1 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 2 | HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/DZNEmptyDataSet" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DZNEmptyDataSet" "${PODS_ROOT}/Headers/Public/MJExtension" "${PODS_ROOT}/Headers/Public/MJRefresh" 3 | OTHER_LDFLAGS = -framework "UIKit" 4 | PODS_ROOT = ${SRCROOT} 5 | SKIP_INSTALL = YES -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Target Support Files/MJExtension/MJExtension-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_MJExtension : NSObject 3 | @end 4 | @implementation PodsDummy_MJExtension 5 | @end 6 | -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Target Support Files/MJExtension/MJExtension-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #endif 4 | 5 | -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Target Support Files/MJExtension/MJExtension.xcconfig: -------------------------------------------------------------------------------- 1 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 2 | HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/MJExtension" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DZNEmptyDataSet" "${PODS_ROOT}/Headers/Public/MJExtension" "${PODS_ROOT}/Headers/Public/MJRefresh" 3 | PODS_ROOT = ${SRCROOT} 4 | SKIP_INSTALL = YES -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Target Support Files/MJRefresh/MJRefresh-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_MJRefresh : NSObject 3 | @end 4 | @implementation PodsDummy_MJRefresh 5 | @end 6 | -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Target Support Files/MJRefresh/MJRefresh-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #endif 4 | 5 | -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Target Support Files/MJRefresh/MJRefresh.xcconfig: -------------------------------------------------------------------------------- 1 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 2 | HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/MJRefresh" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DZNEmptyDataSet" "${PODS_ROOT}/Headers/Public/MJExtension" "${PODS_ROOT}/Headers/Public/MJRefresh" 3 | PODS_ROOT = ${SRCROOT} 4 | SKIP_INSTALL = YES -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Target Support Files/Pods/Pods-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_Pods : NSObject 3 | @end 4 | @implementation PodsDummy_Pods 5 | @end 6 | -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Target Support Files/Pods/Pods.debug.xcconfig: -------------------------------------------------------------------------------- 1 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 2 | HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DZNEmptyDataSet" "${PODS_ROOT}/Headers/Public/MJExtension" "${PODS_ROOT}/Headers/Public/MJRefresh" 3 | OTHER_CFLAGS = $(inherited) -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/DZNEmptyDataSet" -isystem "${PODS_ROOT}/Headers/Public/MJExtension" -isystem "${PODS_ROOT}/Headers/Public/MJRefresh" 4 | OTHER_LDFLAGS = $(inherited) -ObjC -l"DZNEmptyDataSet" -l"MJExtension" -l"MJRefresh" -framework "UIKit" 5 | PODS_ROOT = ${SRCROOT}/Pods -------------------------------------------------------------------------------- /MACTableViewDemo/Pods/Target Support Files/Pods/Pods.release.xcconfig: -------------------------------------------------------------------------------- 1 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 2 | HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DZNEmptyDataSet" "${PODS_ROOT}/Headers/Public/MJExtension" "${PODS_ROOT}/Headers/Public/MJRefresh" 3 | OTHER_CFLAGS = $(inherited) -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/DZNEmptyDataSet" -isystem "${PODS_ROOT}/Headers/Public/MJExtension" -isystem "${PODS_ROOT}/Headers/Public/MJRefresh" 4 | OTHER_LDFLAGS = $(inherited) -ObjC -l"DZNEmptyDataSet" -l"MJExtension" -l"MJRefresh" -framework "UIKit" 5 | PODS_ROOT = ${SRCROOT}/Pods -------------------------------------------------------------------------------- /Photos/MACTableView.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/Photos/MACTableView.png -------------------------------------------------------------------------------- /Photos/fvyO81OO7L.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/Photos/fvyO81OO7L.gif -------------------------------------------------------------------------------- /Photos/hmD0r7fU0J.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/Photos/hmD0r7fU0J.gif -------------------------------------------------------------------------------- /Photos/kF4saP4ilk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/Photos/kF4saP4ilk.gif -------------------------------------------------------------------------------- /Photos/zUsnur8eFq.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacOMNI/MACTableView/ecbf2e5d50e41a1c4e1d78589cde26769e870b11/Photos/zUsnur8eFq.gif --------------------------------------------------------------------------------