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

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

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -