2011年4月27日

Custom colored UITabBar icons

摘要: Custom colored UITabBar iconsOctober 6, 2010 in iPhone & iPad by Tom Van HerrewegheOn the iPhone, there is no such thing as a menu. When you create an application, you will usually work with a drill-down structure called NavigationController, or with the TabBarController. The difference between 阅读全文

posted @ 2011-04-27 17:43 GaryGaryGary 阅读(144) 评论(0) 推荐(0)

Modal方式显示UIView

摘要: + (void)showModal:(UINavigationController*)parentController{ static LoginController* sharedController; static UINavigationController *navigationController; if(!sharedController) { sharedController = [[LoginController alloc] initWithNibName:@"Login" bundle:nil modal:YES]; navigationControll 阅读全文

posted @ 2011-04-27 13:25 GaryGaryGary 阅读(176) 评论(0) 推荐(0)

导航