http://imtx.cn/project/#myword 背单词
Implementing Tap to Zoom in UIScrollView on an iPhone
如何为UINavigationBar设置背景图片
iPhone开发入门(11)— 在App Store上发布程序
Doom Iphone code review
记录:来自http://iphone.ipsw.info/2010/02/post-61.html
UITabBarController 点击TabBarItem 后响应动作
1 UITabBarController 进入某个tableViewcontroller后,在进入tableViewcontroller
这个时候如果再点击当前的TabBarItem,会自动调用popViewControllerAnimated
变态设计要出现几个分类按钮,解决问题关键
- (BOOL)tabBarController:(UITabBarController *)tabBarController shouldSelectViewController:(UIViewController *)viewController
{
// NSLog(@”good to see it”);
if (self.selectedViewController == viewController ) {
if ([((UINavigationController*)viewController).visibleViewController respondsToSelector:@selector(showCategoryBtns)]) {
[ (TableViewController*)(((UINavigationController*)viewController).visibleViewController) showCategoryBtns];
return NO;解决问题关键
}
} UITableView next and pre 实现