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.
Alternatives To Iosdesignpatternsamples
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Iosdesignpatternsamples617
2 years ago7mitSwift
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.
Swift Verge529
17 days ago87August 27, 202210mitSwift
🟣 A robust Swift state-management framework designed for complex applications, featuring an integrated ORM for efficient data handling.
Swiftui Mvvm342
4 years agomitSwift
Sample iOS project built by SwiftUI + MVVM and Combine framework using GitHub API
Rxxmly300
5 years ago2Swift
RxSwift 实现MVVM高仿喜马拉雅的函数响应式编程
Qiitawithfluxsample91
6 years agomitSwift
A sample project uses Flux and MVVM features with RxSwift.
Ios Architectures86
5 years agomitSwift
Sample app for iOS architectures
Rxfluxarchitecture39
6 months agoapache-2.0Kotlin
基于Flux架构的模块化框架
Simplestcountersample11
5 years agomitSwift
This is simplest Counter App written in many variety of design patterns.
Shop9
a year agomitSwift
Example e-commerce app with a modern architecture and view layout. Mixed UIKit and SwiftUI.
Swiftaveiro Tictactoe Flux3
6 years agoSwift
A potential solution for converting an iOS app to Flux for Swift Aveiro 2017
Alternatives To Iosdesignpatternsamples
Select To Compare


Alternative Project Comparisons
Readme

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, [email protected]

License

iOSDesignPatternSamples is available under the MIT license. See the LICENSE file for more info.

Popular Flux Projects
Popular Mvvm Projects
Popular Software Architecture Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Swift
Mvc
Mvvm
Diff
Mvp
Design Patterns
Flux