Post not yet marked as solved
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.
Post not yet marked as solved
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.
Post not yet marked as solved
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!
Post not yet marked as solved
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?
Post not yet marked as solved
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.
Post not yet marked as solved
Hi!I implemented the required method for App Store Promotions but iTC says that it is missing. We do have our IAP source code separated in a framework so perhaps it’s not able to detect its implementation?