Skip to content

BitWise-0x/ObjC_Book_Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Objective-C Xcode macOS

ObjC_Book_Projects

License Last Commit Objective-C

Challenge projects from Programming in Objective-C by Big Nerd Ranch.
Chapter-by-chapter exercises covering the full Objective-C language and Cocoa fundamentals.


About

This repository contains solutions to the end-of-chapter challenges from the Big Nerd Ranch Objective-C Programming book. Each project is self-contained and organized by chapter, progressing from language basics through memory management, collections, blocks, and Cocoa design patterns.


Structure

ObjC_Book_Projects/
├── Ch01_*/          Introductory concepts
├── Ch02_*/          Variables, types, and expressions
├── ...              Chapter projects follow book order
└── ChNN_*/          Final chapters

Requirements

Toolchain

Xcode macOS
  • Xcode 12 or later
  • macOS 11 Big Sur or later
  • Command Line Tools (xcode-select --install)

Running a Project

# Open in Xcode
open ChXX_ProjectName/ChXX_ProjectName.xcodeproj

# Or build from the command line
xcodebuild -project ChXX_ProjectName.xcodeproj \
           -scheme ChXX_ProjectName build

License

MIT License — see LICENSE for details.

Releases

No releases published

Sponsor this project

 

Packages

 
 
 

Contributors