简体   繁体   中英

How to use ReactiveCocoa for UITextViewDelegate

I want to make my UITextView to be not editable when the length of text is more than 200. When using UITextViewDelegate , I can use - (BOOL)textViewShouldBeginEditing:(UITextView *)textView . How to make it using ReactiveCocoa?

Unfortunately there's no good way to "lift" a protocol method that returns a value, since it'd require that the signal is synchronous. Could you disable the text view instead?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM