Archive for the tag 'objective-c'

Jul 18 2011

SBQueue - An Objective-C Queue for iOS 4.3

Published by Siegfried Bolz under iPhone



Because of the missing NSQueue, i have developed my own Queue equivalent. You can download it for free there (click). I have added some Unit Tests to make sure the Queue is working.

<... [Read more]

Technorati Tags: apple, iphone development, mac, nsqueue, objective-c, sbqueue, unit tests

4 responses so far

Apr 30 2011

Simple Validation-Framework for UITextField & UITextView -Fields

Published by Siegfried Bolz under iPhone



Table of contents



[Read more]

Technorati Tags: framework, gui, ipad, iPhone, objective-c, uitextfield, uitextview, validation

One response so far

Mar 23 2011

Read some interesting data from your iDevice with iOS 4.3

Published by Siegfried Bolz under iPhone



Ever tried to read some interesting data like the Serial Number, IMEI, Phone Number… from your iPhone (or an other iDevice) ? Some data is easy to access, some other uses not supported API calls. I have written a simple App which can read the above mentioned data. You can download it [Read more]

Technorati Tags: appstore, imei, iokit-extension, ios 4.3, iPhone, objective-c, phone number, serial number

No responses yet