Tag Archives: ipad

How to find your resources and how to generally find the directory layout

To find the main download directory for when you are receiving files, put this snippet of code in a test project or your main project at the point of opening: NSArray *pathsForDownloadedFiles = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES); NSString *pathMain = [pathsForDownloadedFiles … Continue reading

Share
Posted in iPod and Apple Platform, Uncategorized | Tagged , , , , , , , , , , , , , , , | Leave a comment

Popping up the keyboard on the iPlatform

If you want the virtual keyboard to popup when you display a text field in a view do the following: In your viewDidLoad or if you call any method to do “things” before displaying then the variable that points to … Continue reading

Share
Posted in iPod and Apple Platform | Tagged , , , , , , , | Leave a comment

iPad Universal App

This is for the uninitiated and for posterity. Running XCode 3.2.3. Please NOTE: I had forgotten this. If you update the OS of your iPlatform device (pod/phone/pad) then you MUST update the XCode SDK. Now this makes sense in a … Continue reading

Share
Posted in iPod and Apple Platform | Tagged , , , , , , | 2 Comments

iPad – The Conqueror

I went to Best Buy and they had the requisite four iPads to touch and feel and play with. Lots of kids/teens/college age. They were all over everything, the macbooks, iPads, everything that was there. It was “an event” for … Continue reading

Share
Posted in iPod and Apple Platform | Tagged , , , , | 3 Comments

iPad – uh yeah great name

Don’t be stupid about the iPad Continue reading

Share
Posted in iPod and Apple Platform | Tagged , , , | Leave a comment