Software Builder & Lifting Nerd
- Amsterdam, The Netherlands
- https://dev.srdanstanic.com
- @srstanic
Pinned Loading
-
ios-architecture-example-app
ios-architecture-example-app PublicMobileShop - Example iOS app
-
NibView
NibView 1import UIKit
23/// Extend `NibView` to create a reusable view in a XIB file.
4/// The contents of the view are designed in a XIB file.
5/// The `NibView` class is responsible for loading the
-
KeyboardAvoider.swift
KeyboardAvoider.swift 1import UIKit
234class KeyboardAvoider {
5 -
CodedView.swift
CodedView.swift 1extension UIView {
2static func withoutConstraints() -> Self {
3let instance = self.init()
4instance.translatesAutoresizingMaskIntoConstraints = false
5return instance
-
Generic implementation of UITableVie...
Generic implementation of UITableViewDataSource & UITableViewDelegate 1import UIKit
23extension UITableViewCell {
4class var reuseIdentifier: String {
5return "tableViewCell"
-
SceneTemplateUIKitMVP.swift
SceneTemplateUIKitMVP.swift 1// Presenter
23typealias SomeViewModel = String // this is just a placeholder for your view model type
45protocol SomeView {
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.