标签: ios objective-c reactive-cocoa
我希望当文字长度超过200时,我的UITextView不可编辑。使用UITextViewDelegate时,我可以使用- (BOOL)textViewShouldBeginEditing:(UITextView *)textView。如何使用ReactiveCocoa?
UITextView
UITextViewDelegate
- (BOOL)textViewShouldBeginEditing:(UITextView *)textView
答案 0 :(得分:0)
不幸的是,没有好的方法可以解除"一种返回值的协议方法,因为它要求信号是同步的。你可以禁用文本视图吗?