ios11 Questions
6
Solved
Changing the text color of a navigation bar title when "prefersLargeTitles" is set to true
I have a requirement in which I have to use a UINavigationBar with a red large title.
Currently, I have the following code:
func prepareNavigationController() {
let navController = UINavigationC...
Ballenger asked 18/6, 2017 at 20:48
4
Solved
I just download Xcode 9 and was going through wireless debugging tutorials . I went through this link Wireless debugging but could not make out why my wireless debugging icon is not showing. My dev...
2
Solved
Here is my code for text-to-speech. Everything is working fine below iOS 11. But in iOS 11 delegate methods are not being called.
AVSpeechSynthesizerDelegate is set accurately. (As it is working ...
Dagon asked 13/10, 2017 at 13:51
3
Solved
When debugging app in Xcode 9 beta while it's running on iPhone with iOS 11 beta installed, I started to notice following messages when performing networking calls:
[] network_config_register_bori...
Baiss asked 7/6, 2017 at 10:49
3
I've implemented the iOS 11 feature prefersLargeTitles and it works just fine. Portrait mode is working as expected:
I understand the large title will always stay collapsed (small) in landscape ...
Abruption asked 24/8, 2018 at 11:54
4
I am working with iOS 11 (for ARKit) and while many point to a sample app for SceneKit from Apple with a Fox, I am having problem with the extension it uses in that sample project (file) to add ani...
5
Solved
I am trying to run my iOS app via wifi network. But its not working as I expected.
Connected Network sign is not displaying.
I am using:
macOS Sierra - 10.12.6 (in Mac mini)
Xcode - 9.0 (9A23...
5
Solved
Is it possible to change the x-offset of the large navigation bar title? I would like to change the x-offset to 36pt.
Cronyism asked 24/10, 2017 at 11:31
2
Safe area layout guides can be disabled in Interface Builder by unchecking the Use Safe Area Layout Guides. How can this be done in code?
I didn't notice an iOS11-available boolean that directly c...
24
Solved
If I copy something from textedit or web and paste it to localizable file it shows this compilation error. If I type those in localizable file it does not show any error. I am assuring you that I u...
Keitt asked 25/10, 2017 at 4:49
2
If locationServicesEnabled() == 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 Loca...
1
How to trigger the multitasking bar on iOS 11 simulator? I tried standard double
Cmd + Shift + H
on both iPhone 8 and iPhone X simulators, but it doesn't seem to be working anymore.
Edit: tr...
5
Solved
I am making an app in Xcode 9.2 and trying to run it on my iPhone (5S running iOS 11.2.1), Xcode compiles the application fine (I can run it in the simulator) but it does not run on my iPhone.
Whe...
3
Solved
I'm trying to access intrinsic matrix following this answer.
By running the commend below, I was able to get a 48-byte AnyObject, and I further convert it into a CFData.
let camData = CMGetAttach...
Consols asked 1/2, 2018 at 14:37
2
Solved
i have embedded SearchController in navigation bar . How to Change UITextField Color The one which Holds search String To White .?
Edinburgh asked 14/12, 2017 at 13:8
12
I usually use custom UIColors on iOS using extensions with Swift, but now with iOS 11/ Xcode 9 we can create Colors Sets. How can we use them?
Update - Tip
As @Cœur says we can drag&drop de c...
Rambutan asked 6/6, 2017 at 18:50
5
Solved
In iOS 10 and below, there was a way to add a negative spacer to the buttons array in the navigation bar, like so:
UIBarButtonItem *negativeSpacer = [[UIBarButtonItem alloc] initWithBarButtonSyste...
Centro asked 7/8, 2017 at 10:40
3
Solved
There's this large titles feature in iOS 11 that shows large title when the UITableViewController's table is scrolled to top, and gets collapsed to standard small title when the user scrolls the ta...
Homogenize asked 30/9, 2017 at 19:38
6
Solved
I’m getting strange error while building project in Xcode 9.4
Build system information - unexpected service error: The Xcode build system has crashed. Please close and reopen your workspace.
I...
Spit asked 15/6, 2018 at 7:15
3
Solved
My app has a UIViewController with a container view that fills the entire screen. The container view embeds a UICollectionViewController. These view controllers should scroll under and show through...
Cm asked 25/7, 2017 at 22:5
23
As of now I would like to opt out of the new option iOS 11 gives, that is to suggest passwords in the app. When I run the app on iOS 11 I get the autofill option on top of the keyboard and my usern...
4
Solved
When I created an iOS 11 app using the core data template, it auto generated the following code in AppDelete.m.
synthesize persistentContainer = _persistentContainer;
- (NSPersistentContainer *)p...
Peritoneum asked 5/9, 2018 at 18:36
7
Xcode 8 or 9 started displaying runtime issues. You see a purple icon at the top of the window, and a list in Issue Navigator, next to buildtime issues like compilation warnings and errors.
T...
1
I'm trying to set a cookie programmatically but it's not working. The cookie gives the impression that it's valid. I then set it on the WKWebsiteDataStore.default().httpCookieStore. In the asynchro...
Fierro asked 28/2, 2018 at 18:44
3
Solved
I would like to open my app's settings page inside the Settings app with Swift 4 in iOS 11. Just like the picture shows:
The following codes doesn't work, it will only open the Settings app:
i...
Tetragon asked 19/3, 2018 at 12:54
© 2022 - 2024 — McMap. All rights reserved.