Size already determined
2 answers
You can Command-double-click a symbol in Xcode to see where it is defined, or use Open Quickly (Command-Shift-D) and enter the name of the symbol. Handle
, Size
and Duration
are in the CoreServices structure, for example.
To avoid conflicts, you should always use a unique, unique prefix (usually your initials or an abbreviated version of your project name) in your Objective-C globals. Take a look at this question which links to some Objective-C style guides.
+2
a source to share