Skip to content

Instantly share code, notes, and snippets.

View sushito's full-sized avatar

sushito sushito

View GitHub Profile
import UIKit
import XCPlayground
extension UIView {
public override func canBecomeFirstResponder() -> Bool {
return true
}
var firstSubview: UIView? {
if let f = self.subviews.first {