Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
VLC-iOS
Commits
ec16e121
Commit
ec16e121
authored
Jul 25, 2013
by
Gleb Pinigin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Dropbox: set presentation style once after creation of view controller
parent
c2c01476
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
AspenProject/VLCDropboxTableViewController.m
AspenProject/VLCDropboxTableViewController.m
+2
-0
AspenProject/VLCMenuViewController.m
AspenProject/VLCMenuViewController.m
+0
-3
No files found.
AspenProject/VLCDropboxTableViewController.m
View file @
ec16e121
...
...
@@ -41,6 +41,8 @@
{
[
super
viewDidLoad
];
self
.
modalPresentationStyle
=
UIModalPresentationFormSheet
;
_dropboxController
=
[[
VLCDropboxController
alloc
]
init
];
_dropboxController
.
delegate
=
self
;
...
...
AspenProject/VLCMenuViewController.m
View file @
ec16e121
...
...
@@ -184,9 +184,6 @@
-
(
IBAction
)
showDropbox
:(
id
)
sender
{
VLCAppDelegate
*
appDelegate
=
[
UIApplication
sharedApplication
].
delegate
;
appDelegate
.
dropboxTableViewController
.
modalPresentationStyle
=
UIModalPresentationFormSheet
;
[
self
_presentViewController
:
appDelegate
.
dropboxTableViewController
];
}
...
...
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