codepath / ios_guides

Comprehensive open-source iOS guides
http://guides.codepath.com/ios
2.88k stars 473 forks source link

Adding swipe gesture to UIView #46

Open velci123 opened 7 years ago

velci123 commented 7 years ago

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