Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import UIKit
- class BMPickViewButton: UIButton {
- private var _inputView: UIView?
- override var inputView: UIView? {
- get { return _inputView }
- set { _inputView = newValue }
- }
- override var canBecomeFirstResponder: Bool { return true }
- }
Advertisement
Add Comment
Please, Sign In to add comment