To present video in your application use MPMoviePlayerController Class. Place it in UIViewController Class that is initialized with an url. – (id) initWithURL:(NSURL*)theURL { self = [super init]; if (self != nil) { [self setUrl:theURL]; } return self; } Initialize player with url. Change player’s control style or remove controls. Select type of scaling (fit,… →
How did I use UIScrollView in my first iPhone application…
Emergency Light Application turns your iPhone, iPod Touch or iPad in a great source of light. Need to be seen in the dark or in an emergency situation? Don’t worry real light is just one tap away! • Swipe on the screen to change the light color • Tap once to enable/disable the siren •… →