ios11 Questions
4
Solved
I have searched, and I cannot find an example. I have also tried adapting this code (recommended elsewhere (CloudKit won't reset my badge count to 0):
func resetBadgeCounter() {
let badgeRese...
Newsboy asked 28/11, 2017 at 22:28
3
Solved
I faced the following error (iOS 11):
This app has crashed because it attempted to access privacy-sensitive
data without a usage description. The app's Info.plist must contain
an NSPhotoLibrar...
Citronellal asked 11/10, 2017 at 6:36
4
My app is now sharing Documents directory on iOS 11 Files app "On My iPhone" section.
(Thanks to this article: Working with the Files App in iOS 11)
Question is how to open this directory or at l...
Farm asked 30/9, 2017 at 5:26
3
Our App Find a Foundation crash, only in iOS11. How to solve it ?
Fatal Exception: NSRangeException
NSMutableRLEArray replaceObjectsInRange:withObject:length:: Out of bounds
0 CoreFoundation 0x18...
Demogorgon asked 26/10, 2017 at 3:15
5
Solved
I want to move the MKMapView compass. I wanted to get a reference for it by something like this:
let compassView = mapView.subviews.filter {$0 is NSClassFromString("MKCompassView")}
However the ...
7
How do you prevent the bottom area in a React Native SafeAreaView from overlapping over the content?
I'm implementing a <SafeAreaView> on my React Native app. Most of my screens are in a ScrollView. When I add the <SafeAreaView>, it obstructs the content. While I want this bottom area ...
Badlands asked 20/3, 2018 at 6:59
42
Solved
I'm looking for more information on the message below. Xcode 9 seems to be hanging for a couple minutes already...
How can I tell Xcode 9 to quickly recognize my previously used device updated to i...
6
Solved
There is a new privacy NSFaceIDUsageDescription Info.plist key in the Xcode 9 GM where a developer supplies the usage description for the permissions alert. Does anyone have a link to docs on it? T...
3
I am trying to create/add a Hotspot configuration in iOS 11 installed device.
My code is as follows
let hotspotConfig = NEHotspotConfiguration(ssid: "testNetwork")
hotspotConfig.joinOnce = true
N...
Implicit asked 26/9, 2017 at 10:52
6
Solved
AppStore app has an icon with an image on the right side of the NabBar with Large Title:
Would really appreciate if anyone knows how to implement it or ideas on how to do it.
BTW: Setting an ima...
Talapoin asked 1/11, 2017 at 19:21
9
Solved
I have built my app using new Xcode 9 beta for ios 11. I have found an issue with UITabBar where items are spread through the UITabBar and title is right aligned to the image. I have tried changing...
Wileen asked 29/6, 2017 at 10:24
5
Solved
I am trying to change the background color of the search bar text field and i have searched and tried lots of solutions but those are not working.
So, please anyone can tell me the exact solution ...
28
Solved
I'm struggling to release a new version of our app using Xcode 9 built with iOS 11 SDK. Archiving and uploading the binary goes well without any issue. The build appears in iTunes Connect under Act...
Surveillance asked 14/9, 2017 at 10:30
5
While running an ARKit session with world tracking enabled, the Xcode console shows log messages about (I presume: reduced) tracking performance, even though
The AR Session is in Normal tracking s...
Jug asked 4/8, 2017 at 16:44
18
Solved
In my app there is some logic for frameless devices (iPhoneX, Xs Xs max, Xr). Currently it works base on the model of the devices, so, I detect the model by DeviceKit framework.
But I want to ext...
5
Solved
We have a modulised App using two Navigation-hierarchies, therefore the two stacked Navbars…
Sometimes, when pulling the refreshcontrol the navbar stays big and does not drop back to the normal s...
Bogart asked 29/11, 2017 at 13:16
5
Solved
Creating some new view controllers with xcode 9 so now I have a few safe areas to deal with.
I am currently trying to do something fullproof, meaning keeping the unsafe area as it is (since I alwa...
Inadvertency asked 3/10, 2017 at 10:8
6
Its bit early to ask but I'm planning to add feature specially for FaceID, so before that I need to validate either device support FaceID or not?
Need suggestion and help.
Thanks in advance.
Munich asked 25/9, 2017 at 10:10
2
I am trying to use UIRefreshControl on a table view together with the new searchController API on navigationItem.
Now when I set hidesSearchBarWhenScrolling the "pull down to refresh" animation is ...
Serviceman asked 10/11, 2017 at 14:31
2
Solved
As it is said from the title, when I try to push UIViewController with UITableView in it and show LargeTitle, it shows for the very first moment and then hides to the small one.
It's weird but thi...
Gymnastics asked 24/9, 2017 at 16:11
3
Solved
I have a view controller and I would like to have the following experience.
Inside the view controller i got a button which force rotate the orientation to landscape right.
In Deployment Info - D...
Milzie asked 17/5, 2018 at 8:35
15
my project uses both Objective-C and Swift code. When a user logs in, it calls a set of apis for user preference, I have a DataCoordinator.swift class which schedules the API operation and I make t...
Callup asked 31/7, 2017 at 12:25
1
I've seen similar posts on stack overflow, but haven't seen any specific to large navigation bars that change size as the user scrolls down.
What I would like to achieve is a left-aligned title an...
Reservist asked 11/8, 2018 at 21:59
5
I use typingAttributes to set a new font. On iOS 10, everything works, but on iOS 11, first typed character is correct, but then attributes are being reset to the previous ones, and the second char...
Facile asked 26/9, 2017 at 7:27
4
Solved
EDIT - MARCH 2023
ITS HERE iOS With 16.4
With the release of iOS 11.3 and it's inclusion of service workers, I have been trying to find information about whether or not web push is also available ...
Gusella asked 30/3, 2018 at 13:47
1 Next >
© 2022 - 2024 — McMap. All rights reserved.