2014年12月1日

摘要: fn+control+f12 阅读全文
posted @ 2014-12-01 09:13 SCaptain 阅读(124) 评论(0) 推荐(0) 编辑

2014年11月24日

摘要: The UIViewController object is one of the most used objects available in the iOS SDK. It’s important to understand the lifecycle events of this contro... 阅读全文
posted @ 2014-11-24 14:45 SCaptain 阅读(263) 评论(0) 推荐(0) 编辑

2014年11月21日

摘要: $ git rm --cached iLedger.xcodeproj/project.xcworkspace/xcuserdata/Alex.xcuserdatad/UserInterfaceState.xcuserstate$ git commit -m "Removed the stupid ... 阅读全文
posted @ 2014-11-21 14:58 SCaptain 阅读(157) 评论(0) 推荐(0) 编辑

2014年11月19日

摘要: 监测tableview停止滚动- (void)scrollViewDidEndDragging:(UIScrollView *)scrollView willDecelerate:(BOOL)decelerate{ if (!decelerate) { [self scrolli... 阅读全文
posted @ 2014-11-19 21:37 SCaptain 阅读(298) 评论(0) 推荐(0) 编辑

2014年11月17日

摘要: 注册一个Notification [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(receivedNotification:) ... 阅读全文
posted @ 2014-11-17 16:57 SCaptain 阅读(111) 评论(0) 推荐(0) 编辑
摘要: Problem:When upgrading my project to the latest version of Google Play Services (v4.0, released on Halloween 2013), you are now supposed to add a new ... 阅读全文
posted @ 2014-11-17 14:56 SCaptain 阅读(5055) 评论(0) 推荐(0) 编辑

2014年11月10日

摘要: 123// Constants.hextern NSString * const MyOwnConstant;extern NSString * const YetAnotherConstant;最后,在Constants.m中通过赋值定义常量:123// Constants.mNSString *... 阅读全文
posted @ 2014-11-10 17:17 SCaptain 阅读(331) 评论(0) 推荐(0) 编辑

2014年11月7日

摘要: 1.需要下载android SDK 和Eclipse2.终端输入system_profiler SPUSBDataType找到 MI 2的就是你的手机USB参数MI 2:Product ID: 0x9039Vendor ID: 0x2717Version:2.28Serial Number: 22d... 阅读全文
posted @ 2014-11-07 19:39 SCaptain 阅读(222) 评论(0) 推荐(0) 编辑
摘要: 根据 Google 提供的start for google map sdk for iOS进行一系列的设置,这里就不多说了https://developers.google.com/maps/documentation/ios/startgoogle map sdk for iOS提供了全套的定位和... 阅读全文
posted @ 2014-11-07 16:41 SCaptain 阅读(662) 评论(0) 推荐(0) 编辑

2014年11月5日

摘要: UIView *topLayoutGuide = self.topLayoutGuide;NSDictionary *viewsDictionary = NSDictionaryOfVariableBindings(selectBuuton, itemTableView, itemCollectio... 阅读全文
posted @ 2014-11-05 21:47 SCaptain 阅读(304) 评论(0) 推荐(0) 编辑

导航