Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/VamshiIITBHU14/YouTubeClone
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!
https://github.com/VamshiIITBHU14/YouTubeClone
Last synced: 2 months ago
JSON representation
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!
- Host: GitHub
- URL: https://github.com/VamshiIITBHU14/YouTubeClone
- Owner: VamshiIITBHU14
- Created: 2017-05-13T08:32:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-07T13:55:23.000Z (7 months ago)
- Last Synced: 2024-11-10T22:16:27.928Z (2 months ago)
- Language: Swift
- Homepage:
- Size: 125 KB
- Stars: 175
- Watchers: 5
- Forks: 34
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- fucking-open-source-ios-apps - YouTube Clone
README
# YouTubeClone
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:
1) Building UICollectionView all from code without using Storyboards
2) Customisable navigation bar to match that of YouTube
3) Creating a custom Menu bar using UICollectionView
4) NSURLSession task to complete a fetch request & iterate through all the objects in this JSON dictionary & construct all video objects
5) Load images Asynchronously
6) Creating a Slide-In Menu
7) Lazy var instantiation explained
8) JSON parsing in most optimised way
9) Play a remote video using AVPlayer inside the app
10) Video player controls like Pause, Play, Progress indicator etc.