Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 381 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 381 Bytes

Swift - iOS: How to refactor simular instances of UITableViewController

This example shows different approaches to reduce code repetition.

Code

Please compare the starting code with these different approaches:

Object orientated programming

Generic data source

Acknowledgement

Many thanks go to https://github.com/helje5

Feel free to push your appraoch.