Results 14 comments of 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? ![image](https://user-images.githubusercontent.com/25734166/84334629-646d1980-abc5-11ea-9afa-d5ee464a6453.png)

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) 我看了下代码,我是这样用的