ObjectivePGP goes Open Source

I have changed my mind I'm a just developer who like to make stuff. A few months ago [https://blog.krzyzanowskim.com/2014/07/31/short-story-about-openpgp-for-ios-and-os-x-objectivepgp/] I stated: > Nowadays, programmers are looking for (I have seen it particularly in the case of iOS programmers) ready-made controls and…

Various ways to parse raw data with MKDataScanner

Recently I did some more work with raw data and I missed simple tool like NSScanner [https://developer.apple.com/library/mac/documentation/Cocoa/Reference/Foundation/Classes/NSScanner_Class/index.html] to do the job. So I created MKDataScanner [https://github.com/krzyzanowskim/MKDataScanner], which is NSScanner but for NSData…

Facebook SDK: Request Read&Publish permissions simultaneously

Facebook says: > You cannot request read and publish permissions simultaneously using iOS6's Facebook support, and if you attempt to, the SDK will take the user through a less-optimal app-switching or web-based authentication flow. If all you need is to authorize your iOS application and grant publish_actions…