Wednesday, August 31, 2011

Xcode and #pragma mark


#pragma mark directives in code to help with organization as implementation files grow.
#pragma mark is simple to use,

for example, insert the following to call out initialization code:
#pragma mark -
#pragma mark Initialization

Tuesday, August 9, 2011

How to Play Video in iPhoneOS4


Step 1: Create a View base application using template. Give the application name “VideoPlayiPhoneOS4”.

Step 2: Xcode automatically creates the directory structure and adds essential frameworks to it. You can explore the directory structure to check out the content of the directory.