{"id":19633601,"url":"https://github.com/balitax/mvvm-ac","last_synced_at":"2025-08-02T03:09:39.128Z","repository":{"id":149293620,"uuid":"113809272","full_name":"balitax/MVVM-AC","owner":"balitax","description":"Xcode 10 Template For MVVM","archived":false,"fork":false,"pushed_at":"2019-04-10T06:57:44.000Z","size":35,"stargazers_count":103,"open_issues_count":0,"forks_count":21,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-28T07:40:42.725Z","etag":null,"topics":["xcode","xcode-templates","xcode9","xcode9plugin"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/balitax.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-12-11T03:48:05.000Z","updated_at":"2025-02-09T20:48:12.000Z","dependencies_parsed_at":"2023-04-05T06:32:47.245Z","dependency_job_id":null,"html_url":"https://github.com/balitax/MVVM-AC","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/balitax/MVVM-AC","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/balitax%2FMVVM-AC","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/balitax%2FMVVM-AC/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/balitax%2FMVVM-AC/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/balitax%2FMVVM-AC/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/balitax","download_url":"https://codeload.github.com/balitax/MVVM-AC/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/balitax%2FMVVM-AC/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268330911,"owners_count":24233151,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["xcode","xcode-templates","xcode9","xcode9plugin"],"created_at":"2024-11-11T12:17:51.306Z","updated_at":"2025-08-02T03:09:39.120Z","avatar_url":"https://github.com/balitax.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MVVM-AC\n\n[![Platform](https://img.shields.io/badge/platform-ios-lightgrey.svg)](https://github.com/balitax/MVVM-AC-Template/)\n[![License](https://img.shields.io/badge/license-MIT-343434.svg)](https://github.com/balitax/MVVM-AC-Template/)\n\n# MVVM-AC\n\nA MVVM Swift XCode Template to use as a starting point for an iOS apps.\n\n# Example How to Use\n\n* https://youtu.be/F94vbgIB8ao\n\n\n# Introduction\n\nFrom building a prototype, development app, to a full blown production app, MVVM-AC was developed with a goal to improve development time faster, streamline development, reduce development, and ensure the long term flexibility of the project from prototype to production. Easy to use for junior or senior iOS Developer\n\nOver the years developing, my approach to the development has drastically changed, but one thing hasn't, the project lead always needs to be aware of the architecture, configure the environment as such, and ensure the application's architecture can evolve over time.\n\n# Features\n\nMVVM-AC provides a solid starting point for a new project by providing some up front environment configuration such as:\n\n* Configured Project Scaffolding\n* Default Frameworks, via Podfile\n* Support Storyboard, Xib, or Fullcode Generator\n* Support internet checker, server error state, alert message, loading state\n* More sample code\n* On progress any update\n\n\u003cbr /\u003e\n\nMVVM-AC also makes it easy extend on the project structure by providing some file templates that the base layer making it easy to integrate into the architecture w/ some guided comments as needed.\n\n* Auto Generate - ViewController.\n* Auto Generate Services Layer -  Networked \u0026 Standalone\n* Auto Generate Model\n* Auto Generate ViewModel\n* Auto Generate Protocol\n* Many more to come ...\n\n\u003cimg width=\"562\" alt=\"screen shot 2018-09-13 at 10 44 23\" src=\"https://user-images.githubusercontent.com/1490342/45466018-0d14ed80-b742-11e8-8459-07e42aab5bd0.png\"\u003e\n\n\n# Installation\n### Method 1 :\n1. Clone the MVVM-AC Repository into your developer folder\n2. Copy MVVm-AC-Template Folder into `~/Library/Developer/Xcode/Templates/`.\n3. Required cocoapods libs `Alamofire` as default\n\n### Method 2 :\nClone the MVVM-AC Repository \u0026 run:\n```shell\nsudo swift install.swift\n```\n\n# Added Function\n\n- APIManager : https://gist.github.com/balitax/feae361311ace824f691341aa3244394\n- Reach : https://gist.github.com/balitax/cb5c6ddbe1ab47dabb578c0a9ae0033a\n\n\n\nXcode should now contain the MVVM-AC template in as a default when creating a new project for iOS.\n\n\u003cp align=\"center\"\u003e\n\u003cimg align=\"center\"  src=\"https://user-images.githubusercontent.com/1490342/33815350-438ad068-de63-11e7-8234-79a58ddcb1c2.png?raw=true\" width=\"80%\" height=\"80%\" /\u003e\n\u003c/p\u003e\n\n# Create Project\n\nIt's as simple as selecting the MVVM-AC template, and following the usual process in creating a new project. Once created,\nthe project will ask to input Model name and View Type `(Storyboard, Xib File, or Fullcode)` to\ngenerate a pre-configured scaffolding as follows.\n\n\u003cp align=\"center\"\u003e\n\u003cimg align=\"center\" src=\"https://user-images.githubusercontent.com/1490342/33815386-8f0643ec-de63-11e7-83b3-a52fb3539db4.png?raw=true\" width=\"80%\" height=\"80%\" /\u003e\n\u003c/p\u003e\n\nAfter the project has been created, the first step is to download, and install, the latest frameworks by navigating to the \nproject's root directory, and running the following command:\n\n```\n// iOS\npod init or\npod install  `when you ready init pod library`\n```\n\nThe last step to perform is to build (⌘B) the project in Xcode, with an expected failure on the first try,\nand a successful one on the next.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbalitax%2Fmvvm-ac","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbalitax%2Fmvvm-ac","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbalitax%2Fmvvm-ac/lists"}