- August 28, 2025
- Mins Read
Dynamically hide / show cells of static UITableViewController, Swift Port of StaticDataTableViewController.
pod ‘StaticTableViewController’
dependencies: [
.Package(url: “https://github.com/muyexi/StaticTableViewController.git”, majorVersion: 0)
]
Show/hide cells with outlet connections
cell(outletStaticCell1, hidden: true)
cells([outletStaticCell1, outletStaticCell2], hidden: true)
reloadDataAnimated(true)
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 ...