自定义cell里的button通过点击无法获得cell的indexpath
摘要:转载自:http://www.cocoachina.com/bbs/read.php?tid=95565[[button superview] superview] 才是cell!
阅读全文
How to integrate iAD in your iOS App ?
摘要:转载自:http://mo7amedfouad.com/2011/08/how-to-integrate-iad-in-your-ios-app/There is no doubt that the ad industry pushes a lot of companies and individuals to work and grow. the main revenue for Google is AdSense.So why not you get a piece from the pie?.What is iAD ? The iAd advertising platform provi
阅读全文
在Mac OS X下架设和使用SVN版本管理环境
摘要:在Mac OS X下架设和使用SVN版本管理环境Mac OSX系统已经内置了svn支持,所以需要做的就只是配置,可以用svnadmin –-version查看。转载自:http://blog.sina.com.cn/s/blog_5fde608901011gkp.html1.建立想要保存软件仓库的目录。 并在系统设置里面打开Web共享(Apache2)。sudo su (然后输入密码)mkdir /optmkdir /opt/svnmkdir /opt/svn/repos即创建了目录/opt/svn/repos/2.创建版本仓库 svnadmin create /opt/svn/repos3.
阅读全文
iphone开发资源汇总
摘要:转载自:http://blog.csdn.net/favormm/article/details/6664970如何用Facebook graphic api上传视频:http://developers.facebook.com/blog/post/532/Keychain保存数据封装:https://github.com/carlbrown/PDKeychainBindingsController对焦功能的实现:http://www.clingmarks.com/?p=612自定义圆角Switch按件:https://github.com/domesticcatsoftware/DCRoun
阅读全文