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
7d3ba46b
Commit
7d3ba46b
authored
Oct 18, 2016
by
banchichen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
设置只支持横屏
parent
920725d4
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
0 deletions
+11
-0
TZImagePickerController.xcodeproj/project.pbxproj
TZImagePickerController.xcodeproj/project.pbxproj
+1
-0
TZImagePickerController/Info.plist
TZImagePickerController/Info.plist
+2
-0
TZImagePickerController/TZImagePickerController/TZImagePickerController.m
...troller/TZImagePickerController/TZImagePickerController.m
+4
-0
TZImagePickerController/ViewController.m
TZImagePickerController/ViewController.m
+4
-0
No files found.
TZImagePickerController.xcodeproj/project.pbxproj
View file @
7d3ba46b
...
...
@@ -288,6 +288,7 @@
TargetAttributes
=
{
900E657B1C2BB8D5003D9A9E
=
{
CreatedOnToolsVersion
=
7.2
;
DevelopmentTeam
=
ZH74J4ERQH
;
};
900E65941C2BB8D5003D9A9E
=
{
CreatedOnToolsVersion
=
7.2
;
...
...
TZImagePickerController/Info.plist
View file @
7d3ba46b
...
...
@@ -37,6 +37,8 @@
<key>
UISupportedInterfaceOrientations
</key>
<array>
<string>
UIInterfaceOrientationPortrait
</string>
<string>
UIInterfaceOrientationLandscapeLeft
</string>
<string>
UIInterfaceOrientationLandscapeRight
</string>
</array>
<key>
UIViewControllerBasedStatusBarAppearance
</key>
<false/>
...
...
TZImagePickerController/TZImagePickerController/TZImagePickerController.m
View file @
7d3ba46b
...
...
@@ -356,6 +356,10 @@
[
super
pushViewController
:
viewController
animated
:
animated
];
}
-
(
UIInterfaceOrientationMask
)
supportedInterfaceOrientations
{
return
UIInterfaceOrientationMaskPortrait
;
}
@end
...
...
TZImagePickerController/ViewController.m
View file @
7d3ba46b
...
...
@@ -457,4 +457,8 @@
}
}
-
(
UIInterfaceOrientationMask
)
supportedInterfaceOrientations
{
return
UIInterfaceOrientationMaskPortrait
;
}
@end
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