aboutsummaryrefslogtreecommitdiff
path: root/foray/ForayNewTableViewCell.swift (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Split table view cell into separate fileNicholas Tay2022-03-181-0/+39
Cell no longer uses prototypes as registered in the Storyboard. Instead is a custom class inheriting the UITableViewCell and is manually registered by the VC. This is a first step towards reimplementing the prototype cells. Only has one label at the moment.