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
05f361f4
Commit
05f361f4
authored
Dec 20, 2019
by
余书懿
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复在用户禁止访问系统相册,里面的引导 在iPad屏幕变窄时没有适配的问题
parent
a76b4494
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
TZImagePickerController/TZImagePickerController/TZImagePickerController.m
...troller/TZImagePickerController/TZImagePickerController.m
+4
-1
No files found.
TZImagePickerController/TZImagePickerController/TZImagePickerController.m
View file @
05f361f4
...
...
@@ -180,7 +180,8 @@
_tipLabel
.
numberOfLines
=
0
;
_tipLabel
.
font
=
[
UIFont
systemFontOfSize
:
16
];
_tipLabel
.
textColor
=
[
UIColor
blackColor
];
_tipLabel
.
autoresizingMask
=
UIViewAutoresizingFlexibleWidth
;
NSDictionary
*
infoDict
=
[
TZCommonTools
tz_getInfoDictionary
];
NSString
*
appName
=
[
infoDict
valueForKey
:
@"CFBundleDisplayName"
];
if
(
!
appName
)
appName
=
[
infoDict
valueForKey
:
@"CFBundleName"
];
...
...
@@ -194,6 +195,8 @@
_settingBtn
.
frame
=
CGRectMake
(
0
,
180
,
self
.
view
.
tz_width
,
44
);
_settingBtn
.
titleLabel
.
font
=
[
UIFont
systemFontOfSize
:
18
];
[
_settingBtn
addTarget
:
self
action
:
@selector
(
settingBtnClick
)
forControlEvents
:
UIControlEventTouchUpInside
];
_settingBtn
.
autoresizingMask
=
UIViewAutoresizingFlexibleWidth
;
[
self
.
view
addSubview
:
_settingBtn
];
if
([
PHPhotoLibrary
authorizationStatus
]
==
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