Post

Replies

Boosts

Views

Activity

Reply to Xcode 15 forcing app id prefix to be team id
I've run into an issue where I tried to create a new App ID wildcard using the Team ID. I got an error that the wildcard was not available. Note that there were three other App ID's which appear to have been created by Xcode that use the same wildcard. Is this a duplicate issue? If so, I find it odd that the message didn't just say that. In the end, I just picked one of the Xcode wildcards just to move forward. -Patrick
Mar ’24
Reply to How to determine height of UIBarButtonItem?
For anyone interested, you can set the height of the toolbar with a constraint. I figured out how to determine the UIBarButton height: Construct it from a UIButton (custom view). The frame of that button gives you what you need. I then set the toolbar constraint to have the height a few points more than the button frame's height.
May ’23