!95年,性別女,目前待業(yè)在家,負債3萬。滿腦子就是想著賺錢,存錢。 在江蘇這邊,虛歲應該算是26歲了,單身狗一個,我媽已經(jīng)催婚已經(jīng)催的放棄我了。 16年大專畢業(yè),去了一家上...
IP屬地:浙江
!95年,性別女,目前待業(yè)在家,負債3萬。滿腦子就是想著賺錢,存錢。 在江蘇這邊,虛歲應該算是26歲了,單身狗一個,我媽已經(jīng)催婚已經(jīng)催的放棄我了。 16年大專畢業(yè),去了一家上...
跟我的方法的原理是一樣的,只不過沒那么麻煩把
-(void)layOutHeaderAndFooterView{
self.tableView.tableFooterView=[[UIView alloc]initWithFrame:CGRectZero];
self.tableView.tableHeaderView = [[UIView alloc]initWithFrame:CGRectMake(0,0,0,0.01)];
self.tableView.sectionFooterHeight = 0;
self.tableView.sectionHeaderHeight = 0;
}
iOS11 cell 間距拉伸問題在 iOS11時,當我們在使用 tableView 進行分組時( style:UITableViewStyleGrouped)會出現(xiàn) cell 組間距被拉伸的情況,如下圖:...