Hi, I've only heard about what UIProgressHUD class do, but i cannot find the implementation of this class or any documentation. Reference to this class can be found in "The iPhone Developer's Cookbook 1st Edition" book, and other articles on the internet: CocoaDev: UIProgressHUD Using a Progress Heads Up Display in your iPhone Program - Inside iPhone Blog ... and maybe others. I just want to know if i can still use this class somehow. Does anyone has the .h and .m class files? Or is
Read more »UIProgressHUD - Use and availability (Not available in iPhone SDK 2.1?)
iPhone Development - Is garbage collection supported for iPhone applicaions?
Does iPhone applications support garbage collection. If it does, then what are the alternate ways to perform the operations that are performaed using alloc and init combination: Code: NSXMLParser *xmlParser = [[NSXMLParser alloc] initWithData:xmlData]; UIImage *originalImage = [[UIImage alloc] initWithData:data]; detailViewController = [[[DetailViewController alloc] initWithNibName:@"DetailView bundle:[NSBundle mainBundle]] autorelease]; ... and other commands. Thank you in advance for any
Read more »introduction of Pipe Dream
:)A funny game which be download from appstore: Pipe Dream Test your sense of balance! Marbles are loaded into pipes of different shapes and positions. Tilt your iPhone so the marbles will roll out of the pipes and fall into the catching plates below. Your goal is to make sure each plate ends up with the same number of marbles after all marbles have been rolled out. Start slow to get familiar with the speed and tilting angle. Pipes will become more slippery as your level incre
Read more »How much do iPhone developers charge per hour?
Would like to get some concrete figures for a business plan that my VC has asked me for. Please let me know how much you guys would charge for doing a project for iPhone, which will take approximately 100 hours. I really appreciate your help on this. Thanks.
Read more »SlingPlayer Coming To An App Store Near You!
The first exciting news from Macworld 2009 came late Monday afternoon when Sling Media PR director Brian Jaquet announced that we will see the much anticipated SlingPlayer for the iPhone by the end of the quarter. If you own a version of their SlingBox set top, this app will allow you to watch live TV, record DVR programs, and even watch recorded films over the air with a 3G or wifi connection. Six months ago at WWDC, Sling showed off a proof-of-concept SlingPlayer on a jailbroken iPho
Read more »Turning iPhone screen off or sleep
Hi, how can i turn the iphone screen off or to make it sleep programaticly from the app?
Read more »iPhone Battery Life Increased by 12 Times
A PhD Student Manages To Increase iPhone Battery Life By 12x Read More: A PhD Student Manages To Increase iPhone Battery Life By 12x
Read more »Can I manually call shouldAutorotateToInterfaceOrientation?
For short question, as the topic state, will there be any harm from calling shouldAutorotateToInterfaceOrientation manually? Like: Code: [self shouldAutorotateToInterfaceOrientation:[UIDevice currentDevice].orientation]; Now, for long and detailed one. What I'm try to achieve here is something like this. I have one main view which is able to rotate from portrait to landscape according to the device's orientation, and since the default auto rotation behavior doesn't fit my need, I've imple
Read more »NSUserDefaults first-time usage
Dear all, I am planning on using NSUserDefaults to store my application configuration. I have the following questions - 1. When my application is run I want to check if the user defaults file/db exists. Is there an API to do this? 2. What the best place to call in the code to invoke the saving of the settings on application exit. Any help will be greatly appreciated? Cheers MB
Read more »Recover Private Key from Hard Drive
My MacBook that I used for development died. I did not have a backup of my key that was generated when I created my first CSR (I WILL do that this time). I bought a new MacBook and have been able to mount the drive from my original MacBook to my new MacBook. How can I get to the private key in a form that I can import into my new MacBook? -Darrell
Read more »

