├── .a运行不了请往下看README第一行介绍,运行不了请往下看README第一行介绍 ├── .gitignore ├── .travis.yml ├── Cartfile ├── Cartfile.resolved ├── Example ├── Example.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ └── xcshareddata │ │ └── xcschemes │ │ └── Example.xcscheme ├── Example │ ├── AppDelegate.h │ ├── AppDelegate.m │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── playVideo.imageset │ │ │ ├── Contents.json │ │ │ ├── playVideo@2x.png │ │ │ └── playVideo@3x.png │ │ ├── snow.imageset │ │ │ ├── Contents.json │ │ │ ├── snow@2x.png │ │ │ └── snow@3x.png │ │ └── watermark.imageset │ │ │ ├── 96c8f68b87d6277fd3ab59fb2c381f30eb24fc85.jpg │ │ │ └── Contents.json │ ├── Base.lproj │ │ ├── LaunchScreen.storyboard │ │ └── Main.storyboard │ ├── ImageCell.h │ ├── ImageCell.m │ ├── Info.plist │ ├── ViewController.h │ ├── ViewController.m │ ├── YYFPSLabel.h │ ├── YYFPSLabel.m │ ├── YYWeakProxy.h │ ├── YYWeakProxy.m │ └── main.m └── SwiftExample │ ├── AppDelegate.swift │ ├── Assets.xcassets │ ├── AppIcon.appiconset │ │ └── Contents.json │ ├── Contents.json │ └── playVideo.imageset │ │ ├── Contents.json │ │ ├── playVideo@2x.png │ │ └── playVideo@3x.png │ ├── Base.lproj │ ├── LaunchScreen.storyboard │ └── Main.storyboard │ ├── ImageCell.swift │ ├── Info.plist │ ├── SceneDelegate.swift │ ├── SwiftExample-Bridging-Header.h │ └── ViewController.swift ├── LICENSE ├── README.md ├── UPDATELOG.md ├── ZLPhotoBrowser-objc.podspec ├── ZLPhotoBrowser.xcconfig ├── ZLPhotoBrowser.xcodeproj ├── project.pbxproj ├── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcshareddata │ │ └── IDEWorkspaceChecks.plist └── xcshareddata │ └── xcschemes │ └── ZLPhotoBrowserFramework.xcscheme ├── ZLPhotoBrowser.xcworkspace ├── contents.xcworkspacedata └── xcshareddata │ └── IDEWorkspaceChecks.plist ├── ZLPhotoBrowser └── PhotoBrowser │ ├── Animation │ ├── ZLAnimateTransition.h │ ├── ZLAnimateTransition.m │ ├── ZLInteractiveAnimateProtocol.h │ ├── ZLInteractiveTrasition.h │ ├── ZLInteractiveTrasition.m │ ├── ZLPullDownInteractiveTransition.h │ └── ZLPullDownInteractiveTransition.m │ ├── NSBundle+ZLPhotoBrowser.h │ ├── NSBundle+ZLPhotoBrowser.m │ ├── ToastUtils.h │ ├── ToastUtils.m │ ├── UIControl+EnlargeTouchArea.h │ ├── UIControl+EnlargeTouchArea.m │ ├── UIImage+ZLPhotoBrowser.h │ ├── UIImage+ZLPhotoBrowser.m │ ├── ZLAlbumListController.h │ ├── ZLAlbumListController.m │ ├── ZLBigImageCell.h │ ├── ZLBigImageCell.m │ ├── ZLCollectionCell.h │ ├── ZLCollectionCell.m │ ├── ZLCustomCamera.h │ ├── ZLCustomCamera.m │ ├── ZLDefine.h │ ├── ZLEditVideoController.h │ ├── ZLEditVideoController.m │ ├── ZLEditViewController.h │ ├── ZLEditViewController.m │ ├── ZLForceTouchPreviewController.h │ ├── ZLForceTouchPreviewController.m │ ├── ZLImageEditTools │ ├── ZLBrushBoardImageView.h │ ├── ZLBrushBoardImageView.m │ ├── ZLClipItem.h │ ├── ZLClipItem.m │ ├── ZLDrawItem.h │ ├── ZLDrawItem.m │ ├── ZLImageEditTool.h │ └── ZLImageEditTool.m │ ├── ZLNoAuthorityViewController.h │ ├── ZLNoAuthorityViewController.m │ ├── ZLPhotoActionSheet.h │ ├── ZLPhotoActionSheet.m │ ├── ZLPhotoBrowser.h │ ├── ZLPhotoBrowserCell.h │ ├── ZLPhotoBrowserCell.m │ ├── ZLPhotoConfiguration.h │ ├── ZLPhotoConfiguration.m │ ├── ZLPhotoManager.h │ ├── ZLPhotoManager.m │ ├── ZLPhotoModel.h │ ├── ZLPhotoModel.m │ ├── ZLPlayer.h │ ├── ZLPlayer.m │ ├── ZLProgressHUD.h │ ├── ZLProgressHUD.m │ ├── ZLProgressView.h │ ├── ZLProgressView.m │ ├── ZLShowBigImgViewController.h │ ├── ZLShowBigImgViewController.m │ ├── ZLThumbnailViewController.h │ ├── ZLThumbnailViewController.m │ ├── ZLVideoPlayerControl.h │ ├── ZLVideoPlayerControl.m │ └── resource │ ├── ZLPhotoActionSheet.xib │ ├── ZLPhotoBrowser.bundle │ ├── en.lproj │ │ └── Localizable.strings │ ├── ja-US.lproj │ │ └── Localizable.strings │ ├── zh-Hans.lproj │ │ └── Localizable.strings │ ├── zh-Hant.lproj │ │ └── Localizable.strings │ ├── zl_arrow_down@2x.png │ ├── zl_arrow_down@3x.png │ ├── zl_btn_circle@2x.png │ ├── zl_btn_circle@3x.png │ ├── zl_btn_original_circle@2x.png │ ├── zl_btn_original_circle@3x.png │ ├── zl_btn_original_selected@2x.png │ ├── zl_btn_original_selected@3x.png │ ├── zl_btn_rotate.png │ ├── zl_btn_selected@2x.png │ ├── zl_btn_selected@3x.png │ ├── zl_btn_unselected@2x.png │ ├── zl_btn_unselected@3x.png │ ├── zl_clip@2x.png │ ├── zl_clip@3x.png │ ├── zl_defaultphoto.png │ ├── zl_draw@2x.png │ ├── zl_draw@3x.png │ ├── zl_filter@2x.png │ ├── zl_filter@3x.png │ ├── zl_focus@2x.png │ ├── zl_focus@3x.png │ ├── zl_ic_left@2x.png │ ├── zl_ic_left@3x.png │ ├── zl_ic_right@2x.png │ ├── zl_ic_right@3x.png │ ├── zl_livePhoto@2x.png │ ├── zl_livePhoto@3x.png │ ├── zl_lock.png │ ├── zl_navBack@2x.png │ ├── zl_navBack@3x.png │ ├── zl_pauseButtonWhite@2x.png │ ├── zl_pauseButtonWhite@3x.png │ ├── zl_playButtonWhite@2x.png │ ├── zl_playButtonWhite@3x.png │ ├── zl_playVideo@2x.png │ ├── zl_playVideo@3x.png │ ├── zl_retake@2x.png │ ├── zl_retake@3x.png │ ├── zl_revoke@2x.png │ ├── zl_revoke@3x.png │ ├── zl_rotateimage.png │ ├── zl_rotateimage@2x.png │ ├── zl_rotateimage@3x.png │ ├── zl_takePhoto@2x.png │ ├── zl_takePhoto@3x.png │ ├── zl_takeok@2x.png │ ├── zl_takeok@3x.png │ ├── zl_toggle_camera@2x.png │ ├── zl_toggle_camera@3x.png │ ├── zl_video@2x.png │ ├── zl_video@3x.png │ ├── zl_videoLoadFailed@2x.png │ ├── zl_videoLoadFailed@3x.png │ ├── zl_videoView@2x.png │ └── zl_videoView@3x.png │ └── ZLPhotoBrowserCell.xib └── ZLPhotoBrowserFramework └── Info.plist /.a运行不了请往下看README第一行介绍,运行不了请往下看README第一行介绍: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/.gitignore -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/.travis.yml -------------------------------------------------------------------------------- /Cartfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/Cartfile -------------------------------------------------------------------------------- /Cartfile.resolved: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/Cartfile.resolved -------------------------------------------------------------------------------- /Example/Example.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/Example/Example.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Example/Example.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/Example/Example.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /Example/Example.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/Example/Example.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /Example/Example.xcodeproj/xcshareddata/xcschemes/Example.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/Example/Example.xcodeproj/xcshareddata/xcschemes/Example.xcscheme -------------------------------------------------------------------------------- /Example/Example/AppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/Example/Example/AppDelegate.h -------------------------------------------------------------------------------- /Example/Example/AppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/Example/Example/AppDelegate.m -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/Example/Example/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/Example/Example/Assets.xcassets/Contents.json -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/playVideo.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/Example/Example/Assets.xcassets/playVideo.imageset/Contents.json -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/playVideo.imageset/playVideo@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/Example/Example/Assets.xcassets/playVideo.imageset/playVideo@2x.png -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/playVideo.imageset/playVideo@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/Example/Example/Assets.xcassets/playVideo.imageset/playVideo@3x.png -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/snow.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/Example/Example/Assets.xcassets/snow.imageset/Contents.json -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/snow.imageset/snow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/Example/Example/Assets.xcassets/snow.imageset/snow@2x.png -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/snow.imageset/snow@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/Example/Example/Assets.xcassets/snow.imageset/snow@3x.png -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/watermark.imageset/96c8f68b87d6277fd3ab59fb2c381f30eb24fc85.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/Example/Example/Assets.xcassets/watermark.imageset/96c8f68b87d6277fd3ab59fb2c381f30eb24fc85.jpg -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/watermark.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/Example/Example/Assets.xcassets/watermark.imageset/Contents.json -------------------------------------------------------------------------------- /Example/Example/Base.lproj/LaunchScreen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/Example/Example/Base.lproj/LaunchScreen.storyboard -------------------------------------------------------------------------------- /Example/Example/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/Example/Example/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /Example/Example/ImageCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/Example/Example/ImageCell.h -------------------------------------------------------------------------------- /Example/Example/ImageCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/Example/Example/ImageCell.m -------------------------------------------------------------------------------- /Example/Example/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/Example/Example/Info.plist -------------------------------------------------------------------------------- /Example/Example/ViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/Example/Example/ViewController.h -------------------------------------------------------------------------------- /Example/Example/ViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/Example/Example/ViewController.m -------------------------------------------------------------------------------- /Example/Example/YYFPSLabel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/Example/Example/YYFPSLabel.h -------------------------------------------------------------------------------- /Example/Example/YYFPSLabel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/Example/Example/YYFPSLabel.m -------------------------------------------------------------------------------- /Example/Example/YYWeakProxy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/Example/Example/YYWeakProxy.h -------------------------------------------------------------------------------- /Example/Example/YYWeakProxy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/Example/Example/YYWeakProxy.m -------------------------------------------------------------------------------- /Example/Example/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/Example/Example/main.m -------------------------------------------------------------------------------- /Example/SwiftExample/AppDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/Example/SwiftExample/AppDelegate.swift -------------------------------------------------------------------------------- /Example/SwiftExample/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/Example/SwiftExample/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /Example/SwiftExample/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/Example/SwiftExample/Assets.xcassets/Contents.json -------------------------------------------------------------------------------- /Example/SwiftExample/Assets.xcassets/playVideo.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/Example/SwiftExample/Assets.xcassets/playVideo.imageset/Contents.json -------------------------------------------------------------------------------- /Example/SwiftExample/Assets.xcassets/playVideo.imageset/playVideo@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/Example/SwiftExample/Assets.xcassets/playVideo.imageset/playVideo@2x.png -------------------------------------------------------------------------------- /Example/SwiftExample/Assets.xcassets/playVideo.imageset/playVideo@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/Example/SwiftExample/Assets.xcassets/playVideo.imageset/playVideo@3x.png -------------------------------------------------------------------------------- /Example/SwiftExample/Base.lproj/LaunchScreen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/Example/SwiftExample/Base.lproj/LaunchScreen.storyboard -------------------------------------------------------------------------------- /Example/SwiftExample/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/Example/SwiftExample/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /Example/SwiftExample/ImageCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/Example/SwiftExample/ImageCell.swift -------------------------------------------------------------------------------- /Example/SwiftExample/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/Example/SwiftExample/Info.plist -------------------------------------------------------------------------------- /Example/SwiftExample/SceneDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/Example/SwiftExample/SceneDelegate.swift -------------------------------------------------------------------------------- /Example/SwiftExample/SwiftExample-Bridging-Header.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/Example/SwiftExample/SwiftExample-Bridging-Header.h -------------------------------------------------------------------------------- /Example/SwiftExample/ViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/Example/SwiftExample/ViewController.swift -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/README.md -------------------------------------------------------------------------------- /UPDATELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/UPDATELOG.md -------------------------------------------------------------------------------- /ZLPhotoBrowser-objc.podspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser-objc.podspec -------------------------------------------------------------------------------- /ZLPhotoBrowser.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser.xcconfig -------------------------------------------------------------------------------- /ZLPhotoBrowser.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /ZLPhotoBrowser.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /ZLPhotoBrowser.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /ZLPhotoBrowser.xcodeproj/xcshareddata/xcschemes/ZLPhotoBrowserFramework.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser.xcodeproj/xcshareddata/xcschemes/ZLPhotoBrowserFramework.xcscheme -------------------------------------------------------------------------------- /ZLPhotoBrowser.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /ZLPhotoBrowser.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/Animation/ZLAnimateTransition.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/Animation/ZLAnimateTransition.h -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/Animation/ZLAnimateTransition.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/Animation/ZLAnimateTransition.m -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/Animation/ZLInteractiveAnimateProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/Animation/ZLInteractiveAnimateProtocol.h -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/Animation/ZLInteractiveTrasition.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/Animation/ZLInteractiveTrasition.h -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/Animation/ZLInteractiveTrasition.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/Animation/ZLInteractiveTrasition.m -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/Animation/ZLPullDownInteractiveTransition.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/Animation/ZLPullDownInteractiveTransition.h -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/Animation/ZLPullDownInteractiveTransition.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/Animation/ZLPullDownInteractiveTransition.m -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/NSBundle+ZLPhotoBrowser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/NSBundle+ZLPhotoBrowser.h -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/NSBundle+ZLPhotoBrowser.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/NSBundle+ZLPhotoBrowser.m -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/ToastUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/ToastUtils.h -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/ToastUtils.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/ToastUtils.m -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/UIControl+EnlargeTouchArea.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/UIControl+EnlargeTouchArea.h -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/UIControl+EnlargeTouchArea.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/UIControl+EnlargeTouchArea.m -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/UIImage+ZLPhotoBrowser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/UIImage+ZLPhotoBrowser.h -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/UIImage+ZLPhotoBrowser.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/UIImage+ZLPhotoBrowser.m -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/ZLAlbumListController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/ZLAlbumListController.h -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/ZLAlbumListController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/ZLAlbumListController.m -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/ZLBigImageCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/ZLBigImageCell.h -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/ZLBigImageCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/ZLBigImageCell.m -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/ZLCollectionCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/ZLCollectionCell.h -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/ZLCollectionCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/ZLCollectionCell.m -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/ZLCustomCamera.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/ZLCustomCamera.h -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/ZLCustomCamera.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/ZLCustomCamera.m -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/ZLDefine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/ZLDefine.h -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/ZLEditVideoController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/ZLEditVideoController.h -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/ZLEditVideoController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/ZLEditVideoController.m -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/ZLEditViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/ZLEditViewController.h -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/ZLEditViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/ZLEditViewController.m -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/ZLForceTouchPreviewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/ZLForceTouchPreviewController.h -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/ZLForceTouchPreviewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/ZLForceTouchPreviewController.m -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/ZLImageEditTools/ZLBrushBoardImageView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/ZLImageEditTools/ZLBrushBoardImageView.h -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/ZLImageEditTools/ZLBrushBoardImageView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/ZLImageEditTools/ZLBrushBoardImageView.m -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/ZLImageEditTools/ZLClipItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/ZLImageEditTools/ZLClipItem.h -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/ZLImageEditTools/ZLClipItem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/ZLImageEditTools/ZLClipItem.m -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/ZLImageEditTools/ZLDrawItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/ZLImageEditTools/ZLDrawItem.h -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/ZLImageEditTools/ZLDrawItem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/ZLImageEditTools/ZLDrawItem.m -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/ZLImageEditTools/ZLImageEditTool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/ZLImageEditTools/ZLImageEditTool.h -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/ZLImageEditTools/ZLImageEditTool.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/ZLImageEditTools/ZLImageEditTool.m -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/ZLNoAuthorityViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/ZLNoAuthorityViewController.h -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/ZLNoAuthorityViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/ZLNoAuthorityViewController.m -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/ZLPhotoActionSheet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/ZLPhotoActionSheet.h -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/ZLPhotoActionSheet.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/ZLPhotoActionSheet.m -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/ZLPhotoBrowser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/ZLPhotoBrowser.h -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/ZLPhotoBrowserCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/ZLPhotoBrowserCell.h -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/ZLPhotoBrowserCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/ZLPhotoBrowserCell.m -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/ZLPhotoConfiguration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/ZLPhotoConfiguration.h -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/ZLPhotoConfiguration.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/ZLPhotoConfiguration.m -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/ZLPhotoManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/ZLPhotoManager.h -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/ZLPhotoManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/ZLPhotoManager.m -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/ZLPhotoModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/ZLPhotoModel.h -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/ZLPhotoModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/ZLPhotoModel.m -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/ZLPlayer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/ZLPlayer.h -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/ZLPlayer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/ZLPlayer.m -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/ZLProgressHUD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/ZLProgressHUD.h -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/ZLProgressHUD.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/ZLProgressHUD.m -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/ZLProgressView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/ZLProgressView.h -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/ZLProgressView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/ZLProgressView.m -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/ZLShowBigImgViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/ZLShowBigImgViewController.h -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/ZLShowBigImgViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/ZLShowBigImgViewController.m -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/ZLThumbnailViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/ZLThumbnailViewController.h -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/ZLThumbnailViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/ZLThumbnailViewController.m -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/ZLVideoPlayerControl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/ZLVideoPlayerControl.h -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/ZLVideoPlayerControl.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/ZLVideoPlayerControl.m -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoActionSheet.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoActionSheet.xib -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/en.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/en.lproj/Localizable.strings -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/ja-US.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/ja-US.lproj/Localizable.strings -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zh-Hans.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zh-Hans.lproj/Localizable.strings -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zh-Hant.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zh-Hant.lproj/Localizable.strings -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_arrow_down@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_arrow_down@2x.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_arrow_down@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_arrow_down@3x.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_btn_circle@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_btn_circle@2x.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_btn_circle@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_btn_circle@3x.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_btn_original_circle@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_btn_original_circle@2x.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_btn_original_circle@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_btn_original_circle@3x.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_btn_original_selected@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_btn_original_selected@2x.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_btn_original_selected@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_btn_original_selected@3x.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_btn_rotate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_btn_rotate.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_btn_selected@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_btn_selected@2x.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_btn_selected@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_btn_selected@3x.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_btn_unselected@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_btn_unselected@2x.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_btn_unselected@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_btn_unselected@3x.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_clip@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_clip@2x.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_clip@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_clip@3x.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_defaultphoto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_defaultphoto.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_draw@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_draw@2x.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_draw@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_draw@3x.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_filter@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_filter@2x.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_filter@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_filter@3x.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_focus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_focus@2x.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_focus@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_focus@3x.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_ic_left@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_ic_left@2x.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_ic_left@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_ic_left@3x.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_ic_right@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_ic_right@2x.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_ic_right@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_ic_right@3x.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_livePhoto@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_livePhoto@2x.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_livePhoto@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_livePhoto@3x.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_lock.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_navBack@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_navBack@2x.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_navBack@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_navBack@3x.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_pauseButtonWhite@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_pauseButtonWhite@2x.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_pauseButtonWhite@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_pauseButtonWhite@3x.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_playButtonWhite@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_playButtonWhite@2x.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_playButtonWhite@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_playButtonWhite@3x.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_playVideo@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_playVideo@2x.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_playVideo@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_playVideo@3x.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_retake@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_retake@2x.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_retake@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_retake@3x.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_revoke@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_revoke@2x.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_revoke@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_revoke@3x.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_rotateimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_rotateimage.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_rotateimage@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_rotateimage@2x.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_rotateimage@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_rotateimage@3x.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_takePhoto@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_takePhoto@2x.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_takePhoto@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_takePhoto@3x.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_takeok@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_takeok@2x.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_takeok@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_takeok@3x.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_toggle_camera@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_toggle_camera@2x.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_toggle_camera@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_toggle_camera@3x.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_video@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_video@2x.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_video@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_video@3x.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_videoLoadFailed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_videoLoadFailed@2x.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_videoLoadFailed@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_videoLoadFailed@3x.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_videoView@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_videoView@2x.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_videoView@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zl_videoView@3x.png -------------------------------------------------------------------------------- /ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowserCell.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowserCell.xib -------------------------------------------------------------------------------- /ZLPhotoBrowserFramework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longitachi/ZLPhotoBrowser-objc/HEAD/ZLPhotoBrowserFramework/Info.plist --------------------------------------------------------------------------------