NSDictionary Iteration

As with any software solution, there are usually several ways to do the same thing. Iterating through NSDictionary on iOS certainly has it’s own set of ways. iOs allows you [...]

More →

Regex in iOS

Regular expressions can be used on the iOS platform as iOS 4.0 comes with the foundation framework courtesy of the . Pattern syntax currently is specified by ICU.

More →

iOS NSNotifications

NSNotifications is a way to message other classes and objects within iOS. Unlike protocols and delegates, NSNotifications are blind in that they do not directly know which objects and methods [...]

More →

Unpacking mySQL from App Bundle

I was watching the Carnegie Mellon iOS dev series on iTunesU. Very briefly in the lecture on core data, was a section of code that copied a database out of [...]

More →

Python GUIs

Working with Python in a scripting environment where Python is already installed is pretty straight forward. OSX comes already installed with Python and it’s fairly easy to find installs in [...]

More →

#import versus #include

Objective-C introduced a new way to reference header files. Traditionally, a #include statement would literally drop in the header file of a respective file into a location indicated by the [...]

More →

ARC Singleton

Singleton example using the automatic reference counter (ARC): Interface

Implementation

More →

User Agent Spoofing on OSX Safari

There are many applications for spoofing user-agents on web browsers. Most solutions from Firefox or Chrome utilize plug-ins to achieve this. Safari on OSX has the ability to perform this [...]

More →

Search

Websites

  • slide
  • slide
  • slide
  • slide