自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 iOS 微信分享不能app跳转和判断是否安装微信有误

1.先按官方流程走一遍,这时会报一个老掉牙的错误Undefined symbols for architecture arm64:"_OBJC_CLASS_$_CAEAGLLayer", referenced from:objc-class-ref in libWeChatSDK.a(ExGsGLES2LocalContextImpl.mm.o)ld: symbol(s) not

2016-11-11 09:23:10 3552 3

原创 Xcode真机沙盒下载错误:Failed to download application container An error occured while attempting to download

真机沙盒查看内容下载时出现Failed to download application containerAn error occured while attempting to download the container from application "app" on "“XXX”的 iPhone" to "/Users/duanjichao/Documents/xxxx.xc

2016-11-04 09:06:54 3615 3

原创 iOS 点击UITableViewCell上的按钮获取当前cell和行数

根据cell的搭建结构向上查找父试图得到cell,从右边的视图树可分析出.UIView *v = [sender superview]; HZFilemTableViewCell *cell = (HZFilemTableViewCell *)[v superview];如果在cell里面有UITableview的话,可通过indexPathForCell获取到NSIndexPath

2016-11-03 16:23:23 3597 1

空空如也

空空如也

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

TA关注的人

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