1.如果是模態(tài)想要呈現(xiàn)導(dǎo)航欄 就把彈出的模態(tài)Controller放在導(dǎo)航欄的根視圖田度。
ZhuceViewController *ce=[[ZhuceViewController alloc]init];
UINavigationController *nav=[[UINavigationController alloc]initWithRootViewController: ce];
[self presentViewController:nav animated:YES completion:nil];
2.UITableView的代理方法,縮進(jìn)
- (NSInteger)tableView:(UITableView *)tableView indentationLevelForRowAtIndexPath:(NSIndexPath *)indexPath {
NSInteger row = indexPath.row;
return row;
}
3消息紅點(diǎn)第三方控件
PPDragDropBadgeView 第三方顯示紅點(diǎn)數(shù)字
LCBannerViewDemo? 圖片切換滑動(dòng)控件
UzysAssetsPickerController? :多張圖片選取
QBImagePickerController; 拍照多張選取