objective c - swift adding zoom to container view -


i have page view controller embedded inside container view in order swipe between images. trying add touch make image go full screen "lightbox" zoom available , swipe through images while in full screen mode.

i can work, , messing around auto layout seems work consider have lot of other stuff in vc.

so know image slider github written in swift? - without need of cocopods.

thanks!

it's easy enough write 1 yourself. in full-screen mode, use uipageviewcontroller, because has swipe left & right support built in.


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -