- 博客(6)
- 资源 (2)
- 问答 (1)
- 收藏
- 关注
转载 iOS获取设备信息
UIDevice *currentDevice = [UIDevice currentDevice];1.设备名称NSString *strName = currentDevice.name; 2.设备类别 NSString *strModel = currentDevice.model; 3.设备本地化版本NSString *strLocalizedModel
2017-12-26 16:19:34
234
原创 月份及英文缩写
一月份 January Jan二月份 February Feb三月份 March Mar四月份 AprilAPR Apr五月份 May May六月份 June Jun七月份 July
2017-12-26 16:10:37
15829
原创 tableview对单一section或cell的刷新
//刷新单一组数据 NSIndexSet *indexSet=[[NSIndexSetalloc]initWithIndex:1]; [tableview reloadSections:indexSetwithRowAnimation:UITableViewRowAnimationAutomatic]; //刷新单一的cell
2017-12-02 18:06:58
269
原创 UItableView时键盘遮挡 iOS11下刷新滚动
解决UItableView时键盘挡住UItextFiled及 iOS11下调用reloadDate函数时滚动的问题
2017-11-28 11:13:25
673
项目中的url伪静态配置
2023-06-07
NSURLSession下载过程中内存持续增加
2017-10-21
TA创建的收藏夹 TA关注的收藏夹
TA关注的人