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!
i recommend implementing collection view 1 row. then, can have prototype collection view cell in storyboard, , control-drag cell next view create segue.
Comments
Post a Comment