The Flipflop is a native iOS application, which is a copy of TikTok mechanics. This application uses demo video from LiveStreamFails.
Stack | Details |
---|---|
Language: | Swift 4.2 |
Platform: | iOS |
Minimum Support: | 10.0 |
Dependency Manager: | Cocoapods 1.5.3 |
Version Control: | git |
IDE: | Xcode 10.0 |
- The application is built on MVVM architectural design pattern to separete UI from logic. MVVM ensures testibility, communication transparency and easy extension.
- Minimum supported iOS version is 10.0 for these application. Becuase, iOS 10.x has around 3.1% user base according to the iOS version stats.
- There is only one 3rd Party library, ASPVideoPlayer, is intergrate using Cocoapod just to demonstrate 3rd Party integration capability.
- This application required 16 hours for R&D on API and design level, and 10 hours for impplementing the project from scratch.
- Either clone the project with
https://github.com/mjhassan/Flipflop.git
or download the zip and extract. - Double click
Flipflop.xcworkspace
file to open the project in Xcode - Hit
▶️
to load the app in iOS Simulator
For any further query or assistance please mail me to [email protected]
Copyright [2019] [Jahid Hassan]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
documentation files (the “Software”), to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software,
and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial
portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.