Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 252 Bytes

File metadata and controls

5 lines (5 loc) · 252 Bytes

Reusable Views Using Protocols

Try the protocol oriented programming using swift 22 !

  • Reusable cell and Nib views
  • Registering a UITableView to a cell in one line
  • Use protocol to implement the "decorator" design pattern in a more swifty way ^^