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
03ecfc8b
Unverified
Commit
03ecfc8b
authored
Feb 02, 2021
by
谭真
Committed by
GitHub
Feb 02, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1469 from AppLog/master
增加图片选择界面完成按钮左侧数字显示区域点击事件
parents
3a521698
6f747fd5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
TZImagePickerController/TZImagePickerController/TZPhotoPickerController.m
...troller/TZImagePickerController/TZPhotoPickerController.m
+4
-0
No files found.
TZImagePickerController/TZImagePickerController/TZPhotoPickerController.m
View file @
03ecfc8b
...
@@ -309,6 +309,10 @@ static CGFloat itemMargin = 5;
...
@@ -309,6 +309,10 @@ static CGFloat itemMargin = 5;
_numberLabel
.
text
=
[
NSString
stringWithFormat
:
@"%zd"
,
tzImagePickerVc
.
selectedModels
.
count
];
_numberLabel
.
text
=
[
NSString
stringWithFormat
:
@"%zd"
,
tzImagePickerVc
.
selectedModels
.
count
];
_numberLabel
.
hidden
=
tzImagePickerVc
.
selectedModels
.
count
<=
0
;
_numberLabel
.
hidden
=
tzImagePickerVc
.
selectedModels
.
count
<=
0
;
_numberLabel
.
backgroundColor
=
[
UIColor
clearColor
];
_numberLabel
.
backgroundColor
=
[
UIColor
clearColor
];
_numberLabel
.
userInteractionEnabled
=
YES
;
UITapGestureRecognizer
*
tapGesture
=
[[
UITapGestureRecognizer
alloc
]
initWithTarget
:
self
action
:
@selector
(
doneButtonClick
)];
[
_numberLabel
addGestureRecognizer
:
tapGesture
];
_divideLine
=
[[
UIView
alloc
]
init
];
_divideLine
=
[[
UIView
alloc
]
init
];
CGFloat
rgb2
=
222
/
255
.
0
;
CGFloat
rgb2
=
222
/
255
.
0
;
...
...
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