Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: devmjun/SimpleCell

0.7.0

06 Apr 15:32

Choose a tag to compare

Support for Swift 5.0

0.5.0

31 Oct 14:30
3e514e2

Choose a tag to compare

Support header-footer for UITableView

// 1
tableView.register(headerFooter: SomeHederFooter.self)

// 2
func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView? {
        return tableView.dequeue(SomeHederFooter.self)
}

0.4.0

24 Oct 18:25

Choose a tag to compare

Demo Release

I got an idea at https://github.com/AliSoftware/Reusable and SimpleCell is simple Swift Extension.