Pinned Repositories
big-burger
This iOS project follows the MVC pattern and adds a layer of app coordinator (see Coordinator below). The app display a list of products and allow the user to see the details on tap. He can also add a product to the cart and see the summary of his order.
swift-phantom-type-example
In this project, we are trying to demonstrate the power of phantom types. Based on a class custom type, we show how we could handle generic bank transfers to local account (USD to USD) and specific transfers (USD to EUR) while adding type-checks at compile time.
swiftui-mvvm-test
In this project we use SwiftUI properties wrappers to reflect a textfield's value in a separated view using a basic MVVM design pattern.
swiftui-test
In this project we use SwiftUI properties wrappers to reflect a textfield's value in a separated view.
CustomerPulse-ios
emilien-io's Repositories
emilien-io/big-burger
This iOS project follows the MVC pattern and adds a layer of app coordinator (see Coordinator below). The app display a list of products and allow the user to see the details on tap. He can also add a product to the cart and see the summary of his order.
emilien-io/swift-phantom-type-example
In this project, we are trying to demonstrate the power of phantom types. Based on a class custom type, we show how we could handle generic bank transfers to local account (USD to USD) and specific transfers (USD to EUR) while adding type-checks at compile time.
emilien-io/swiftui-mvvm-test
In this project we use SwiftUI properties wrappers to reflect a textfield's value in a separated view using a basic MVVM design pattern.
emilien-io/swiftui-test
In this project we use SwiftUI properties wrappers to reflect a textfield's value in a separated view.