UITableViewCell サブクラスがあり、自動レイアウトをオンにした後、次のエラーが発生します。
2013-01-29 15:46:15.555 iP2[6690:907] *** Assertion failure in -[MenuTableViewCell layoutSublayersOfLayer:], /SourceCache/UIKit/UIKit-2372/UIView.m:5776
2013-01-29 15:46:30.357 iP2[6690:907] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Auto Layout still required after executing -layoutSubviews. MenuTableViewCell's implementation of -layoutSubviews needs to call super.'
MenuTableViewCell は私のサブクラスです。
これはすべて、IB がこのセルの制約を自動構築することを決定した方法に関係しています。このセルの IB セットアップのスクリーンショットは次のとおりです。