I am curious to know that what is/are the actual benefit(s) (with some example) we get if we use .fullScreen
versus .overFullScreen
presentation style while presenting a view controller modally over rootViewController in an iOS app.
I read using .overFullScreen
will unnecessarily show the content below it if presentedViewController
has transparency, but if I use .fullScreen
then also there will be a grey screen visible behind transparency which won't look good. So I am not sure how this is beneficial.