Roy Deng

Results 5 issues of Roy Deng

I imitated your code. After I press the select button, isLikedByUser is always the initial value. PostViewCellModel.swift ``` import Foundation import RxSwift import Action import RealmSwift protocol PostViewCellModelInput { var...

On some devices, Firebase Crashlytics got the following error message, but it never happened on my phone. ![Firebase Crashlytics](https://user-images.githubusercontent.com/29953421/133363304-95b4ac43-7510-4e5e-b8ec-40dcecb43dd5.png)

It always displays the message as shown on the device below ios12. ![Output](https://user-images.githubusercontent.com/29953421/104873542-b6f88a80-598b-11eb-9462-b7e9e8ee31f5.png) Moya: 14.0.0 PostService.swift ```swift import Foundation import RxSwift import Moya import RealmSwift struct PostService: PostServiceType { private...

stale

I would like to post json data in http body, however, I can't use set destination .httpBody.

This message will appear when I use the **pdf** and **screenshot** functions, and the final result will be a blank page. However, using **content**, the HTML can be obtained normally....