NSObject-Rx icon indicating copy to clipboard operation
NSObject-Rx copied to clipboard

Handy RxSwift extensions on NSObject, including rx.disposeBag.

Results 11 NSObject-Rx issues
Sort by recently updated
recently updated
newest added

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.7 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...

dependencies

Bumps [jmespath](https://github.com/trevorrowe/jmespath.rb) from 1.4.0 to 1.6.1. Release notes Sourced from jmespath's releases. Release v1.6.1 - 2022-03-07 Issue - Use JSON.parse instead of JSON.load. Release v1.6.0 - 2022-02-14 Feature - Add...

dependencies

Bumps [cocoapods-downloader](https://github.com/CocoaPods/cocoapods-downloader) from 1.3.0 to 1.6.3. Release notes Sourced from cocoapods-downloader's releases. 1.6.3 Enhancements None. Bug Fixes None. 1.6.2 Enhancements None. Bug Fixes None. 1.6.1 Enhancements None. Bug Fixes None....

dependencies

iOS 10.0 Xcode12 pod 'RxSwift', '6.0.0-rc.2' pod 'RxCocoa', '6.0.0-rc.2' pod 'NSObject+Rx' thanks for your anwser.

``` > Copying Moya-umbrella.h [x] /Users/alouanemed/Projects/a-iOS/Pods/_Prebuild/Moya/Sources/RxMoya/MoyaProvider+Rx.swift:2:8: compiling for iOS 10.0, but module 'RxSwift' has a minimum deployment target of iOS 12.0: /Users/alouanemed/Projects/a-iOS/Pods/build/Release-iphoneos/RxSwift/RxSwift.framework/Modules/RxSwift.swiftmodule/arm64-apple-ios.swiftmodule import RxSwift ^ > Linking Alamofire > Linking...

iOS Crash, I think it is caused by memory management error when using third party library NSObject+Rx and Then? Could you give me some tips? Firebase crashlytics reports, > 已崩溃:com.apple.main-thread...

Just building with cocoapods is enough.

I ran into an issue where we are subscribing to changes of a UITextField in a UITableViewCell instance. Because the cells can be re-used, we should dispose in the prepareForReuse...