Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View tomlobato's full-sized avatar
🎯
Focusing

Tom Lobato tomlobato

🎯
Focusing
View GitHub Profile
@tomlobato
tomlobato / BaseViewController.swift
Last active January 23, 2016 08:09
UIScrollVIew & keyboard
import UIKit
// To make it work, add this to your child viewController:
// override func viewDidLoad() {
// super.viewDidLoad()
// baseScrollView = scrollView
// myTextView.delegate = self // Set delegate = self for each UITextView
// }
extension UIEdgeInsets {