0

ストーリー ボードを使用してビュー コントローラーのビューにコンテナー (UIView *) を作成し、コンテナーの高さの制約をより大きいか等しい値に設定しましたその後2つの制約を取得します。これはユーザーの制約ではないため、削除できません。なぜこの振る舞いをするのですか?

このログエラーが発生しているため、これを尋ねています

 Unable to simultaneously satisfy constraints.
 Probably at least one of the constraints in the following list is one you don't want.
 Try this: (1) look at each constraint and try to figure out which you don't expect;
 (2) find   the code that added the unwanted constraint or constraints and fix it. 
 (Note: If you're seeing NSAutoresizingMaskLayoutConstraints that you don't understand,
 refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints) 
(
"<NSLayoutConstraint:0xa49af60 V:[UIView:0xa4a9300(30)]>",

...

これは、より大きな制約がありますが、固定された高さが依然として存在することを示しています。

4

0 に答える 0