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.
精彩评论