nsscreencast / comments

Public comments on NSScreencast.com
0 stars 0 forks source link

Setting Up - NSScreencast #204

Open subdigital opened 3 years ago

subdigital commented 3 years ago

Written on 07/30/2020 20:21:51

URL: https://nsscreencast.com/episodes/450-modern-collection-views-01-setup

subdigital commented 3 years ago

originally written by Ezra Black  on 08/16/2020 01:23:12

Very solid. Excited to dive deep into your work.

subdigital commented 3 years ago

originally written by malhal on 08/18/2020 19:55:13

Some improvements I can suggest are use UICollectionViewController instead of UIViewController to save some of the collection view set up code and get a ton of free features. Define the reuse identifier in the controller instead of the view so it could be further customised and have different identifiers. The image downloader could be in the controller instead of that image view subclass.