Three20 Launcher adding items help? - iPhone SDK -
i using three20 launcher homescreen feel in app. implemented basic launcher. have 2 things want accomplish.
first off, user push uibutton or whatever in different view controller ttviewcontroller , item added in launcher, how this?
secondly know how view user add information add own item in launcher? isn't necessary first thing.
i know of , deepen knowledge in three20 launcher.
just setup way view controller talk launcher, either delegation, notifications or whatever want, add item this:
ttlauncheritem *item = [[ttlauncheritem alloc] initwithtitle:@"title" image:@"http://imageurl" url:@"http://url" candelete:yes]; [_launcherview additem:item animated:yes]; [item release];
Comments
Post a Comment