iphone - Zoom the page of a view based iOS App -
i have view based application. have add features pinch zoom , double tap zoom page(uiview
) in ios application. easy zoom uiscrollview
.
i should create framework has option pan , zoom entire app. how achieve zoom view based application? welcome ideas!
the best way it, put entire app components in 1 scrollview , use zooming of control.
the other way not stable first one, scale objects inside uiview larger or smaller depending on pinch zoom, keep in mind scaling affect of entire application, need adjust position of each object accordingly.
Comments
Post a Comment