How to update parent view, after i close the UIModalPresentationFormSheet
view. If I use normal view I can reload my parent view. Issue only in UIModalPresentationFormSheet
. Please help me. Thanks
navigationController.modalPresentationStyle = UIModalPresentationFormSheet;
If I use
navigationController.modalPresentationStyle = UIModalPresentationFullScreen;
I can refresh the parent tableview.Issue only in UIModalPresentationFormSheet but I need to use UIModalPresentationFormSheet for popup view. Please help me. Thanks