Top "Ios11" questions

iOS 11 is the eleventh version of Apple's iOS mobile operating system.

How to change home indicator background color on iPhone X?

I would like to change the background color of the view that appears on the bottom of the new iPhone …

ios xcode ios11 xcode9 iphone-x
iOS 11 UISearchBar in UINavigationBar

I want to place a search bar in the new navigation bar with the new iOS 11 large titles. However, the …

ios swift uinavigationbar uisearchbar ios11
Web Push notifications with iOS 11.3

With the release of iOS 11.3 and it's inclusion of service workers, I have been trying to find information about whether …

ios ios11 progressive-web-apps onesignal
Missing Marketing Icon - iOS Cordova

I get this error when uploading to AppStore: iOS Apps must include a 1024x1024px Marketing Icon in PNG format. …

xcode cordova ios11
How to resolve iOS 11 Safari getUserMedia "Invalid constraint" issue

I'm attempting to run the following code in Safari in iOS 11. It should prompt the user to give access to …

javascript camera media ios11
ios 11 transparent navigation bar

Creating a transparent navigation bar no longer works with ios 11. I get this black bar at the top because the …

ios swift uinavigationbar navbar ios11
iOS11 photo library access is possible even if settings are set to "never"

if UIImagePickerController.isSourceTypeAvailable(.photoLibrary) { let imagePicker = UIImagePickerController() imagePicker.sourceType = .photoLibrary imagePicker.allowsEditing = true self.present(imagePicker, animated: true, completion: { }) } Even …

ios swift xcode ios11
Launch Image names of iPhoneX?

A question about iPhoneX. I want put Launch Image of iPhoneX( 1125px × 2436px) in common folder. Not in LaunchImage source. …

iphone xcode ios11 xcode9 iphone-x
Adjust position of bar button item when using large titles with iOS 11

I am using the large title navbar with iOS 11, but when I add a bar button item it looks weird …

ios swift ios11 swift4
What's difference between NSPhotoLibraryAddUsageDescription and NSPhotoLibraryUsageDescription?

My app get crashed today while updating on Xcode9, testing on iOS11. After adding NSPhotoLibraryAddUsageDescription then it works, even i …

ios permissions ios11