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
6ce75207
Commit
6ce75207
authored
Jan 20, 2022
by
shuijing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【feat】图片交互修改 ui验收修改
【影响范围】js 【风险评估】低 【是否自测】是
parent
c2328cdc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
TZImagePickerController/TZImagePickerController/TZAssetCell.m
...agePickerController/TZImagePickerController/TZAssetCell.m
+3
-2
No files found.
TZImagePickerController/TZImagePickerController/TZAssetCell.m
View file @
6ce75207
...
...
@@ -309,6 +309,7 @@
-
(
UIButton
*
)
cannotSelectLayerButton
{
if
(
_cannotSelectLayerButton
==
nil
)
{
UIButton
*
cannotSelectLayerButton
=
[[
UIButton
alloc
]
init
];
[
cannotSelectLayerButton
addTarget
:
self
action
:
@selector
(
selectPhotoButtonClick
:
)
forControlEvents
:
UIControlEventTouchUpInside
];
[
self
.
contentView
addSubview
:
cannotSelectLayerButton
];
_cannotSelectLayerButton
=
cannotSelectLayerButton
;
}
...
...
@@ -395,9 +396,9 @@
self
.
showSelectBtn
=
self
.
showSelectBtn
;
[
self
.
contentView
bringSubviewToFront
:
_bottomView
];
[
self
.
contentView
bringSubviewToFront
:
_cannotSelectLayerButton
];
[
self
.
contentView
bringSubviewToFront
:
_selectPhotoButton
];
[
self
.
contentView
bringSubviewToFront
:
_selectImageView
];
[
self
.
contentView
bringSubviewToFront
:
_selectPhotoButton
];
[
self
.
contentView
bringSubviewToFront
:
_cannotSelectLayerButton
];
[
self
.
contentView
bringSubviewToFront
:
_indexLabel
];
if
(
self
.
assetCellDidLayoutSubviewsBlock
)
{
...
...
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