Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
dz_TZImagePickerController
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
shuijing
dz_TZImagePickerController
Commits
bbbf7d07
Commit
bbbf7d07
authored
Dec 04, 2020
by
ztsyyb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改UIView (Layout) --> UIView (TZLayout)
parent
5d0e1a5f
Changes
13
Show whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
18 additions
and
16 deletions
+18
-16
TZImagePickerController/LxGridViewFlowLayout.m
TZImagePickerController/LxGridViewFlowLayout.m
+1
-1
TZImagePickerController/TZImagePickerController/TZAssetCell.m
...agePickerController/TZImagePickerController/TZAssetCell.m
+1
-1
TZImagePickerController/TZImagePickerController/TZGifPhotoPreviewController.m
...ler/TZImagePickerController/TZGifPhotoPreviewController.m
+1
-1
TZImagePickerController/TZImagePickerController/TZImageCropManager.m
...erController/TZImagePickerController/TZImageCropManager.m
+1
-1
TZImagePickerController/TZImagePickerController/TZImagePickerController.m
...troller/TZImagePickerController/TZImagePickerController.m
+1
-1
TZImagePickerController/TZImagePickerController/TZPhotoPickerController.m
...troller/TZImagePickerController/TZPhotoPickerController.m
+1
-1
TZImagePickerController/TZImagePickerController/TZPhotoPreviewCell.m
...erController/TZImagePickerController/TZPhotoPreviewCell.m
+1
-1
TZImagePickerController/TZImagePickerController/TZPhotoPreviewController.m
...roller/TZImagePickerController/TZPhotoPreviewController.m
+1
-1
TZImagePickerController/TZImagePickerController/TZVideoPlayerController.m
...troller/TZImagePickerController/TZVideoPlayerController.m
+1
-1
TZImagePickerController/TZImagePickerController/UIView+TZLayout.h
...ickerController/TZImagePickerController/UIView+TZLayout.h
+3
-2
TZImagePickerController/TZImagePickerController/UIView+TZLayout.m
...ickerController/TZImagePickerController/UIView+TZLayout.m
+4
-3
TZImagePickerController/TZTestCell.m
TZImagePickerController/TZTestCell.m
+1
-1
TZImagePickerController/ViewController.m
TZImagePickerController/ViewController.m
+1
-1
No files found.
TZImagePickerController/LxGridViewFlowLayout.m
View file @
bbbf7d07
...
...
@@ -5,7 +5,7 @@
#import "LxGridViewFlowLayout.h"
#import "TZTestCell.h"
#import "UIView+Layout.h"
#import "UIView+
TZ
Layout.h"
#define stringify __STRING
...
...
TZImagePickerController/TZImagePickerController/TZAssetCell.m
View file @
bbbf7d07
...
...
@@ -8,7 +8,7 @@
#import "TZAssetCell.h"
#import "TZAssetModel.h"
#import "UIView+Layout.h"
#import "UIView+
TZ
Layout.h"
#import "TZImageManager.h"
#import "TZImagePickerController.h"
#import "TZProgressView.h"
...
...
TZImagePickerController/TZImagePickerController/TZGifPhotoPreviewController.m
View file @
bbbf7d07
...
...
@@ -9,7 +9,7 @@
#import "TZGifPhotoPreviewController.h"
#import "TZImagePickerController.h"
#import "TZAssetModel.h"
#import "UIView+Layout.h"
#import "UIView+
TZ
Layout.h"
#import "TZPhotoPreviewCell.h"
#import "TZImageManager.h"
...
...
TZImagePickerController/TZImagePickerController/TZImageCropManager.m
View file @
bbbf7d07
...
...
@@ -7,7 +7,7 @@
//
#import "TZImageCropManager.h"
#import "UIView+Layout.h"
#import "UIView+
TZ
Layout.h"
#import <ImageIO/ImageIO.h>
#import "TZImageManager.h"
#import "TZImagePickerController.h"
...
...
TZImagePickerController/TZImagePickerController/TZImagePickerController.m
View file @
bbbf7d07
...
...
@@ -12,7 +12,7 @@
#import "TZPhotoPreviewController.h"
#import "TZAssetModel.h"
#import "TZAssetCell.h"
#import "UIView+Layout.h"
#import "UIView+
TZ
Layout.h"
#import "TZImageManager.h"
@interface
TZImagePickerController
()
{
...
...
TZImagePickerController/TZImagePickerController/TZPhotoPickerController.m
View file @
bbbf7d07
...
...
@@ -11,7 +11,7 @@
#import "TZPhotoPreviewController.h"
#import "TZAssetCell.h"
#import "TZAssetModel.h"
#import "UIView+Layout.h"
#import "UIView+
TZ
Layout.h"
#import "TZImageManager.h"
#import "TZVideoPlayerController.h"
#import "TZGifPhotoPreviewController.h"
...
...
TZImagePickerController/TZImagePickerController/TZPhotoPreviewCell.m
View file @
bbbf7d07
...
...
@@ -8,7 +8,7 @@
#import "TZPhotoPreviewCell.h"
#import "TZAssetModel.h"
#import "UIView+Layout.h"
#import "UIView+
TZ
Layout.h"
#import "TZImageManager.h"
#import "TZProgressView.h"
#import "TZImageCropManager.h"
...
...
TZImagePickerController/TZImagePickerController/TZPhotoPreviewController.m
View file @
bbbf7d07
...
...
@@ -9,7 +9,7 @@
#import "TZPhotoPreviewController.h"
#import "TZPhotoPreviewCell.h"
#import "TZAssetModel.h"
#import "UIView+Layout.h"
#import "UIView+
TZ
Layout.h"
#import "TZImagePickerController.h"
#import "TZImageManager.h"
#import "TZImageCropManager.h"
...
...
TZImagePickerController/TZImagePickerController/TZVideoPlayerController.m
View file @
bbbf7d07
...
...
@@ -8,7 +8,7 @@
#import "TZVideoPlayerController.h"
#import <MediaPlayer/MediaPlayer.h>
#import "UIView+Layout.h"
#import "UIView+
TZ
Layout.h"
#import "TZImageManager.h"
#import "TZAssetModel.h"
#import "TZImagePickerController.h"
...
...
TZImagePickerController/TZImagePickerController/UIView+Layout.h
→
TZImagePickerController/TZImagePickerController/UIView+
TZ
Layout.h
100755 → 100644
View file @
bbbf7d07
//
// UIView+Layout.h
// UIView+TZLayout.h
// TZImagePickerController
//
// Created by 谭真 on 15/2/24.
// Copyright © 2015年 谭真. All rights reserved.
...
...
@@ -12,7 +13,7 @@ typedef enum : NSUInteger {
TZOscillatoryAnimationToSmaller
,
}
TZOscillatoryAnimationType
;
@interface
UIView
(
Layout
)
@interface
UIView
(
TZ
Layout
)
@property
(
nonatomic
)
CGFloat
tz_left
;
///< Shortcut for frame.origin.x.
@property
(
nonatomic
)
CGFloat
tz_top
;
///< Shortcut for frame.origin.y
...
...
TZImagePickerController/TZImagePickerController/UIView+Layout.m
→
TZImagePickerController/TZImagePickerController/UIView+
TZ
Layout.m
100755 → 100644
View file @
bbbf7d07
//
// UIView+Layout.m
// UIView+TZLayout.m
// TZImagePickerController
//
// Created by 谭真 on 15/2/24.
// Copyright © 2015年 谭真. All rights reserved.
//
#import "UIView+Layout.h"
#import "UIView+
TZ
Layout.h"
@implementation
UIView
(
Layout
)
@implementation
UIView
(
TZ
Layout
)
-
(
CGFloat
)
tz_left
{
return
self
.
frame
.
origin
.
x
;
...
...
TZImagePickerController/TZTestCell.m
View file @
bbbf7d07
...
...
@@ -7,7 +7,7 @@
//
#import "TZTestCell.h"
#import "UIView+Layout.h"
#import "UIView+
TZ
Layout.h"
#import <Photos/Photos.h>
#import "TZImagePickerController/TZImagePickerController.h"
...
...
TZImagePickerController/ViewController.m
View file @
bbbf7d07
...
...
@@ -8,7 +8,7 @@
#import "ViewController.h"
#import "TZImagePickerController.h"
#import "UIView+Layout.h"
#import "UIView+
TZ
Layout.h"
#import "TZTestCell.h"
#import <Photos/Photos.h>
#import "LxGridViewFlowLayout.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment