Post

Replies

Boosts

Views

Activity

Comment on barTintColor not working in iOS 15
This is not working for me - it's always black. I have an old Objective-C app, not sure if that makes a difference. I also tried adding "View-Controller-based status bar appearance" and "Status bar style" to the plist. No dice. Why they gotta make this stuff so difficult, and change it every 2 years...
Topic: UI Frameworks SubTopic: UIKit Tags:
Feb ’22
Comment on NSURLSession/NSURLConnection POST does not deliver data
Thanks - I tried that Instrument but it was no help. Maybe I wasn't using it correctly, but I could not see any information in the graph where my NSURLConnection appeared.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’22
Comment on Project cannot be opened because it is in a future Xcode project file format
Yes I am sure. I even opened the .pbprojx file (or however it us spelled) and looked in it for the compatibility version and it says 3.2.
Replies
Boosts
Views
Activity
Feb ’22
Comment on barTintColor not working in iOS 15
This is not working for me - it's always black. I have an old Objective-C app, not sure if that makes a difference. I also tried adding "View-Controller-based status bar appearance" and "Status bar style" to the plist. No dice. Why they gotta make this stuff so difficult, and change it every 2 years...
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Feb ’22
Comment on barTintColor not working in iOS 15
I found that doing this changes the background of the entire view, not just the bar. For me, this changes the appearance of just the bar (objective-C): navigationController.navigationBar.backgroundColor = color
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Mar ’22
Comment on how do you get a url that lists all your apps in the App Store?
That works great! Weird that it's not readily available in our developer account settings somewhere. Thanks!
Replies
Boosts
Views
Activity
Aug ’23