StaticTableViewController
  • October 7, 2023

Dynamically hide / show cells of static UITableViewController, Swift Port of StaticDataTableViewController.

Installation


CocoaPods

 

pod ‘StaticTableViewController’

Swift Package Manager

 

dependencies: [
.Package(url: “https://github.com/muyexi/StaticTableViewController.git”, majorVersion: 0)
]

Usage


Show/hide cells with outlet connections

cell(outletStaticCell1, hidden: true)
cells([outletStaticCell1, outletStaticCell2], hidden: true)

reloadDataAnimated(true)

GitHub


View Github

#swift #uitableviewcontroller
YOU MIGHT ALSO LIKE...
MijickPopups Hero

  Popups Alerts Resizable Sheets Banners

SwiftUI Tooltip

This package provides you with an easy way to show tooltips over any SwiftUI view, since Apple does not provide ...

SimpleToast for SwiftUI

SimpleToast is a simple, lightweight, flexible and easy to use library to show toasts / popup notifications inside iOS or ...

SSToastMessage

Create Toast Views with Minimal Effort in SwiftUI Using SSToastMessage. SSToastMessage enables you to effortlessly add toast notifications, alerts, and ...

ToastUI

A simple way to show toast in SwiftUI   Getting Started • Documentation • Change Log