James Bucanek
James Bucanek
Thanks for the feedback, and the links. I think I might want to dip my toe in the jekyll-apple-help waters next month with the idea of seeing how much work...
Using ARC is optional. Older applications that don’t use ARC are not required to be modified to run on iOS 7. An application can use ARC (where the compiler decides...
Oversight: Flickr expects the permissions parameter to be lowercase, but FKPermissionStringForPermission() returns uppercase. A -lowercaseString message solves that...
(1) I agree, somewhat. I also don't like overly verbose APIs, but having a complex method and a set of convenience methods that handle the typical cases is a common...
I just implemented the `options:` version and it looks a lot better—almost professional. :)
Well, that was a long time ago. LOL I can't find the info I based this on, but I took a look at my code, and it's pretty straight forward....