Commit Graph

10 Commits

Author SHA1 Message Date
Garrett Moon
ec0fa5b85a Remove deprecated methods in preperation for 2.0 2016-02-08 17:02:30 -08:00
Garrett Moon
997c747bf1 Merge branch 'add-generics-for-image-url-arrays' of https://github.com/rounak/PINRemoteImage into rounak-add-generics-for-image-url-arrays 2016-02-02 14:28:00 -08:00
rounak
6a90410322 Add generics to collections 2016-02-01 22:19:51 -08:00
Michael Schneider
8df9dc00c6 Add support for OS X to library
Mapping generic classes like PINImage, PINImageView and PINButton to the equivalent UIKit or AppKit classes. Throughout the framework use these mappings instead of the concrete UIKit / AppKit names. Furthermore we provide a category on NSImage that is adding methods that are not available on NSImage but on UIImage.
2016-01-04 17:39:50 +01:00
Michael Schneider
9b8b0afc6d Pass through setUpdateWithProgress: value to prefixed property
Fixes the setUpdateWithProgress: method that currently calls itself instead of passing the value through to the prefixed pin_updateWithProgress property. This results into a infinite loop and a crash.
2016-01-04 14:56:29 +01:00
Garrett Moon
49239f6899 Merge pull request #86 from foursquare/check-nil-url
Guard against nil url in category methods
2015-10-28 11:30:53 -07:00
Brian Dorfman
3bc02e3c24 Add a new project for building Carthage framework 2015-10-28 11:27:22 -07:00
Brian Dorfman
836223b241 Guard against nil url in category methods 2015-10-26 17:09:59 -07:00
Zev Eisenberg
c9f1796b3f Prefix category methods. 2015-07-27 17:57:37 -04:00
Garrett Moon
9d2bd31f95 1.0 2015-07-22 17:29:31 -07:00