ReactiveX / RxSwift

Reactive Programming in Swift
MIT License
24.36k stars 4.17k forks source link

why did you delete UIActionSheet+Rx and UIAlertView+Rx from source code ? #427

Closed kaich closed 8 years ago

kaich commented 8 years ago

I find the newest source code not contain UIAlertView+Rx and UIActionSheet+Rx. Why did you delete these ? Whether the Way of delegate observe changed ?

sergdort commented 8 years ago

Hi, @kaich , I guess because these classes are deprecated

kaich commented 8 years ago

@sergdort Yeah , I agree. Thank you!