ReactiveCocoaExample
ReactiveCocoaExample copied to clipboard
A ReactiveCocoa example that replaces the need for the delegate pattern
Results
1
ReactiveCocoaExample issues
Sort by
recently updated
recently updated
newest added
FYI: I didn't run your code but I used your `-rac_textSignal` function in `UISearchBar+RAC.m`. The code wasn't working for me until I moved the `self.delegate` assignment to after the call...