Post

Replies

Boosts

Views

Activity

Reply to No idea
I guess, those values should be converted as Float or Double. ProgressView(value: Double(todos.itemsDone) / Double(todos.count)) does not work?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jun ’22
Reply to iOS 17 @Obervable object - how to make it lazy to init once for the identical view?
ObjectProvider that I implemented is just example code. it may have several issues from some aspects.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to No idea
I guess, those values should be converted as Float or Double. ProgressView(value: Double(todos.itemsDone) / Double(todos.count)) does not work?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’22
Reply to Using UINavigationBar standalone causes weird top attaching layout
Additional notes for my question, I'm working on this like - ViewController - View - UINavigationBar - UICollectionView (laying out to fullscreen, content-inset managed by safe-area)
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Feb ’22
Reply to (How) Can I use DocC for internal documentation?
-Deleted this post because it was not answer it's just a comment to this topic-
Replies
Boosts
Views
Activity
Jul ’21
Reply to (How) Can I use DocC for internal documentation?
In personally, I thought that too! DocC is an amazing feature to create great documentation. It'd be so much better if we use that for internal symbols. Because in a big application, there would be a bunch of symbols and they might be internal since those needed by only application target.
Replies
Boosts
Views
Activity
Jul ’21