Post

Replies

Boosts

Views

Activity

Reply to Live Activity compact timers
I'm also trying to achieve display minutes number only, such as "84"(min, not including "min"). I'm trying to use https://developer.apple.com/documentation/swiftui/text/init(_:format:)-j7xm with customed DiscreteFormatStyle like: struct CustomFormat: DiscreteFormatStyle { func discreteInput(before input: Duration) -> Duration? { input } func discreteInput(after input: Duration) -> Duration? { input } func format(_ value: Duration) -> String { "\(value.components.seconds / 60)" } typealias FormatInput = Duration typealias FormatOutput = String } and used as: Text(.durationOffset(to: start), format: CustomFormat()) It's ok to build and run on main app. However, it won't display as Live Activity component. @Vision Pro Engineer is it a bug? Should I fill a FB?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Feb ’25
Reply to Live Activity compact timers
I'm also trying to achieve display minutes number only, such as "84"(min, not including "min"). I'm trying to use https://developer.apple.com/documentation/swiftui/text/init(_:format:)-j7xm with customed DiscreteFormatStyle like: struct CustomFormat: DiscreteFormatStyle { func discreteInput(before input: Duration) -> Duration? { input } func discreteInput(after input: Duration) -> Duration? { input } func format(_ value: Duration) -> String { "\(value.components.seconds / 60)" } typealias FormatInput = Duration typealias FormatOutput = String } and used as: Text(.durationOffset(to: start), format: CustomFormat()) It's ok to build and run on main app. However, it won't display as Live Activity component. @Vision Pro Engineer is it a bug? Should I fill a FB?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’25
Reply to XCode 14 compile errors immediately disappear or do not appear at all
Disable Show live issues solved from me on Xcode 14.2, but I forgot where I found this solution. It seems like a bug with Show live issues in Xcode.
Replies
Boosts
Views
Activity
May ’23
Reply to M1 Xcode 12.5 can't paste clipboard
Same issue here
Replies
Boosts
Views
Activity
Aug ’22