Just for curiosity, how apple implement UIActivityViewController
, as the UIModalPresentationStyle
of UIActivityViewController
is popover
, and in the doc, it says In a horizontally compact environment, this option behaves the same as fullScreen.
, but obviously, the UIActivityViewController
is not in full screen.
How can apple implement this, does apple use some private behaviors for this ?
I know How to use UIActivityViewController
, my question is how apple implement UIActivityViewController
.