Cocoa: Foundation, NSObject & Core Patterns. Cocoa is Apple's native application framework for macOS, built on Foundation (non-UI building blocks) and AppKit (UI). Cocoa Touch is the iOS counterpart, built on Foundation …
ReadCocoa: KVC/KVO, Notifications & Persistence Basics. Key-Value Coding (KVC). // Access properties indirectly by string name, instead of dot/message access Person *person = [[Person alloc] init]; [person setValue:@"Alice" …
ReadSave this stack to your personal DevRecall — add your own notes, track what you're learning, and share what you know with the community.
Get started — free forever