Software Builder & Lifting Nerd
- Zagreb, Croatia
- 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 -
UIViewController+StoryboardInit.swift
UIViewController+StoryboardInit.swift 1import UIKit
23extension UIViewController {
4/// Creates an instance of `ViewControllerType` defined in a storyboard.
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"
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.