OC实现类似支付宝密码输入的弹窗效果

1.思路,使用UIKeyInput协议和UITextInputTraits协议来实现让一个UIView子类具有输入功能: @interface InputView : UIView<UIKeyInput,UITextInputTraits> /**输入完毕*/ @property (nonatomic, copy) void(^inputComplete)(NSString *password);
相关文章
相关标签/搜索