Skip to content

Instantly share code, notes, and snippets.

@saoudrizwan
Created August 19, 2017 22:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saoudrizwan/e50cfbb0c6260989a6c95fdf54027212 to your computer and use it in GitHub Desktop.
Save saoudrizwan/e50cfbb0c6260989a6c95fdf54027212 to your computer and use it in GitHub Desktop.
import UIKit
class ResponsiveView: UIView {
override var canBecomeFirstResponder: Bool {
return true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment