- List of mods
- Download mod
- Banner ads
- Interstitial ads
- Native ads
I use the exotic architecture that might be worth looking into in larger projects.
├─ Data
├─ Domain
├─ Presentation
├─ Module
├─ Home
├─ HomeVC
├─ HomeVM
├─ Application
I'm more confident to use programatically with SnapKit for Auto Layout to avoid error or conflict on the XIB or Storyboard
Using Alamofire to manage the request
You can clone the project by Http or Ssh on your terminal
- HTTP
git clone https://github.com/mikekaels/MinecraftModDownloader.git - SSH
git@github.com:mikekaels/MinecraftModDownloader.git
Make sure you have installed cocoapods on your machine, if not please do this command in your Terminal:
$ sudo gem install cocoapodsIf you already install cocoapods, in your terminal go to inside the project directory and do this command:
pod install
- Networking using Alamofire
- Auto Layout using Snapkit
- Handling image using Kingfisher
- Google Ads

