3 Commits
Author SHA1 Message Date
Tanner Bennett f2c8ede0e0 Use dot syntax for properties
Replaces the following method calls with dot syntax:
- count, length, UTF8String, CGColor, contentOffset, firstObject, lastObject, allObjects, allKeys, allValues, subviews, scale, frame, bounds, bytes

Also replaces various UIKit and Foundation singleton method calls with dot syntax, such as UIApplication.sharedApplication. These are all `class` properties now and Xcode will autocomplete them.

Also fixes a couple warnings.
2019-08-16 12:33:11 -05:00
Antoine Cœur 17e194b69d various typos 2019-05-16 10:21:04 -05:00
Ryan Olson 6b98f38a82 Add UICatalog example project to demonstrate FLEX integration.
https://developer.apple.com/library/ios/samplecode/UICatalog/Introduction/Intro.html
2014-07-21 19:21:44 -07:00