ios-architecture-example
ios-architecture-example copied to clipboard
Architecture pattern simple examples in iOS. You can compare differences in MVC, MVP, MVVM-Delegate and MVVM-Rx for same feature
iOS Architecture Example
Github search API examples with the iOS architecture pattern.
Architecture patterns
The applied patterns is as follows.
Shared
The codes used together in the examples.
Example
- run pod install
$ pod install
- open ios-architecture-example.xcworkspace
$ open ios-architecture-example.xcworkspace
- run MVC, MVP, MVVM-Delegate or MVVM-Rx
LICENSE
These works are available under the MIT license. See the LICENSE file for more info.