- 博客(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 2253
原创 XCode常用快捷键总结
1、切换头文件和m.文件,很实用Command + control+ 上下箭头键2、go back,回退,干嘛用啊,就是回到你上次打开的页面。control+command+ 左箭头go forward 回到你前面打开的页面control+command+ 右箭头三、文件 File新建项目 command+shift+n新建文件
2016-06-16 16:54:53 293
原创 UITextField使用注意事项——最左侧/右侧添加图片
//创建要添加在左侧的图片 UIImageView *leftView = [[UIImageViewalloc] initWithFrame:CGRectMake(0,0, 25,25)]; leftView.contentMode =UIViewContentModeCenter; leftView.image = [UIImageima
2016-06-16 16:38:56 1110
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人