Objective C
Advanced Objective-C programming skills for iOS and macOS development
Skills in this plugin
3- ▌ Objective C Blocks And Gcd · thebushidocollectiveUse when blocks (closures) and Grand Central Dispatch in Objective-C for concurrent programming including block syntax, capture semantics, dispatch queues, dispatch groups, and patterns for thread-safe asynchronous code.
- ▌ Objective C Arc Patterns · thebushidocollectiveUse when automatic Reference Counting in Objective-C including strong/weak references, retain cycles, ownership qualifiers, bridging with Core Foundation, and patterns for memory-safe code without manual retain/release.
- ▌ Objective C Protocols And Categories · thebushidocollectiveUse when objective-C protocols for defining interfaces and categories for extending classes, including formal protocols, optional methods, class extensions, and patterns for modular, reusable code design.