在xocde5中执行的顺序是prepareForSegue、viewDidLoad、didSelectRowAtIndexPath,在xcode6中执行的顺序是 prepareForSegue、didSelectRowAtIndexPath、viewDidLoad具体程序见http://downlo... Read More
在UItableView中使用代理方发-(UIView*)tableView:(UITableView*)tableViewviewForHeaderInSection:(NSInteger)section时,使用UIView自定义的header,发现不能重用,后来发现要想重用必须使用 UITabl... Read More