11 Commits
Author SHA1 Message Date
Tanner Bennett 81b7ccea22 Avoid using [[* alloc] init*] where possible
Prefer shorthand initializers, like +new or +stringWithCString:encoding:
2019-08-16 12:48:34 -05:00
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 54730c368c Use FLEX.framework in example project
Bump example project deployment target to iOS 8 so we can link to the dynamic framework.
2015-12-13 21:09:20 -08:00
Ryan Olson 4e096a2cd7 Title case capitalization OCD 2015-02-18 09:22:07 -08:00
Ryan Olson 28241518bf Remove unnecessary method declaration 2015-02-18 09:19:39 -08:00
Ryan Olson e1c2c9c6fc Add emoji for menu consistency 2015-02-18 09:17:58 -08:00
Mikhail Solodovnichenko a644f89bbd Separated register global entry API to object and viewcontroller parts. 2015-02-18 15:48:53 +03:00
Mikhail Solodovnichenko 1653d86552 Added ability to add UIViewController based user defined global enties. 2015-02-10 12:34:49 +03:00
Ryan Olson 9c834223fe Exclude FLEX from release builds in the example project. 2014-07-21 19:21:44 -07: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