简体   繁体   中英

How to set the zooming effect in all the subviews of UIScrollView

I am going through the sample code ( https://github.com/vfr/Reader ), and tried to add the same zooming effect in all the pages at the same time. for ex: if the user increase the zoom effect in 2nd page it will set the same zoom effect in all the pages. Not getting any idea how to do this...

In Short,how to resize all the subviews of UIScrollView according to the zoomin / zoomout. 总之,如何根据放大/缩小来调整UIScrollView的所有子视图的大小。

The reader you are using provides zoom in and zoom out options by default. If that doesn't work just check if you have allowed multiple touches.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM