-
我们使用在一般app中,经常使用下拉刷新和上拉加载的功能,这里我使用了[MJRefresh](https://github.com/CoderMJLee/MJRefresh)的控件,下面就来看一下使用的方法以及和RxSwift的结合。
我写了一个列表的例子拿github的issue,就一个简单的tabel,我把他加上上拉和下拉。
先看一下MJRefresh基础的使
![image](http…
-
Hi everyone,
I'm sorry if some similar question was asked in the past already, I searched the issues but did not find anything helping me unfortunately.
The issue:
We are using SkeletonView in …
-
**Short description of the issue**:
RxTest TestScheduler didn't work if the observable stream include async await usage (wrapped with AsyncThrowingStream)
In some case it will throw `Fatal err…
-
##### Description
Generated code for Swift 4 requires frameworks,
- Alamofire
- PromiseKit
- RxSwift
https://github.com/swagger-api/swagger-codegen/blob/master/modules/swagger-codegen/src/…
ogres updated
3 years ago
-
* `carthage version`: 0.26.2
* `xcodebuild -version`: Xcode 9.1, Build version 9B46
* Are you using `--no-build`? No
* Are you using `--no-use-binaries`? No
* Are you using `--use-submodules`? No
…
-
**Describe the bug**
Getting compilation errors while trying to build RxBluetoothKit with Swift 5.1
error: module compiled with Swift 5.0.1 cannot be imported by the Swift 5.1 compiler:
**To Repr…
-
Hello, first time doing react, tried to research my problem but mostly are RxSwift answers, so I will try here.
I can combine multiple SafeSignal, by multiple I mean like 5 or more using combineLates…
-
Integrated via SPM.
Xcode 12: `The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.2.99.`
Support for iOS 8 s…
-
I use Moya version 'Moya/RxSwift', '14.0.0-alpha.2'.
I want to refresh token when some API have 401 error, save other request and resume it when accessToken is refreshed.
Anyway to save moya request…
-
In #9 we talked about updating to the new RxSwift `Single` stream.
I'll take a shot at this next time I'm using the library, otherwise anyone else is more than welcome to make a PR 😄