Cited From: http://zachwaugh.com/2009/03/programmatically-retrieving-ip-address-of-iphone/ #include <ifaddrs.h> #include <arpa/inet.h> - (NSString *)getIPAddress { NSString *address… more →
TEchnical SOlutionsjeboyer wrote 1 week ago: I’ve made significant progress on my prototype iPhone app since my last post. I’m contin … more →
aviadbd wrote 4 months ago: If you’re using a UITableView you probably know that in order to enable the “swipe-to-de … more →
jwopitz wrote 5 months ago: [note to self] Just some things I am learning along the way while teaching myself Objective-C and iP … more →
riactant wrote 6 months ago: So my colleague and I have been stuck on an issue for about three weeks which we finally gave up on. … more →
praveenmatanam wrote 6 months ago: Toggle In-Call Status Bar. Toggles the status bar between its normal state and its in-call state. Th … more →
nadim1point618 wrote 7 months ago: Some days ago when I was developing an iPhone application I required to use a calendar view, but unf … more →
Nadim Jahangir wrote 7 months ago: Somedays ago when I was developing an iPhone application, I required to use a calendar control to sh … more →
praveenmatanam wrote 7 months ago: #import <objc/runtime.h> id scroller = [[Webview subviews] lastObject]; … more →
Steve Gongage wrote 8 months ago: Some great instructions on how to setup a Splash Screen for your application. iCodeBlog » Blog Archi … more →
praveenmatanam wrote 8 months ago: NSLocale *locale = [NSLocale currentLocale]; NSString *country … more →
Steve Gongage wrote 8 months ago: Now this is something I need to check out when I get a minute. The basic premise of PhoneGap is tha … more →
davidjhinson wrote 8 months ago: My solution for sending messages via email on the iPhone – detailed here – works for eve … more →
davidjhinson wrote 8 months ago: For all the really nice stuff Objective-C lets you do on the iPhone, there are many, many holes left … more →
Steve Gongage wrote 8 months ago: Its amazing what you take for granted in scripting languages sometimes… for instance, when you … more →
Steve Gongage wrote 8 months ago: Great tip that I can see myself needing in the near future. If you’re trying to add YouTube v … more →
Steve Gongage wrote 8 months ago: This is definitely not a coding purist’s approach to development, but using static functions w … more →
praveenmatanam wrote 9 months ago: http://iphonedevelopment.blogspot.com/2009/02/strong-encryption-for-cocoa-cocoa-touch.html Blogged w … more →
davidjhinson wrote 10 months ago: One of the more commonly asked questions about iPhone SDK development is “how do you send atta … more →
davidjhinson wrote 11 months ago: Several challenges of the XCode / Cocoa Touch development environment involve doing things that are … more →