Post

Replies

Boosts

Views

Activity

Comment on Get the word "Month", "Day", "Week" localized
This breaks on Sep 1 2022 for some reason: po formatter.string(from: 30 * 24 * 3600) // returns "0 months"
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Sep ’22
Comment on AVAssetExportSession trims audio with some error
Edit: I got it working by instantiating my AVURLAsset with the AVURLAssetPreferPreciseDurationAndTimingKey option: let asset = AVURLAsset(url: audioAsset.fileURL, options: [AVURLAssetPreferPreciseDurationAndTimingKey: true])
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Oct ’21