- August 28, 2025
- Mins Read
SwipeMenuViewController provides SwipeMenuView
and SwipeMenuViewController
. This is very useful to build swipe-based paging UI. The interface is as simple as UIKit’s.
Here are some style of demos using SwipeMenuView
.
Segmented Tab & Underline | Flexible Tab & Underline | Flexible Tab & Circle |
---|---|---|
![]() |
![]() |
![]() |
You can integrate via CocoaPods. Add the following line to your Podfile
:
pod ‘SwipeMenuViewController’
and run pod install
You can integrate via Carthage, too. Add the following line to your Cartfile
:
github “yysskk/SwipeMenuViewController”
and run carthage update
You can integrate via Swift Package Manager, too. See the following site for instructions.
This package provides you with an easy way to show tooltips over any SwiftUI view, since Apple does not provide ...
SimpleToast is a simple, lightweight, flexible and easy to use library to show toasts / popup notifications inside iOS or ...
Create Toast Views with Minimal Effort in SwiftUI Using SSToastMessage. SSToastMessage enables you to effortlessly add toast notifications, alerts, and ...