人魔七七 关注移动端领域
http://blog.csdn.net/guozh/article/details/7641742
http://www.iteye.com/topic/1122134
http://blog.csdn.net/zhaozy55555/article/category/1135406
http://blog.csdn.net/zengconggen/article/details/7071086
http://blog.csdn.net/wihing/article/details/7314702
M 是model就是数据 , C是控制器,V是界面显示(一些控件)C可以和V 和 M 通信。 V 和 C之间可以通过方法,或者代理来进行通信,假如是永久的信息时候可以通过新建一个对象,调用方法来实现,假如是即时临时信息可以通过代理来进行。
http://www.cocoachina.com/newbie/basic/2012/1204/5242.html
http://www.cnblogs.com/wmj/archive/2012/07/26/iOS%E5%86%85%E5%AD%98%E7%AE%A1%E7%90%86.html
http://blog.csdn.net/totogo2010/article/details/7640612
http://www.tuicool.com/articles/JZrIFf
http://blog.csdn.net/ch_soft/article/details/7380218
http://blog.csdn.net/mengtnt/article/details/7253409
http://www.keakon.net/2011/07/26/%E5%88%A9%E7%94%A8%E9%A2%84%E6%B8%B2%E6%9F%93%E5%8A%A0%E9%80%9FiOS%E8%AE%BE%E5%A4%87%E7%9A%84%E5%9B%BE%E5%83%8F%E6%98...
CALayer *layer = [CALayer layer]; CGRect frame = CGRectMake(0, 29, 60, 13); [layer setFrame:frame]; [layer setContents:(id)image.
http://www.zhihu.com/question/20382396/answer/14994962
if (content) { CGSize constraint = CGSizeMake(self.contentWide, CGFLOAT_MAX); CGSize size = [content sizeWithFont:contentFont constraine...
http://bugfix.lofter.com/post/b071_13117b
由于padding 的原因出现这个问题。因此即使减16 再返回的高度上加16还是不怎么准确。因此根据UITextView 的contentSize 的 height 计算比较准确
http://blog.csdn.net/startexcel/article/details/7240247
http://stackoverflow.com/questions/5932397/the-class-is-not-key-value-coding-compliant-for-the-key
http://www.cnblogs.com/pengyingh/category/352364.html
http://www.cnblogs.com/smileEvday/archive/2012/06/28/tableView.html
http://blog.csdn.net/happy4nothing/article/details/376604#_Toc101751894
NSString * regexPassword = @"^.{6,}$"; NSPredicate *predicate = [NSPredicate predicateWithFormat:@"SELF MATCHES %@", regexPassword]; if (![predicate evaluateWithObject:self.
http://blog.csdn.net/think12/article/details/7217971
http://blog.163.com/wangy_0223/blog/static/450146612012612111242505/
http://blog.csdn.net/yohohohoho/article/details/6919361
http://blog.csdn.net/jinglijun/article/details/7310176 http://www.douban.com/note/223666942/
// NSString *iTunesLink = [NSString stringWithFormat:@"https://itunes.apple.com/cn/app/%@/id%d?mt=8",APPNAME,APPID];// [[UIApplication s...
http://blog.csdn.net/qijianli/article/details/7759659
http://www.oschina.net/question/659618_70518
http://blog.csdn.net/zhangkongzhongyun/article/details/8010544
http://blog.csdn.net/ouy_huan/article/details/7553818
http://wenku.baidu.com/view/05e060b369dc5022aaea0018.html
http://www.cnblogs.com/-cyb/articles/android_svn.html http://blog.csdn.net/udking/article/details/6176924
http://blog.sina.com.cn/s/blog_62a44e7d010112go.html
//为什么去不到那个控件用这个遍历方法 // for (UIView* v in self.loginCell.subviews) { // // if ([v isKindOfClass:[UITextField class]]) { /...
// UIStoryboard *board = [UIStoryboard storyboardWithName:@"MainStoryboard_iPhone" bundle:nil];// // // 获取故事板中某个View// UIViewController *n...
http://blog.sina.com.cn/s/blog_620d3c8601010gme.html
http://blog.csdn.net/zhibudefeng/article/details/7999984
http://blog.csdn.net/zhibudefeng/article/details/7999984
http://www.xuanyusong.com/archives/category/ios_app
http://www.mac52ipod.cn/go.php/category/iPod-iPhone/1/2/
http://blog.csdn.net/uxyheaven/article/details/7909468
http://wenku.it168.com/d_000588810.shtml
http://www.dreamingwish.com/dream-2011/apples-third-party-development-libraries-asihttprequest.html
http://blog.csdn.net/qiaoshe/article/details/6955091
http://oo-life.com/post/2012-07-04/40030599710
http://www.cnblogs.com/wengzilin/archive/2012/03/13/2393985.html
http://www.cnblogs.com/chinapcc/archive/2012/10/18/2663716.html