自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 资源 (2)
  • 收藏
  • 关注

原创 iOS 一个有趣的Bug,收起键盘

0x00使用了IQKeyboardManager,在点击控制器空白处收起键盘时,整个界面上移了64!0x01控制器设置了 [self.navigationController.navigationBar setTranslucent:NO];在viewDidLoad 内添加了UITextField后立马调用了[_textField becomeFirstResponder];0x02...

2019-05-27 16:46:58 673

原创 iOS UILabel 文本颜色设置

0x01 这也需要讨论?不就是 label.textColor = [UIColor redColor];0x02 另外的方法呢?用setValue:forKey:[label setValue:[UIColor greenColor] forKey:@"textColor"];0x03 还有吗?用performSelector:withObject:[label3 perfor...

2019-05-24 11:13:58 1272

原创 iOS 正确获取应用占用的内存 笔记

0x00 关键代码#import <mach/mach.h>- (int64_t)memoryUsage { int64_t memoryUsageInByte = 0; task_vm_info_data_t vmInfo; mach_msg_type_number_t count = TASK_VM_INFO_COUNT; kern_retur...

2019-05-10 18:52:51 1291

原创 -[__NSCFConstantString objectForKeyedSubscript:]: unrecognized selector sent to instance 0x100003680

0x00崩溃__NSCFConstantString objectForKeyedSubscript: unrecognized selector sent to instance 0x1000036800x01直接上代码 NSDictionary *dic = @{@"views":@[@{@"tag":@"100"},@{@"tag":@"200"}]}; for (NS...

2019-05-09 18:50:01 2456

Animatable Properties.pdf

iOS Core Animation,CALayer Animatable Properties,CIFilter Animatable Properties。

2020-08-06

ISO_IEC_14496-1_2010.pdf

2017-01-03

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除