This document discusses various Objective-C tricks and techniques, including using literals, subscripting dictionaries and arrays, dynamically generating classes and selectors from strings, method swizzling to override methods without subclassing and call the original implementation, and drawing borders around views using method swizzling. It also discusses using CGRects, like shrinking them and using unions, as well as representing and storing CGRect values.