
That all for now, stay tuned for more.

That all for now, stay tuned for more.
Facebook Page
Twitter
FriendFeed
And that’s just the beginning. As we grow we will add more ways to get in touch with the community. Without community we’re nothing and we know it.
Here’s a fun and easy way :)
my_label = [[Label labelWithString:str fontName:@"Helvetica" fontSize:24.0] retain] ; [ my_label setRGB:0 :0 :0 ] ;
Do not enumerate over the mutable array, make a copy of the array instead. That’s it. This will save the pain of debugging.
Cheers.
[[UIApplication sharedApplication] setStatusBarHidden:YES animated:NO];
or
in info.plist add UIStatusBarHidden key and set it to 1
We are 1337. When we give presents nothing less then 1337 will do. What’s more 1337 than a private plane tour of the Rockies? Nothing.
Photo report:






Organizer says “Could not support development.”
I just came across this error while trying to test an app on the device.
Reboot your device. Simple as that.

Enough said.
If you need to trim whitespace characters at the start and end of a NSString, here’s an easy way:
existingStr = [ existingStr stringByTrimmingCharactersInSet:[NSCharacterSet whitespaceAndNewlineCharacterSet]] ;
In the iPhone Emulator window hold OPTION key two touch areas will appear this gives the ability to test “pinch” functionality (i.e. zoom-in, zoom-out). Now while holding OPTION key also press SHIFT key, now you can emulate two finger drag, swipe, etc.