IOSDesignPatternSamples
This is Github user search demo app which made by many variety of design patterns. You can compare differences in MVC, MVP, MVVM and Flux.
Install / Use
/learn @marty-suzuki/IOSDesignPatternSamplesREADME
iOSDesignPatternSamples
This is Github user search demo app which made by many variety of design patterns.

Application Structure

- SearchViewController... Search Github user with query.
- UserRepositoryViewController... Show repositories of user who selected in SearchViewController.
- RepositoryViewController... Show a repository which selected in UserRepositoryViewController or FavoriteViewController. In addition, add / remove favorite repositories on memory.
- FavoriteViewController... Show favorite repositories which stored on memory.
Design Patterns
Difference between A to B
|A / B|MVC|MVP|MVVM|Flux| |:-:|:-:|:-:|:-:|:-:| |MVC|-|diff|diff|diff| |MVP|-|-|diff|diff| |MVVM|-|-|-|diff|
You can compare differences like this.

Run
You need to set Github Personal Access Token like this.
extension ApiSession {
static let shared: ApiSession = {
let token = "" // <- Your Github Personal Access Token
return ApiSession(injectToken: { InjectableToken(token: token) })
}()
}
Requirements
- Xcode 12 or later
- iOS 13 or later
- Swift 5 or later
Special Thanks
Author
marty-suzuki, s1180183@gmail.com
License
iOSDesignPatternSamples is available under the MIT license. See the LICENSE file for more info.
Related Skills
diffs
337.3kUse the diffs tool to produce real, shareable diffs (viewer URL, file artifact, or both) instead of manual edit summaries.
clearshot
Structured screenshot analysis for UI implementation and critique. Analyzes every UI screenshot with a 5×5 spatial grid, full element inventory, and design system extraction — facts and taste together, every time. Escalates to full implementation blueprint when building. Trigger on any digital interface image file (png, jpg, gif, webp — websites, apps, dashboards, mockups, wireframes) or commands like 'analyse this screenshot,' 'rebuild this,' 'match this design,' 'clone this.' Skip for non-UI images (photos, memes, charts) unless the user explicitly wants to build a UI from them. Does NOT trigger on HTML source code, CSS, SVGs, or any code pasted as text.
openpencil
1.8kThe world's first open-source AI-native vector design tool and the first to feature concurrent Agent Teams. Design-as-Code. Turn prompts into UI directly on the live canvas. A modern alternative to Pencil.
HappyColorBlend
HappyColorBlendVibe Project Guidelines Project Overview HappyColorBlendVibe is a Figma plugin for color palette generation with advanced tint/shade blending capabilities. It allows designers to
