posted @ 2014-09-10 21:13 0304 阅读(114) 评论(0) 推荐(0)
摘要:
http://blog.csdn.net/oskytonight/article/details/22319853 阅读全文
摘要:
http://open.weibo.com/wiki/IOS_SDK#.E6.8E.88.E6.9D.83.E6.A8.A1.E5.BC.8F 阅读全文
posted @ 2014-08-22 14:57 0304 阅读(84) 评论(0) 推荐(0)
摘要:
https://open.weixin.qq.com/cgi-bin/frame?t=resource/res_main_tmpl&verify=1&lang=zh_CN 阅读全文
posted @ 2014-08-22 14:29 0304 阅读(128) 评论(0) 推荐(0)
摘要:
主要还是官网好,视频很不错http://wiki.connect.qq.com/ios%E5%BC%80%E5%8F%91%E8%A7%86%E9%A2%91%E6%95%99%E7%A8%8B 阅读全文
posted @ 2014-08-22 14:24 0304 阅读(140) 评论(0) 推荐(0)
摘要:
IOS7环境中,设置UITextView.text并不能立即更新contentSize,再用textView.contentSize.height无法获取当前内容的高度。采用以下方法可以解决这个问题。123456789if([[[UIDevicecurrentDevice]systemVersion... 阅读全文
posted @ 2014-08-19 21:22 0304 阅读(621) 评论(0) 推荐(0)
摘要:
http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000http://dl528888.blog.51cto.com/2382721/1292316https://gitlab.com/fis... 阅读全文
posted @ 2014-08-19 21:20 0304 阅读(95) 评论(0) 推荐(0)
摘要:
http://www.gowhich.com/blog/177iOS的动画效果类型及实现方法http://www.cnblogs.com/lovewx/p/3912417.htmlhttp://www.raywenderlich.com/50197/uikit-dynamics-tutorialht... 阅读全文
posted @ 2014-08-14 14:21 0304 阅读(260) 评论(0) 推荐(0)
摘要:
- (void) scrollViewDidScroll:(UIScrollView *)scrollView{ CGPoint offset = scrollView.contentOffset; // 当前滚动位移 CGRect bounds = scrollView.bounds... 阅读全文
posted @ 2014-08-05 14:59 0304 阅读(395) 评论(0) 推荐(0)
摘要:
https://developers.facebook.com/docs/ios/share/cnhttps://github.com/fbsamples/ios-howtoshttps://developers.facebook.com/docs/ios/getting-startedios6以后... 阅读全文
posted @ 2014-07-31 10:24 0304 阅读(519) 评论(0) 推荐(0)
摘要:
导入第三方库,比如googlemap,提交代码,发现会有头文件找不到的问题,原因出在:framework search paths中用绝对地址,应该为相对地址,使用$(SRCROOT)http://stackoverflow.com/questions/21342032/xcode-use-rela... 阅读全文
posted @ 2014-07-30 13:26 0304 阅读(599) 评论(0) 推荐(0)