技术的乐趣在于分享,欢迎多多交流,多多沟通。
全部博文(877)
发布时间:2015-12-07 18:24:14
[self.navigationController popToViewController:[self.navigationController.viewControllers objectAtIndex:2] animated:YES];或for (UIViewController *temp in self.navigationController.viewControllers) { if ([temp isKindOfClass:[你要跳转到的Cont.........【阅读全文】
发布时间:2015-10-19 23:58:55
<p style="color:#333333;line-height:26px;white-space:normal;margin-top:0px;margin-bottom:0px;font-size:11px;font-family:Menlo;"><span style="color:#703DAA;"><a href="http://blog.csdn.net/chenyong05314/article/details/8721380" style="color:#000000;text-decoration:none;font-family:'Microsoft YaHei';.........【阅读全文】
发布时间:2015-10-18 13:14:27
<p style="color:#333333;font-family:Arial;font-size:14px;line-height:26px;white-space:normal;"><span style="color:#222222;font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;line-height:22.1000003814697px;">http://blog.csdn.net/linzhiji/article/details/41683203<br />GitHub上.........【阅读全文】
发布时间:2015-10-18 12:49:49
<br /><p style="margin-top:0px;margin-bottom:0px;font-family:Arial;font-size:14px;line-height:26px;white-space:normal;">view的frame和bound两个属性,发现bound怎么也想不明白,好像饶你了死胡同里,经过一番尝试和思考,终于弄明白bound的含义。PS:我承认我是一个很笨很笨的人。</p><p style="margin-top:0p.........【阅读全文】
发布时间:2015-10-13 17:04:59
<h2 style="margin-top:10px;font-size:1em;font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;line-height:20px;white-space:normal;"><a id="cb_post_title_url" href="http://www.cnblogs.com/pengyingh/articles/2379476.html" style="color:#0066AA;text-decoration:none;">UIView 中常见的方法总结<br /.........【阅读全文】