Post

Replies

Boosts

Views

Activity

Reply to Very annoying warnings using XCode and SwiftUI
Same issue, Apple M2 Pro, Sonoma 14.2.1 (23C71), Xcode Version 15.2 (15C500b)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’24
Reply to M1 Xcode 13.3 without Rosetta, PO in debug doesn't work
I have same problem with Apple M1 Pro, Xcode Version 13.4 (13F17a).
Replies
Boosts
Views
Activity
May ’22
Reply to UICollectionView scrollToItem broken on iOS14
Not fixed iOS 14.5, Xcode 12.5. I use this behavior until fix: self.collectionView.isPagingEnabled = false self.collectionView.scrollToItem(at: indexPath, at: .left, animated: false) self.collectionView.isPagingEnabled = true
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Apr ’21