ビューを閉じた後、親ビューを更新する方法UIModalPresentationFormSheet
。通常のビューを使用すると、親ビューをリロードできます。でのみ発行しUIModalPresentationFormSheet
ます。私を助けてください。ありがとう
navigationController.modalPresentationStyle = UIModalPresentationFormSheet;
使用する場合
navigationController.modalPresentationStyle = UIModalPresentationFullScreen;
親テーブルビューを更新できます。UIModalPresentationFormSheetでのみ発行しますが、ポップアップビューにはUIModalPresentationFormSheetを使用する必要があります。私を助けてください。ありがとう