fingle0618
fingle0618
hi jishier,thanks for response。Our server needs to limit the form data packet to 2kb when uploading files, and the time interval for each write is 100ms. In AFNetworking, I can...
hey @jshier ,i find source code in `MultipartFormData.swift`, in `BodyPart` class i find InputStream,so i think that i can subclass MultipartFormData ,then custom InputStream write progress and delay time? 
一样的问题,有解决方案么
my device info: mac mini(M1.2020) macOS Monterey frida 15.1.27 frida-tools 10.6.2 If I compile to arm64: Failed to attach: unable to bind, “fstat$INODE64” not found in “/usr/lib/libSystem.B.dylib” same to @louisabraham
我自己修改了一个代码高亮,还在优化中
@Meowzz95 那个是另外一位大佬在这个版本基础上改的。跑错地方了
暂时没有,时间太久了,已经不做这方面的开发了 @Mydj
@huangyisheng @maybenai autoResignFirstResponderWhenInputFinished设置为YES
@iOSxiaosha codeTextField.autoResignFirstResponderWhenInputFinished = true codeTextField.addTarget(self, action: #selector(codeDidChange(codeTextField:)), for: .editingChanged) 我看了下代码,我是这样用的