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
Post a Comment