- 博客(7)
- 资源 (1)
- 收藏
- 关注
转载 iOS textField
原文链接:http://blog.csdn.net/tskyfree/article/details/8121915/ 该博主总结的很全面,建议查看原文。 下面列出一些方法,以便textField实现常用的效果 UITextField *text = [[UITextField alloc]init]; // 水印 text.placeholder =
2014-12-03 14:20:02
469
原创 iOS linker command failed with exit code 1 (use -v to see invocation)错误
添加第三方库时出现这个错误,上网看过一些资料,貌似比较复杂。 可能导致这个错误的原因有很多,但我选择了Deployment Target之后问题就解决了。。。 项目导入时这个选项为空。 其他解决方法连接: 1.http://blog.csdn.net/duxinfeng2010/article/details/8265273 2.http://blog.c
2014-11-27 20:50:26
474
原创 iOS @dynamic关键字
原文链接:1.http://blog.csdn.net/haishu_zheng/article/details/12873151 2.http://www.cnblogs.com/xiaodao/archive/2012/10/09/2716244.html 在声明@property属性后,有2种实现选择 @synthesize 编译器
2014-11-27 14:58:59
862
转载 iOS 简单调用全国天气API,解析JSON
国家气象局提供的天气预报接口 接口地址: http://www.weather.com.cn/data/sk/101010100.html http://www.weather.com.cn/data/cityinfo/101010100.html http://m.weather.com.cn/data/101010100.html 对于第三个接口,返回信息
2014-11-10 15:04:29
1877
原创 iOS apple LLVM 6.0 error解决方法
参见http://blog.csdn.net/nb_tpl/article/details/20693489 其实
2014-11-08 23:34:49
1367
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人