Is it possible/safe to make an UIKit based app zoomable globally? (The entire app view is pinch zoomable).
I think it similar with web page (html based app) zoom functionality inside UIWebview.
Yes, it is possible.
To achieve this, just add your UIView to a UIScrollView that covers the whole window.