Post

Replies

Boosts

Views

Activity

Reply to iOS 16 Beta Vertically Aligns Navigation Bar Title View Differently with Right Bar Items
For me the only way to fix this was by setting a height constraint to the custom view myCustomView.heightAnchor.constraint(equalToConstant: .greatestFiniteMagnitude).isActive = true
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Oct ’22
Reply to Error Analyzing App Version
https://stackoverflow.com/a/72184085 this solved my issue.. basically I generated the .ipa while disconnected to the internet and then tried again to upload with internet back.. if it doesn't work at least you have the .ipa for Transport app (in my case I couldn't even generate the IPA)
Replies
Boosts
Views
Activity
May ’22