Ios/swift/view
提供: 初心者エンジニアの簡易メモ
2016年8月15日 (月) 14:00時点におけるAdmin (トーク | 投稿記録)による版 (ページの作成:「こんな感じで入れたものを let height = NSLayoutConstraint(item: tabView, attribute: .Height, relatedBy: .Equal, toItem: ni...」)
こんな感じで入れたものを
let height = NSLayoutConstraint(item: tabView, attribute: .Height, relatedBy: .Equal, toItem: nil, attribute: .Height, multiplier: 1.0, constant: option.tabHeight) tabView.addConstraint(height) view.addSubview(tabView)
こうやって取得できる
tabView = view.subviews.last constraint = tabView.constraints.last constraint.constant // height