// tableview 加载完成可以调用的方法-(void) tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath *)indexPath{if([indexPath row] == ((NSIndexPath*)[[tableView indexPathsForVisibleRows]lastObject]).row){//end of loadingdispatch_async(dispatch_get_main_queue(), ^{//////// self.detailListView.frame// = CGRectMake(self.detailListView.frame.origin.x,self.detailListView.frame.origin.y,MAIN_WIDTH,// tableView.contentSize.height);// [tableView reloadData];});}}