ios11 Questions

2

In ios 11 we now have "Add photos only" permission setting. But how we now determinate which photo library access level is set? [PHPhotoLibrary authorizationStatus] works only for "Read and Write...
Blanche asked 21/9, 2017 at 10:36

3

I am trying to detect faces via camera using VNImageRequestHandler (iOS Vision). When I point on the photo by the camera in landscape mode it detects faces but with opposite orientation mode. let...
Lavation asked 22/6, 2017 at 1:12

5

I have video playing in my application which I don't want to be recorded. What Netflix application do is that they let the audio capture but not the video while screen is being recorded. Anyone h...
Sizemore asked 20/9, 2017 at 10:29

4

Solved

How does one detect if an iPhone has the ability to use the NFC chip provided by the core NFC framework? I know right now it only works on iPhone 7 and 7 plus but I don't want to hardcode hardware...
Thud asked 28/8, 2017 at 3:27

6

For detecting iOS11 screen recording feature On or Off I used isCaptured and UIScreenCapturedDidChange Notification. When first time I Launch the App and On iOS11 built-in screen recording featur...
Kloman asked 15/9, 2017 at 6:2

3

Solved

I am building an ARKit app where we want to be able to take a photo of the scene. I am finding the image quality of the ARCamera view is not good enough to take photos with on an iPad Pro. Standar...
Kleptomania asked 10/10, 2017 at 21:4

2

Is it possible to have the new large titles for navigation bars in iOS 11 show multiple lines? The App Store app does this but I can't find anything in the current documentation to do this. The sta...
Nore asked 5/10, 2017 at 5:43

4

After updating my Xamarin, xCode on my mac and trying to upload to App Store, I get this kind of e-mail from Apple: Missing Info.plist value - A value for the Info.plist key 'CFBundleIconName' is...
Lobbyist asked 8/10, 2017 at 13:16

6

Solved

It seems that Apple has moved a lot of the app configurations to the App path with iOS 11, how to open the app path programmatically in Settings? I tried "App-Prefs:root=\(Bundle.main.bundleIdentif...
Rite asked 26/9, 2017 at 8:41

3

If locationServicesEnabled return false, I'm prompting the user to enable their Location Services. The following URL works for 10.0+, redirecting the user to the Settings app and directly to the Lo...
Westhead asked 12/9, 2018 at 18:44

8

Solved

The Apple guy in the What's new in Cocoa Touch WWDC video said that the new large-title navigation bar will magically hook into the top-level scroll view of the underlying view controller and colla...
Sallyanne asked 22/9, 2017 at 20:54

5

Solved

It appears that default behavior for NSDateFormatter has been changed in iOS11. This code used to work and produced date formatter according to currently selected iPhone/iPad language prior to iOS1...
Malchus asked 13/9, 2017 at 19:50

2

I am new to IOS. I am trying to use Maps to get user's current location. The tutorial i am following is for IOS 10. I went through this post and did everything it said but still it doesn't work L...
Phosgene asked 15/12, 2017 at 16:4

15

Solved

Seeing a behavior on iOS11 with a navigationItem.titleView where the width of the titleView is not the full width of the screen. I have a custom view that I set as the titleView. Previous to iOS11...

5

Solved

As I understand it, AVCameraCalibrationData is only available over AVCaptureDepthDataOutput. Is that correct? AVCaptureDepthDataOutput on the other hand is only accessible with iPhone X front cam ...
Effort asked 4/1, 2018 at 10:41

15

Solved

I've integrated LocalAuthentication for my app security purpose, which has been supporting 'Touch Id' based supporting. But now, apple has recently added 'Face Id' based authentication also. How c...
Shalloon asked 23/10, 2017 at 10:49

1

I was implementing a video player using AVPlayerViewController. it showing quick time logo on iOS 11 devices while streaming the video. How to remove this? I need to use a custom image as placehol...
Crankpin asked 1/12, 2017 at 9:29

4

Solved

I am having an issue when requesting location permissions from user when I use iOS11 my info.plist contains <key>NSLocationWhenInUseUsageDescription</key> <string>When in use pe...
Vicariate asked 25/9, 2017 at 5:52

5

Solved

I want to change the navigation bar background colour, title font and colour programmatically in iOS 11 and swift 4 from AppDelegate. I know how to do it using Xcode but didn't find up-to-date solu...
Seringapatam asked 4/5, 2018 at 7:15

2

I'm trying to use the standard UIRefreshControl and UISearchController on a UITableViewController. However it doesn't look like it does what it's supposed to. When refreshing, scrolling leaves the ...
Oddment asked 17/10, 2017 at 12:38

1

I am leasing a self signed certificate using NSMutableURLRequest and when the certificate is anchored using a custom certificate with SecTrustSetAnchorCertificates IOS 11 fails with the following e...
Rostov asked 20/9, 2017 at 8:7

5

Solved

When using prefersLargeTitles for a UINavigationController's UINavigationBar in iOS 11, the nav bar increases height. The increase is from 44 to 96 on the iPhones I have checked, but I think those ...

19

I've update my iPhone 6 plus to iOS 10 beta version and just found that in mobile safari, you can zoom any webpages by double tapping or pinching IGNORE the user-scalable=no code in the meta tag. I...
Paw asked 14/6, 2016 at 9:32

32

Solved

Working with my first application for learning purposes. It goes well but has met into a problem with Xcode. When I try to run the application on the iPhone simulator this message always pops up "T...
Dumps asked 11/12, 2017 at 20:10

3

Solved

In versions below 11 ShareButton to facebook works successfull, but in 11 version this function doesn't work. What can u advice? if SLComposeViewController.isAvailable(forServiceType: SLServiceTy...
Amyotonia asked 11/10, 2017 at 14:1

© 2022 - 2024 — McMap. All rights reserved.