摘要:
core data core data 基于model-view-controller(mvc)模式下,为创建分解的cocoa应用程序提供了一个灵活和强大的数据模型框架。 core data可以使你以图形界面的方式快速的定义app的数据模型,同时在你的代码中容易获取到它。core data提供了基础 阅读全文
摘要:
真机调试,想连接真机调试代码可是连上设备后就一直转圈,在Divice里面一直提示“iphone名称” is busy: Processing symbol filesXcode will continue when “iPhone名称” is finished. 第一次使用或者iPhone升级后都会 阅读全文
摘要:
iOS UIWebView去掉滚动条和黑色背景即拖拽后的上下阴影 隐藏滚动条和上下滚动时出边界的后面的黑色的背景 webView.backgroundColor=[UIColor clearColor]; for (UIView *aView in [webView subviews]) { if 阅读全文