Rob Saunders
Rob Saunders
I am setting up the userAgent string using `NSURLSessionConfiguraiton`: ``` NSURLSessionConfiguration *config = [NSURLSessionConfiguration defaultSessionConfiguration]; config.HTTPAdditionalHeaders = @{ @"User-Agent": @"Test User Agent" }; NSURLSession *session = [NSURLSession sessionWithConfiguration:config]; ``` The...
Hi, I want to have a go at implementing accessibility for the blind. I want to give voice instructions as per my issue suggestion. https://github.com/card-io/card.io-iOS-SDK/issues/202#issuecomment-218218786 I am just starting out...
Assuming: - This library saves ~10s over manual entry. - The average user spends an extra ~2.5 sec downloading the app. Then if less than 1 in 4 people use...
I just tried this out with my eyes closed. Its not very useable since its very hard to align it in the square. Would be nice if this was accessible...
In the docs for [NSUbiquitousKeyValueStore](http://developer.apple.com/library/mac/#documentation/Foundation/Reference/NSUbiquitousKeyValueStore_class/Reference/Reference.html) it states: > **Important** When you register for the NSUbiquitousKeyValueStoreDidChangeExternallyNotification notification, always specify the default key-value store object as the object of the notification.