How should I approach the object that I used to write in Java with Implement Runable in Objective-C? It's called NSThread. If I inherit this guy, does it look similar? In summary, Obj-C wants to implement the form of throwing Runnable into Java's ThreadExecutor.
ios
Why don't you use Grand Central Dispatch (GCD) or NSOperation?
© 2024 OneMinuteCode. All rights reserved.