码迷,mamicode.com
首页 > 移动开发 > 详细

iOS AutoLayout获取View的frame

时间:2017-10-30 16:58:06      阅读:209      评论:0      收藏:0      [点我收藏+]

标签:nbsp   log   its   size   view   layout   void   you   views   

第一种办法:

[myImageView layoutIfNeeded];

NSLog(@"w: %f, h: %f", myImageView.bounds.size.width, myImageView.bounds.size.height);

第二种办法:

- (void)viewDidLayoutSubviews {
// VC just laid off its views
}

 

iOS AutoLayout获取View的frame

标签:nbsp   log   its   size   view   layout   void   you   views   

原文地址:http://www.cnblogs.com/timelog/p/7754843.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!