I have some questions to apple team.
- Too many swift file can make build time slow?
- There is a large file like a kind of UIViewController. it confirms to a lot of protocol. like
UICollectionViewDataSource,
UICollectionViewDelegate
and some one. Which one better? first, Just write it down one file or divide it into separated files to confirm each protocol.
Thanks!