Posts

Post not yet marked as solved
4 Replies
1.2k Views
How does one move items in a UITableView when using UITableViewDiffableDataSource? This used to be by overridingtableView(_ tableView: UITableView, moveRowAt sourceIndexPath: IndexPath, to destinationIndexPath: IndexPath)But this is a UITableViewDataSource method.
Posted
by Lucky7.
Last updated
.
Post not yet marked as solved
1 Replies
830 Views
Always the same thing. On one end, your have the Xcode/TestFlight team saying "YAY! Submit your iOS 13 betas RIGHT NOW!". On the other end, the App Store Connect team is all like "Hold it a minute! Wait what? There's a new iOS version? In beta? Huh?".It's like these 2 communicate through faxes or snail mail. It's the same freaking company.I'd like to know why it always takes days for the App Store Connect team to keep up with the Xcode team announcements. Perhaps there's a good reason but it's still frustrating and many developers are wasting their time trying to submit beta builds.
Posted
by Lucky7.
Last updated
.
Post not yet marked as solved
0 Replies
364 Views
In the WWDC 2019 Session 214 (Modernizing Your UI for iOS 13) around 37 minutes, the presenter mentions that we can opt-out of 3-finger editing gestures using UIEditingInteractionConfiguration.However, as Beta 1, this doesn't seem available. Any hints? Thanks!
Posted
by Lucky7.
Last updated
.
Post not yet marked as solved
0 Replies
409 Views
Running Xcode 10.2 beta. I've upgraded my project to use Swift 5 and to target iOS 12.2. Did the same for every submodule projects as well. Yet, Xcode still included Swift libraries in the binary. What am I missing?
Posted
by Lucky7.
Last updated
.
Post not yet marked as solved
2 Replies
1.9k Views
My app was rejected because info.plist entry UIRequiredDeviceCapabilities contains armv7. This never was an issue until today. Xcode 9 adds this value by default it seems so I don't see what I'm doing wrong.
Posted
by Lucky7.
Last updated
.