摘要:GitHub上的SlidingMenu的配置方法1.首先明确SlidingMenu是什么?2.如何使用SlidingMenu框架呢?GitHub上的SlidingMenu的配置方法1.首先明确SlidingMenu是什么?SlindingMenu是github上的大神写得一个侧滑菜单框架!2.如何使... 阅读全文
switch 使用使用小技巧
2014-03-11 14:57 by 三戒1993, 253 阅读, 0 推荐, 收藏,
摘要:for (int i=0;i<100;i++) { switch (i) { case 1 ... 10: NSLog(@"case 1 ... 10: = %d",i); break; case 11 .... 阅读全文
switch 使用使用小技巧
2014-03-11 14:57 by 三戒1993, 207 阅读, 0 推荐, 收藏,
摘要:for (int i=0;i<100;i++) { switch (i) { case 1 ... 10: NSLog(@"case 1 ... 10: = %d",i); break; case 11 .... 阅读全文
UIDatePicker odd behavior when setting minuteInterval
2014-03-11 11:47 by 三戒1993, 137 阅读, 0 推荐, 收藏,
摘要:http://stackoverflow.com/questions/6948297/uidatepicker-odd-behavior-when-setting-minuteintervalHere's yet another approach, with an Objective-C categ... 阅读全文
UIDatePicker odd behavior when setting minuteInterval
2014-03-11 11:47 by 三戒1993, 165 阅读, 0 推荐, 收藏,
摘要:http://stackoverflow.com/questions/6948297/uidatepicker-odd-behavior-when-setting-minuteintervalHere's yet another approach, with an Objective-C categ... 阅读全文
Migrating Your Android App from Eclipse to Android Studio
2014-03-10 17:29 by 三戒1993, 221 阅读, 0 推荐, 收藏,
摘要:By:Jason Snell| Posted in:Mobile,Performance Tech Tips,Top Post, Jun. 7th, 201312inShareOne of the more exciting announcements fromGoogle IOthis year ... 阅读全文
Migrating Your Android App from Eclipse to Android Studio
2014-03-10 17:29 by 三戒1993, 139 阅读, 0 推荐, 收藏,
摘要:By:Jason Snell| Posted in:Mobile,Performance Tech Tips,Top Post, Jun. 7th, 201312inShareOne of the more exciting announcements fromGoogle IOthis year ... 阅读全文
Android Studio的Gradle错误解决方法
2014-03-06 15:06 by 三戒1993, 187 阅读, 0 推荐, 收藏,
摘要:因为喜欢尝鲜,试了一下google的Android studio,但是在创建工程时,出现了尝试连接service.gradle.org错误的问题,查了一下,在StackOverFlow找到以下答案:Download Gradle directly from http://services.g... 阅读全文
objective-c: Functions and static keyword
2014-03-05 09:46 by 三戒1993, 101 阅读, 0 推荐, 收藏,
摘要:Functionsfunction is a concept for C programming language, objective-c is entirely relies on C.To define a function, you need provide four components:... 阅读全文
objective-c: Functions and static keyword
2014-03-05 09:46 by 三戒1993, 106 阅读, 0 推荐, 收藏,
摘要:Functionsfunction is a concept for C programming language, objective-c is entirely relies on C.To define a function, you need provide four components:... 阅读全文