venerdì 28 gennaio 2011

hello world


- (void) applicationDidFinishLaunching {
window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
iPhoneSmartAppsController *mainController = [[iPhoneSmartAppsController alloc] init];
[window addSubview: mainController.view];
[window makeKeyAndVisible];
return YES;
}


giovedì 27 gennaio 2011

First post.

Hello guys!
This is our first post on iPhoneSmartApps.org DevBlog and we are glad to announce the opening of this wonderful world!

Welcome!