DrSchool Learn coding, fast.
EN AR BN CS DE EL Search

Objective-C

Lessons available

core Extensions: .m
Open lessons References Examples Back to Languages
Summary

This page is ready to expand with a real summary and links.

Slug
objectivec
Tier
core
Extensions
.m
Hello World
#import <Foundation/Foundation.h>
int main(){ @autoreleasepool { NSLog(@"Hello, World!"); } return 0; }

Tip: you can expand this page later with official docs + trusted references.