OC實現類似支付寶密碼輸入的彈窗效果

1.思路,使用UIKeyInput協議和UITextInputTraits協議來實現讓一個UIView子類具有輸入功能: @interface InputView : UIView<UIKeyInput,UITextInputTraits> /**輸入完畢*/ @property (nonatomic, copy) void(^inputComplete)(NSString *password);
相關文章
相關標籤/搜索