coobjc provides coroutine support for Objective-C and Swift. We added await method、generator and actor model like C#、Javascript and Kotlin. For convenience, we added coroutine categories for some Foundation and UIKit API in cokit framework like NSFileManager, JSON, NSData, UIImage etc. We also add tuple support in coobjc.
Environment Details
Expected behavior
编译通过
Actual behavior
在多处类似 [obj objectAtIndex:indexPath.row] 的地方出现错误: Multiple methods named 'objectAtIndex:' found with mismatched result, parameter type or attributes
Steps to Reproduce
import写入pch文件