Herrick Wolber

Results 6 comments of Herrick Wolber

I found the solution by my own, so for those who wonders how to make it work with IOS 10 ? You just have to put this keys and values...

You just have to put this keys and values in the info.plist file `NSMicrophoneUsageDescription $(PRODUCT_NAME) micro use NSPhotoLibraryUsageDescription $(PRODUCT_NAME) photo use NSCameraUsageDescription $(PRODUCT_NAME) camera use` Here is a screenshot of...

This is an old issue but for those who might see this later i maid the change in `MobilePlayerControlsView.swift` the function is `override func layoutSubviews()` There is the code :...

@snuff4 yeah :) can you paste here a screenshot of the landscaped view ? (note: i don't have a real iphone X so i can only test this on simulator)

@snuff4 I will look into a better approach this week-end but i think i would have done the same as you did, if you don't ear from me next monday...

@snuff4 I put your fix in my pull request source code ;)