Apr 14, 2011

Iphone Code Complete

1. how to count time.

CFAbsoluteTime time = CFAbsoluteTimeGetCurrent();


beware that the CFAbsoluteTime is a Double.


2. How to open a URL

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"your url here"]];



No comments:

Post a Comment