Bug Fix - Media Picker: The screen rotation is not locked during video recording.

We had to define a UINavigationController category to handle correctly auto rotation for the view controller presented modally.
(see discussion http://stackoverflow.com/questions/12554204/ios-6-rotation-issue-no-rotation-from-presented-modal-view-controller)
This commit is contained in:
giomfo
2016-09-22 15:32:13 +02:00
parent f9380111d5
commit 4f73c30729
4 changed files with 84 additions and 0 deletions
@@ -18,6 +18,8 @@
#import "VectorDesignValues.h"
#import "UINavigationController+Vector.h"
#import <MediaPlayer/MediaPlayer.h>
#import <Photos/Photos.h>