Roy Deng
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. 
It always displays the message as shown on the device below ios12.  Moya: 14.0.0 PostService.swift ```swift import Foundation import RxSwift import Moya import RealmSwift struct PostService: PostServiceType { private...
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....