iPhone Question:

Whats a struct?

Answer:

A struct is a special C data type that encapsulates other pieces of data into a single cohesive unit. Like an object, but built into C.

Read All 52 iPhone Questions
Previous QuestionNext Question
Whats the difference between frame and bounds?Whats fast enumeration?