Swift ios is it possible to swipe between images using UIImageView -


first off, new swift / ios.

in viewcontroller have uiimageview, in load in url form extrenal api in order show image.

what want to able swipe between image(s), dont want pageviewcontroller.

is possible uiimageview? if please share example / github library, alot.

thanks in advance,

no, can't swipe between images using image view. could, however, put image view inside view , swipe/pan slide between images. fair amount of work implement.

you should not quick reject uipageviewcontroller. has slide style alternative page curl style. handles want beautifully. setting page view controller lot setting table view or collection view.

do search in xcode system on "photoscroller". point demo app provides ui scrolling through series of images. handles tiling of large images it's more need, serves example of ui think after.


Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -