会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
worldworld
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
4
5
6
7
8
9
下一页
2012年4月20日
引入extThree20JSON之后,怎么在工程中使用
摘要: 引入到工程中去之后,无法使用#import <extThree20JSON/extThree20JSON.h> 将类文件在工程中使用需要对引入的文件先进行编译,生成目标文件之后才可以使用,不然会一直报错!
阅读全文
posted @ 2012-04-20 09:37 worldworld
阅读(164)
评论(0)
推荐(0)
2012年4月19日
离线使用iPhone SDK文档的方法
摘要: 在使用Xcode进行iPhone编程时,有时需要参考iPhone SDK的文档,不过每次Control+Click后,Xcode都会试图连接Internet,进行在线读取。有什么方法能够把资料下载到硬盘上进行离线阅读吗? 答案是肯定的。首先去Xcode的Preference中的Documentation Sets下,选择所需的docset,这里是iPhone 4.0 Reference Library,右击选择“Get Info…”,找到Feed URL:http://developer.apple.com/rss /com.apple.adc.documentation.AppleiPhon
阅读全文
posted @ 2012-04-19 11:30 worldworld
阅读(319)
评论(0)
推荐(0)
2012年4月16日
UIButton of UIButtonTypeCustom with title does not show as clicked
摘要: 按钮custom之后 进行单击无法显示 titlehttp://stackoverflow.com/questions/9561427/uibutton-of-uibuttontypecustom-with-title-does-not-show-as-clicked
阅读全文
posted @ 2012-04-16 16:57 worldworld
阅读(327)
评论(0)
推荐(0)
在navigationBar上面加入任意数量的任何控件
摘要: http://www.cocoachina.com/bbs/read.php?tid=92353
阅读全文
posted @ 2012-04-16 14:14 worldworld
阅读(149)
评论(0)
推荐(0)
UINavigationBar 上面添加多个按钮
摘要: http://xiaohui3837843.blog.163.com/blog/static/54388740201111615432445/此方法已经验证,可行UIToolbar* tools = [[UIToolbar alloc] initWithFrame:CGRectMake(0, 0, 150, 45)];[tools setTintColor:[self.navigationController.navigationBar tintColor]];[tools setAlpha:[self.navigationController.navigationBar alpha]];NS
阅读全文
posted @ 2012-04-16 14:10 worldworld
阅读(1376)
评论(0)
推荐(0)
2012年4月13日
iOS打印Debug日志的方式
摘要: #ifdefDEBUG#defineDLog(fmt,...)NSLog((@"%s[Line%d]"fmt),__PRETTY_FUNCTION__,__LINE__,##__VA_ARGS__);#else#defineDLog(...)#endif#defineALog(fmt,...)NSLog((@"%s[Line%d]"fmt),__PRETTY_FUNCTION__,__LINE__,##__VA_ARGS__); http://2015.iteye.com/blog/1374820
阅读全文
posted @ 2012-04-13 15:46 worldworld
阅读(236)
评论(0)
推荐(0)
iOS获取应用程序名称的方法 application Name
摘要: NSBundle*bundle =[NSBundle mainBundle];NSDictionary*info =[bundle infoDictionary];NSString*prodName =[info objectForKey:@"CFBundleDisplayName"];http://stackoverflow.com/questions/1247142/getting-an-iphone-apps-product-name-at-runtime[[[NSBundle mainBundle] infoDictionary] objectForKey:(NSS
阅读全文
posted @ 2012-04-13 15:35 worldworld
阅读(1123)
评论(0)
推荐(0)
2012年4月12日
自定义tabbar更新,支持badge,隐藏+tableview自动分页
摘要: http://www.cocoachina.com/bbs/read.php?tid=62061&keyword=tabBar非常好用的自定制tabBar
阅读全文
posted @ 2012-04-12 10:55 worldworld
阅读(281)
评论(0)
推荐(0)
2012年4月11日
越狱的iPhone 遇到TakingInstallLock问题的解决方案
摘要: 在开发过程中解决了证书的问题之后 遇到 TakingInstallLock问题,重启手机搞定真机测试,无论是越狱的设备还是未越狱的设备都必须使用证书才能进行刷机。
阅读全文
posted @ 2012-04-11 13:44 worldworld
阅读(698)
评论(0)
推荐(0)
Apple 开发证书的申请和管理
摘要: http://www.cocoachina.com/bbs/read.php?tid-28047-keyword-idp.html申请证书的过程,未进行验证http://wjl4926.blog.163.com/blog/static/97330204201112595236780/开发证书的生成过程,已经进行了验证
阅读全文
posted @ 2012-04-11 13:42 worldworld
阅读(254)
评论(0)
推荐(0)
上一页
1
···
4
5
6
7
8
9
下一页
公告