iOS笔记
梦道yj
一入江湖岁月催
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
tableview对单一section或cell的刷新
//刷新单一组数据 NSIndexSet *indexSet=[[NSIndexSetalloc]initWithIndex:1]; [tableview reloadSections:indexSetwithRowAnimation:UITableViewRowAnimationAutomatic]; //刷新单一的cell原创 2017-12-02 18:06:58 · 314 阅读 · 0 评论 -
UItableView时键盘遮挡 iOS11下刷新滚动
解决UItableView时键盘挡住UItextFiled及 iOS11下调用reloadDate函数时滚动的问题原创 2017-11-28 11:13:25 · 706 阅读 · 0 评论 -
iOS获取设备信息
UIDevice *currentDevice = [UIDevice currentDevice];1.设备名称NSString *strName = currentDevice.name; 2.设备类别 NSString *strModel = currentDevice.model; 3.设备本地化版本NSString *strLocalizedModel转载 2017-12-26 16:19:34 · 259 阅读 · 0 评论
分享