- 博客(3)
- 收藏
- 关注
原创 iOS APP上架流程及上架过程中遇到的问题总结
今天上架了人生第一个app,上架过程有点曲折~总结下上架过程中遇到的问题 1,由于xcode从7更新到8,编译时报错“Swift does not support the SDK 'iPhoneSimulator9.3.sdk'?“ 解决方法:退出xcode;删除Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulato
2016-12-01 15:31:20
2262
原创 XCode常用快捷键总结
1、切换头文件和m.文件,很实用 Command + control+ 上下箭头键 2、go back,回退,干嘛用啊,就是回到你上次打开的页面。 control+command+ 左箭头 go forward 回到你前面打开的页面 control+command+ 右箭头 三、文件 File 新建项目 command+shift+n 新建文件
2016-06-16 16:54:53
315
原创 UITextField使用注意事项——最左侧/右侧添加图片
//创建要添加在左侧的图片 UIImageView *leftView = [[UIImageView alloc] initWithFrame:CGRectMake(0, 0, 25, 25)]; leftView.contentMode = UIViewContentModeCenter; leftView.image = [UIImage ima
2016-06-16 16:38:56
1120
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人