iWe
iWe
```swift import PinLayout // ... view1.pin.width(80%) view2.pin.width(view1.frame.width - 20).center(to: view1.anchor.center) ```
same issue. `YYLabel` is fine, `ASTextNode` and `ASTextNode2` is broken.   
I found a `NSAttributedString+ASText.h`. It and `YYText` look the same. I can probably confirm that it is because ASText's built-in AttachmentKey is 'ASTextAttachment', but `YYText` is 'YYTextAttachment', the two keys...
Wait... I continued to confirm, it has something to do with `AttributeName`, but more importantly, ASTextNode/2 is a NSObject. So `drawInContext:size:point:view:layer:debug:cancel` can not add view to display. ![CleanShot 2021-08-23 at...
I found the `Alamofire` has `func validate(contentType acceptableContentTypes: S, response: HTTPURLResponse, data: Data?) -> ValidationResult`, any ideas on how to embed it in Moya?
You can add a plugin that inherits from `PluginType` and implements `func prepare`, where you can modify/encrypt the URLRequest in `prepare`.
Why no merger?
> Have you tried to test the memory footage in release mode too, or just in debug mode? > The form-data encoder has a known issue of taking up too...
I found a temporary solution: ```swift public struct VideoPayload: Codable, Content { var video: File? //
I need to check again. When I'm done checking, I'll open it again