2011-07-12 23 views

答えて

0

uは各セクションのアレイを使用するならば、uが0の場合0か

にカウントそのアレイによってチェックアウトすることができるヘッダーの0高さ

-(CGFloat) tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section{ 



     if ([urSectionArray count]>0) { 

      return 90; 

     } 
     return 0; 


    } 

詳細

http://blog.webscale.co.in/?p=240を返します

+0

更新...................... –

0

この場合、tableView:heightForHeaderInSection:がゼロを返さないようにします。次いで

関連する問題