Post

Replies

Boosts

Views

Activity

Comment on hidesBottomBarWhenPushed in iOS 26
Filed FB18715975
Topic: UI Frameworks SubTopic: UIKit
Replies
Boosts
Views
Activity
Jul ’25
Comment on Sample project link?
Try this link: https://developer.apple.com/documentation/Updates/wwdc2023
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’23
Comment on Strange SwiftUI bug (just making sure if it's a bug or not)
Interesting - I'm not completely sure that explains it for me. It just seemed like it was intermittent but the @absar fix of specifying alignment and spacing always fixed it. I now have Xcode 14.0 beta 3, and I believe the problem has gone away. At least I was able to remove the alignment/spacing from the VStack and there is no error so far.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’22
Comment on Strange SwiftUI bug (just making sure if it's a bug or not)
The work-around mentioned by @absar works for me. VStack(alignment: .center, spacing: 0). Thanks!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’22
Comment on How to open a window in SwiftUI?
I had to enter the URL Schemes under "URL Types" in my project target's settings. Then it worked. But the window that got opened is very tiny. How to set a frame or size for the window?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’21
Comment on Does the `.badge` modifier work for anyone?
Thanks, that fix works for me too.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’21