Post

Replies

Boosts

Views

Activity

UISearchController set Search Text to .white not working in ViewDidLoad?
Does anyone know why setting the text color of the search bar programmatically in viewDidLoad does not work and is requiring setting it to .white in viewWillAppear? var searchController = UISearchController(searchResultsController: nil) searchController.searchBar.delegate = self searchController.searchBar.sizeToFit() searchController.obscuresBackgroundDuringPresentation = false searchController.hidesNavigationBarDuringPresentation = false searchController.searchBar.placeholder = "Search here" searchController.searchBar.searchTextField.textColor = .white self.navigationItem.searchController = searchController
0
0
704
May ’22
Xcode 10 Compile time Slow
Has anyone else noticed how slow xCode 10 is now in compiling code. It used to take 20 second to build and run. Now the same exact code takes over 45 seconds and sometimes over a minute to comple and run vs xCode9
Replies
5
Boosts
0
Views
8.2k
Activity
Oct ’23
How can I get myself removed from another account that I am no longer associated with?
I no longer am working for or responsible for one of the teams that show up on my account. How do I removed myself as I can not get anyone from that company to remove me and I don't want it to show any longer?
Replies
4
Boosts
3
Views
9.6k
Activity
Oct ’23
Android Emulator on Silicon
Anyone able to get an Android Emulator up and running on Silicon? I've tried the AVD of Android Studio as well as Genymotion; neither work.
Replies
17
Boosts
0
Views
51k
Activity
Jun ’23
Xcode 13.2.1 download speed
Anyone able to download latest Xcode? Trying to download latest 13.2.1 and its so slow. Have high speed internet.
Replies
3
Boosts
0
Views
5.7k
Activity
Dec ’22
UISearchController set Search Text to .white not working in ViewDidLoad?
Does anyone know why setting the text color of the search bar programmatically in viewDidLoad does not work and is requiring setting it to .white in viewWillAppear? var searchController = UISearchController(searchResultsController: nil) searchController.searchBar.delegate = self searchController.searchBar.sizeToFit() searchController.obscuresBackgroundDuringPresentation = false searchController.hidesNavigationBarDuringPresentation = false searchController.searchBar.placeholder = "Search here" searchController.searchBar.searchTextField.textColor = .white self.navigationItem.searchController = searchController
Replies
0
Boosts
0
Views
704
Activity
May ’22
Running Simulator 14.x on Xcode 13.0 crashes 'about_with_payload'
There is a similar question where a user reported this on an M1, however, I am not on an M1. If I run in a 15.0 sim the app runs fine. However, if I try a 14.0 sim it crashes. XCode 13.0 (we have to compile on this version) dyld: Library not loaded:  Reason: image not found
Replies
0
Boosts
0
Views
537
Activity
May ’22
How do you remove In-App Purchase from an app
I want to now make one of my apps free and not have in-app purchases any longer. When I go into the Identifiers screen in developer.apple.com the In-App is checked and grayed out. How do I remove that?
Replies
2
Boosts
0
Views
7.3k
Activity
Mar ’22
Unable to submit Xcode13 Beta 5 app for review
Any idea why I can't submit a project built with Xcode13 Beta 5 for review when it says you can?
Replies
2
Boosts
0
Views
951
Activity
Sep ’21