cuappdev / podcast-ios

An open-source iOS app for listening to podcasts.
MIT License
303 stars 37 forks source link

Added episode protocols #421

Closed doctor3w closed 6 years ago

doctor3w commented 6 years ago

Added a display view protocol to unify our cell setup for episode cells. Ignore the data source for now, it's not used just yet but more as an example for now.

This is implemented on the BookmarkViewController.

doctor3w commented 6 years ago

Only if BookmarkViewController is the only vc that uses it. But I have a feeling it isn't. Mindy and I's next job anyway is going through and putting this as many places as we can anyway and remove setup functions so I can just do it then.