tanjyy / ridesio

Ridesharing iOS application for college students. Won 2nd place in the iOS category at CodePath Demo Day 2020.
https://tanjyy.github.io/ridesio
1 stars 1 forks source link

Abstract formatting for table view cells #98

Open nashirj opened 3 years ago

nashirj commented 3 years ago

Basically all of these cells are formatted the same, so we should make some helper class that does all the formatting in a separate helper file! This will clean up the code in the tableview functions

nashirj commented 3 years ago

Formatting of table view cells that is done in viewDidLoad can also be abstracted to another file