NSLog and printf Format Specifiers

Table A.4 lists the most useful format specifiers that can be used for debugging with printf and NSLog statements.

9781118462133-tbbapp04

Glossary

accelerometer A hardware feature that measures the acceleration of an iOS device. Often used for estimating physical orientation. See also gyroscope.

accessors See setters and getters.

action Another name for a method. See also target-action.

alert A small pop-up window with text and optional graphics that warns the user of an alert condition. Defined by the UIAlertView class.

animation Moving screen content. iOS includes various classes that can simplify animation programming.

app Short for “application,” software that runs on an iDevice.

archive A packaged version of an app that can be uploaded to the app store. Not an archive in the sense of a backup.

array A collection of data accessed through a sequential index.

Assistant A feature in the Xcode editor that automatically displays two related files at the same time.

Automatic Reference Counting (ARC) A simplified system of memory management introduced with iOS 5.

beta Unfinished software typically used for testing and development.

beta tester A user who tests beta software and reports its strengths and weaknesses.

Bluetooth A technology for sharing data between devices in close physical proximity without a physical connection. Used to share information across devices ...

Get iOS App Development Portable Genius now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.