Posts

Post not yet marked as solved
3 Replies
1.7k Views
When I plug a device and debug an app to it, the Xcode do something that prepare that device for development and creates a item on Settings app.I want a way to, programmatically, detect on iOS app if the device is in Developer Mode or if this option is enabled on Settings app.
Posted
by Beaguinho.
Last updated
.
Post marked as solved
2 Replies
723 Views
When using UITableViewDiffableDataSource I notice that the following code is not called: override func tableView(_ tableView: UITableView, canEditRowAt indexPath: IndexPath) -> Bool { return true }so it's not possible to do a Swipe to Delete actions. Do I missed something?
Posted
by Beaguinho.
Last updated
.