Rapture In Venice, LLC

:: Freelance iOS Development & Team Augmentation

May, 2012

Tutorial: Using RaptureXML Like A Pro!

In a world with evolving data formats such as YAML and JSON, it’s remarkable how much we still use XML, but what’s even more remarkable is just how bad the XML parser offerings are for iOS. Whether you use the native NSXMLParser stuff or any of the many third-party frameworks, you’re forced to write a […]

 

, ,

Pragmas Aren’t Just For Marks

Ask an iOS developer what a #pragma is and more times than not they’ll tell you, “It’s a directive that lets you group your functions in XCode’s method index thingy.” OK, I confess, that’s what my answer would’ve been not too long ago! The truth is, there are plenty of #pragma usages out there and […]