-
Notifications
You must be signed in to change notification settings - Fork 97
Navigation bar is not properly set for iPhone-X #43
Comments
@Sunbir Have you managed to solve this problem? |
Sorry, I haven't looked into it yet. |
It should be fixed on version 2.0.0 |
@ZZBHuang I recently updated to version 2.0.0, but now the navigation bar has disappeared completely. |
@drante Could you tell me your developing environment? Like Xcode version, target iOS version on simulator and reproduce flow. I've tried 2.0.0 on iPhone 8 simulator with Xcode 9.0 but got no luck to reproduce your issue. Thanks! |
@ZZBHuang Sure! :) Xcode version: 9.0 I tried a full reinstall of the pod but the problem still remained. Also, when presenting the image picker, I call present(imagePickerController, animated: true, completion: nil) instead of self.yms_presentCustomAlbumPhotoView(pickerViewController, delegate: self). Not sure if that has anything to do with this, but calling present() has worked fine until now. |
@drante Please use yms_presentCustomAlbumPhotoView instead because this version I'd added UINavigationController with YMSPhotoPickerViewController to display navigation bar. If you use present(imagePickerController, animated: true, completion: nil) then you cannot have the navigation bar supported. Thanks for your feedback! |
@JigarPatel1234 Please try 2.0.0 and close this issue if your problem solved :) |
I am also having the same issue on iPhone X. |
@rahulvyas Hi, does the demo app have the same problem on your iPhone X? You can enter bigger than 1 number to launch yms_presentCustomAlbumPhotoView on demo app. |
I am using this control in my app and now for ios 11 iPhoneX i am facing problem in navigation bar as it is not properly used in iPhoneX simulator, so can it be possible to fix this issue. Thank you
The text was updated successfully, but these errors were encountered: