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