Here is a known UIAlertController crash on iPad: Please use UIPadAlertController to create UIAlertController, provide sourceView and sourceRect on iPad version as per UI design document. The UIPadAlertController fixed crash issue even not provide sourceView on iPad, it will use .alert style if you have not provide sourceView. Code example:
Month: April 2022
performBatchUpdates replacement
For the generate a better crash log, we have replacement on UITableView:performBatchUpdates and UICollectionView::performBatchUpdates. Please use TracedUITableView::tracedPerformBatchUpdates and TracedUICollectionView::tracedPerformBatchUpdates. For example, the following code is before change: Now please change it to: