Attention: I am aware that clientID
and clientSecret
should not be exposed publicly for privacy but this repo was not public while these were active and now the credentials are no longer active
As part of my learning of iOS development, I followed iOS Academy's youtube tutorial to build this app. It helped me put theory into practice, and here are some highlights:
- I learned how to use UICollectionView and its compositional layout to create multiple scrolling sections
- While not taught in the video, I praticed using UIStackView to simplify layout out views
- Authentication
- Created too many custom cells that I am comfortable with the concept now
- Use 3rd party library, SDWebImage, to cache images