YouTubeClone - A clone of YouTube
This project is a clone of YouTube. But the main intention is to show how to write clean code, using proper MVC patterns and re-usable coding methodologies. It includes features like:
Building UICollectionView all from code without using Storyboards
Customisable navigation bar to match that of YouTube
Creating a custom Menu bar using...