一.IOS Xcode帮助文档的使用swift
①建立一个项目choose Single view Application 填写poduct name项目名ui
②打开ViewController.swift要知道用途,选中帮助下quick help forselected item出现类的说明操作系统
③查看帮助里所有意思,单机选中,help下search documentction for selectedcode
help下的search搜索栏可对感兴趣的进行搜索->show all help topic文档
二.程序打包和发布部署
2.1在模拟器中运行程序get
建立一个Xcode project->Single view Application->projectname,左上角可选中模拟器it
控制模拟器Rotate left向左翻转 Rotate Right向右翻转io
回到主页面快捷键command shift+h->有一个模拟IOS设备cli
2.2在真机中运行程序
苹果官网IOS Dev Center->sign in ->Register for free注册苹果id
链接手机,手机操做系统版本部署目标匹配
工程属性页面Deployment Info,目标Deployment Target调成与操做系统相匹配或者低的版本
截图window下organizer,Devices设备选择ScreenShts->new Sceenshot
2.3将程序打包发布到AppStore
对工程归档:①选择Product下Archive,click Distribute按钮
发布到Appstore第一项,在这以前须要把程序功能,图标完善