摘要:
设计好后运行发现没有任何变化,是空白的。这是因为你的tableview相关的delegate方法还在。所以首先要屏蔽或者删除在PlayerDetailsViewController.m 如下的操作#pragma mark - Table view data source- (NSInteger)nu... 阅读全文
摘要:
这一节主要介绍segues,static table view cells 和Add Player screen 以及a game picker screen。Introducing Segues开启Main.storyboard拖拉一个Bar Button Item到Players窗口导航栏的右侧... 阅读全文
摘要:
outlook是公司必不可少的软件, 在mac下开发,当然用的是mac版的outlook,今天介绍一下如何设置mac下outlook的自动回复。有两种方式的帐号,一种是Exchange account,一种是pop/imap account.首先说exchange account1.打开mac下的o... 阅读全文
摘要:
3. Day-to-day use3.1 Everyday commandsMost of the common commands you will need are in the SmartSVN toolbar:UpdateCommitAddRemoveMoveRevertDeleteFixCh... 阅读全文
摘要:
Adding a Table View Controller连接到tab bar controller中的两个窗口都是regular UIViewControllers.你将使用UITableViewController来替换第一个tab选择第一个view controller然后delete它。拖... 阅读全文
摘要:
Storyboarding 是在ios 5时候引进入的一个非常出色的特性。节省了为app创建user interfaces的时间。如果你的app有多个屏幕storyboards可以帮助你降低代码的粘合度。比如从一个屏幕进入到另外一个屏幕。不会为每一个view controller使用单独的nib文件... 阅读全文
摘要:
http://blog.csdn.net/rbyyyblog/article/details/12220875在Archive项目时,出现了“Your build settings specify a provisioning profile with the UUID “”, however, n... 阅读全文
摘要:
Wireshark针对UNIX Like系统的GUI发行版界面采用的是X Window(1987年更改X版本到X11)。Mac OS X在Mountain Lion之后放弃X11,取而代之的是开源的XQuartz(X11.app)。因此,在Mac OS X上安装Wireshark之前,需要先下载安装... 阅读全文
摘要:
做iOS移动应用很多开发者会喜欢抓网络发包、回包来联调服务端借口以及定位其他网络问 题。如果在Windows系统可以使用fiddler来做iOS的远程代理,只要fiddler所在系统与iOS设备同时连上同一个局域网即可。但是在 OSX系统上没有fiddler,相信做iOS开发用windows系统的不... 阅读全文
摘要:
I fixed the issue (temporarily) by going to Edit Scheme, then in the Build section, removing my unit test target from being invoked in "Run". 阅读全文