I've found that FKPhotoSizeUnknown is no longer supported. The following was removed from FlickKit.m. Just wondering why? if (size == FKPhotoSizeUnknown) [URLString appendFormat:@".jpg"]; else {
I've found that FKPhotoSizeUnknown is no longer supported. The following was removed from FlickKit.m. Just wondering why?
if (size == FKPhotoSizeUnknown) [URLString appendFormat:@".jpg"];
else {