Pinned Loading
-
ios-template
ios-template Public templateA starting point for a CleanSwift inspired iOS project.
Swift 1
-
-
-
An abstraction for a predefined set ...
An abstraction for a predefined set of functionality, aimed to be ran once, at app startup 1func application(
2_ application: UIApplication,
3didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?
4) -> Bool {
5StartupProcessService()
-
Protocol based mechanism for easily ...
Protocol based mechanism for easily and uniformly displaying a custom messaging UI element 1protocol MessageViewPresentable: AnyObject {
2var messageView: MessageView? { get set }
3var hostView: UIView { get }
4func showMessageView(using context: MessageView.Context, action: Action?)
5func hideMessageView(animated: Bool)
-
A testable, Promise based example ne...
A testable, Promise based example network service 1public protocol ChatNetworkService {
2func loadMessages(bookingId: String) -> Promise<[ChatMessage]>
3func sendMessage(_ message: String, bookingId: String) -> Promise<ChatMessage>
4}
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.