Tag Archives: Cocoa

NSHTTPCookieOriginURL is broken on iOS :(

A quick tip that might save someone a good few hours of bug hunting: Under iOS it seems that when creating cookies via [NSHTTPCookie cookieWithProperties] that using NSHTTPCookieOriginURL will cause creation to fail. Instead you should pass the URL as … Continue reading

Posted in Programming | Tagged , | Comments Off

The Best iPhone Programming Book

If you want a book that offers a quick way to get up to speed on the iPhone, and that serves as a great reference to both Objective-C and Cocoa, then look no further. Continue reading

Posted in Distractions, General | Tagged , | 4 Comments