codepath / ios_guides

Comprehensive open-source iOS guides

Home Page:http://guides.codepath.com/ios

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding swipe gesture to UIView

velci123 opened this issue · comments

I used this method to display multiple view controllers into a UIView.
https://github.com/codepath/ios_guides/wiki/Creating-a-Custom-Tab-Bar

How can i add a swipe gesture to that UIView and swipe between that view controllers. Thanks