This repository has been archived by the owner on Feb 16, 2019. It is now read-only.
Version 1.0.2
- Improve
+[UIColor colorWithHex:]
to accepts0x
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