码迷,mamicode.com
首页 > 其他好文 > 详细

iWatch # 初始化工程

时间:2015-05-21 22:26:03      阅读:243      评论:0      收藏:0      [点我收藏+]

标签:

iWatch

  --利用swift,开发iWatch手表小应用!

 

远程仓库,团队开发:

$ git init

$ git add .

$ git commit -m “ProjectName”

 
// push / push
$ git pull

$ git push

 

-------------------------

 

1、新建工程

 

2、[  导航栏:Editer--》Add Target…

--》选择”Apple Watch” --WatchKit App

--》取消通知环境:不勾选“Include Notification Scene”

--》Activate ]

 

3、InterfaceController.swift中,写代码!

  在Interface.storyboard中,布局

 

--[iOS Simulator模拟器导航:

  Hardware--》External Displays--》AppleWatch--38/42mm

 

4、Code…

 

-------------------------

 

源码分享https://github.com/SpongeBob-GitHub/iWatch_TEST

 

|--> Copyright (c) 2015 Bing Ma.

|--> GitHub RUL: https://github.com/SpongeBob-GitHub

 

iWatch # 初始化工程

标签:

原文地址:http://www.cnblogs.com/SpongeBob-GitHub/p/4516123.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!