自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

CSND_GO

PYTHON/IOS

  • 博客(3)
  • 收藏
  • 关注

原创 获取控件的key

unsigned int count =0;    Ivar *ivarList = class_copyIvarList([UIAlertAction class], &count);    for (int i =0; i        Ivar ivar = ivarList[i];        printf(" 看看:%s\n",iva

2016-12-22 10:49:14 613

转载 tableview的plain与group区别

当tableview style设置为ground时,每个section的header会跟随tableview一起上下滑动;当style设置为plain时,每个section的header会悬浮在屏幕最上面,直到下一个section的header划过来,把当前的替换掉。现在的问题是,可以在style为plain时,让header也跟随tableview一起上下滚动吗,而不停在屏幕最上的部分。

2016-12-16 13:52:25 2102

原创 No matching provisioning profile found: Your build settings specify a provisioning profile with the

在用真机调试时出现“No matching provisioning profile found: Your build settings specify a provisioning profile with the UUID “4841b920-b4a7-440e-8c30-b745aa86ec1c”, however, no such provisioning profile was f

2016-12-05 13:16:31 466

空空如也

空空如也

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

TA关注的人

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