ios - Segue From UIScrollView to Other View In Swift -


i doing image gallery in swift xcode. gallery it's this: (see botton of post)

i view called item has image view , title (xib+controlview) inserted in horizontal view, , view inserted in scroll view.

i need actions views when user touch image or title, example go other view data of album.

the question: how correct method of doing this? there way going other views view inserted in scrollview ? how can segue story board or code other view?(and wich of 2 method better)

thanks answers!!

jo!

my gallery

i recommend implementing collection view 1 row. then, can have prototype collection view cell in storyboard, , control-drag cell next view create segue.


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -