You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi there, I come with a question that, I found with option UIModalPresentationCustom, the presented view controller is always presented on UIWindow.rooViewController. I have no idea to present it on any other specific view contoller.
I have tested proprety definesPresentationContext, It seems only work with option UIModalPresentationCurrentContext or UIModalPresentationOverCurrentContext to provide the presenting view controller.
The text was updated successfully, but these errors were encountered:
hi there, I come with a question that, I found with option
UIModalPresentationCustom
, the presented view controller is always presented onUIWindow.rooViewController
. I have no idea to present it on any other specific view contoller.I have tested proprety
definesPresentationContext
, It seems only work with optionUIModalPresentationCurrentContext
orUIModalPresentationOverCurrentContext
to provide the presenting view controller.The text was updated successfully, but these errors were encountered: