swift - iOS view controllers with pinch zoom, pan, and swipe between pages -


i'm trying figure out right way configure uiviewcontroller behave photo gallery view in ios camera app. in other words, can pinch zoom photos, pan around them, when edge of photo, pages next image. seems hypothetically achieve set of uiscrollviews inside of uipageviewcontroller, if somehow distinguish between intention pan photo , intention switch pages. in practice seems uipageviewcontroller's gesture recognizer supercedes all, swipe switches pages instead of panning.

i add own gesture recognizers this, seems there's lot of behavior i'd need replicate, i'm hoping there's combination of existing stuff can use reasonably close.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -