- What is this project about?
- Why did I make this project?
- Examples of the app behaviour
- Dependencies
- How to run the app
A TikTok like app that using Pexels API for video fetching.
I made the project to expand my knowledge in iOS Development.
What I learned from this project:
- How to implement VIPER architecture.
- How to create UI programmatically without Storyboards.
- How to create TikTok like content scrolling.
- How to implement 'share' action.
- How to use and set up SwiftGen.
The project uses the following pods:
- Clone the repo.
- Open Terminal and navigate to the project root folder.
- Run
pod install && open potok.xcworkspace
.