搜尋

首頁  >  問答  >  主體

ios开发app - iOS开发使用Masonry布局如何让父视图的高度随着子视图的变化而变化?

高洛峰高洛峰2825 天前1297

全部回覆(4)我來回復

  • PHP中文网

    PHP中文网2017-04-18 09:23:28

    雷雷

    回覆
    0
  • 迷茫

    迷茫2017-04-18 09:23:28

    取得資料時動態計算字串高度, 設定父控制項frame

    相關方法: CGRect strRect = [str boundingRectWithSize:CGSizeMake(maxWidth, MAXFLOAT) options:NSStringDrawingUsesLineFragmentOrigin attributes:@{NSFontAttributeName : [UIFont systemFontOfSize: fontSize]} context:nil];

    回覆
    0
  • 迷茫

    迷茫2017-04-18 09:23:28

    父視圖高度不給就可以了 內容會把它撐起來
    當然如果是cell需要自己計算

    回覆
    0
  • 阿神

    阿神2017-04-18 09:23:28

    最下面的視圖的bottom等於父視圖的bottom

    回覆
    0
  • 取消回覆