Commit History

Author SHA1 Message Date
  Ryan Olson f3821d643e Update README 12 years ago
  Ryan Olson 1ff18c0291 Add .podspec file 12 years ago
  Ryan Olson 9c834223fe Exclude FLEX from release builds in the example project. 12 years ago
  Ryan Olson 6b98f38a82 Add UICatalog example project to demonstrate FLEX integration. 12 years ago
  Ryan Olson cad1eb4a9b Go back to using [[object class] description] 12 years ago
  Ryan Olson 829e279711 Be robust against NULL ivar type encoding (hello swift). 12 years ago
  Ryan Olson 25223f633a Don’t rely on UIKit being imported from a pch 12 years ago
  Ryan Olson cf753419eb Fix the autoresizing mask on the explorer toolbar. 12 years ago
  Ryan Olson d0f9b7a580 Shorten the frame description so it fits in the info bar better. 12 years ago
  Ryan Olson 85db936649 Update README (in progress) 12 years ago
  Ryan Olson a310c289c6 Add LICENSE 12 years ago
  Ryan Olson 46c5929bd5 Use runtime functions over NSObject methods for safety with non-NSObject classes. 12 years ago
  Ryan Olson c3fe793c00 Fix format string argument ordering in method calling error string. 12 years ago
  Ryan Olson ccf2cd4ede Add FLEXEncodeClass macro for a consistent way of getting full class type encoding strings. 12 years ago
  Ryan Olson c8581092d1 Update README with completed tasks. 12 years ago
  Ryan Olson 947d4c83fe Make shortcut property drill in behavior match the main properties section. 12 years ago
  Ryan Olson 55f4d33bc3 Add `layer` to the view explorer shortcut property list. 12 years ago
  Ryan Olson e036683f8c Support toll free bridged CF types in the perform selector utility method. 12 years ago
  Ryan Olson deb18f353b Add a few common CG/CA types to the readable type translation method. 12 years ago
  Ryan Olson 990b9b7b78 Reload the entire object explorer table on appearance. 12 years ago
  Ryan Olson 5f952d0d30 Don’t show the “referring instances” section when searching. 12 years ago
  Ryan Olson 59a6150ed8 Support bridging from UIColor to CGColorRef in the selector performing utility method. 12 years ago
  Ryan Olson 71c453b1d3 Add color argument input view to support UIColor and CGColorRef properties. 12 years ago
  Ryan Olson 8c112b9ae3 Add font argument input view. 12 years ago
  Ryan Olson d4ffec2678 Add string argument input view so that properties with explicit NSString typing don’t require quotes. 12 years ago
  Ryan Olson 8ebfc929a4 Add UILabel shortcut properties for text, font, and textColor. 12 years ago
  Ryan Olson e557f726e3 Keep the view explorer’s shortcutPropertyNames internal for now. 12 years ago
  Ryan Olson 1bd6c7164e Add a section to the object explorer for finding all other objects with ivars referencing the current object. 12 years ago
  Ryan Olson 97f656cfc2 Update TODO list in README 12 years ago
  Ryan Olson 675dbd7350 Choose different sizes for argument input views based on their type. 12 years ago