https://github.com/vamshiiitbhu14/customtabbaryoutube
This project covers: 1) UICollectionViewFlowLayout with all the auto-layout constraints added programatically 2) How to build custom tab bar as seen in YouTube app 3) URL session integration to build feed for Home screen. All written in Latest Swift 3 syntax following MVC pattern, re-usable code methodologies, extensions etc.Converted from Swift2 (Source: https://www.letsbuildthatapp.com) to Swift3.
https://github.com/vamshiiitbhu14/customtabbaryoutube
autolayout mvc-architecture mvc-framework tabbar uicollectionview uicollectionviewflowlayout urlsession
Last synced: 2 months ago
JSON representation
This project covers: 1) UICollectionViewFlowLayout with all the auto-layout constraints added programatically 2) How to build custom tab bar as seen in YouTube app 3) URL session integration to build feed for Home screen. All written in Latest Swift 3 syntax following MVC pattern, re-usable code methodologies, extensions etc.Converted from Swift2 (Source: https://www.letsbuildthatapp.com) to Swift3.
- Host: GitHub
- URL: https://github.com/vamshiiitbhu14/customtabbaryoutube
- Owner: VamshiIITBHU14
- Created: 2017-05-08T03:11:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-03T11:28:37.000Z (over 7 years ago)
- Last Synced: 2025-04-04T05:22:38.265Z (3 months ago)
- Topics: autolayout, mvc-architecture, mvc-framework, tabbar, uicollectionview, uicollectionviewflowlayout, urlsession
- Language: Swift
- Homepage:
- Size: 123 KB
- Stars: 38
- Watchers: 2
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CustomTabBarYouTube
This project covers: 1) UICollectionViewFlowLayout with all the auto-layout constraints added programatically 2) How to build custom tab bar as seen in YouTube app 3) URL session integration to build feed for Home screen. All written in Latest Swift 3 syntax following MVC pattern, re-usable code methodologies, extensions etc.