Post

Replies

Boosts

Views

Activity

Comment on SwiftUI - Navigation Bar Fails to Switch From Scroll Edge Appearance
@rubencodes - use ZStack(alignment: .bottom) instead of VStack
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
May ’23
Comment on How does async/await work?
Not sure what's in refreshResources, probably returning prior to completing the downloads. Are you using async versions of network calls?
Replies
Boosts
Views
Activity
Jun ’22
Comment on UIListContentConfiguration text color during selection
See answer below.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jan ’22
Comment on Inset grouped table cells not aligned with large title
Are you testing on a device or simulator? Margins seem to align on properly on a device.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jan ’22
Comment on Xcode 13.2.1 - code completion failing quite often - rebuild?
Yes that worked. It didn't work when I just killed Xcode and relaunched it after making the change. But restarting my machine made it work.
Replies
Boosts
Views
Activity
Dec ’21
Comment on Quick help does not work in Xcode 13
It appears, opening your project first in 13.1 and then in 13.2.1 gets quick help working. It's a workaround for now, I suppose. Thanks for figuring out the workaround.
Replies
Boosts
Views
Activity
Dec ’21
Comment on Quick help does not work in Xcode 13
Does this approach work if you create a new project in 13.2.1?
Replies
Boosts
Views
Activity
Dec ’21