Skip to content
This repository has been archived by the owner on Feb 16, 2019. It is now read-only.

Version 1.0.2

Compare
Choose a tag to compare
@soffes soffes released this 04 Jul 05:04
· 68 commits to master since this release
  • Improve +[UIColor colorWithHex:] to accepts 0x along with # as a valid prefix - @alexanderzats
  • Add -[UIControl setTarget:action:forControlEvents:] method that allows setting exclusive handler and removing all previously registered actions - @alexanderzats
  • Performance optimization -[UIView firstSuperviewOfClass:] method - @alexanderzats
  • Add -[NSNumber dateValue] method that returns an instance of NSDate with current number as a timestamp - @alexanderzats