简体   繁体   中英

Sliding Views Like whatsapp(android) in iOS

I have to make sliding Views with Sliding tabs.The tabs are sliding and i have used collectionview for that and now the requirement is to slide the views correponding to the tab like in whatsapp app in android. Is there any optimum solution to acheive that other than scrollview,i have do it fast as i have to deliver it by tomorrow.

SMSwipeableTabView provides this functionality. SMSwipeableTabView is a custom control which is mixture of UIPageViewController and Scrollable Tab Bar. This is similar to Swipe view with tabs alyout in android. Any number of tabs can be added along with the swipeable views. User can fully customize the control.

To run the example project, clone the repo, and run pod install from the Example directory first. This provides pod so that you can implement easily.

This library works with iOS version 8.0 and above. It is written in Swift.

iOS 8.0+ / Mac OS X 10.9+ Xcode 7

Check below sample code :

https://www.cocoacontrols.com/controls/smswipeabletabview

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM