アプリ内の他のビューについてユーザーに指示を与えるオーバーレイを実装しようとしています。ビュー階層のスケッチは次のとおりです。
SomeFullScreenContainerView
FullScreenContainerOfInstructionView
InstructionView
FullScreenView
MaybeSomeIntermediateViews
ViewToProvideInstructionsFor
InstructionView
に対して相対的に配置する必要がありますが、そのためには、 のフレームを参照して のフレームを設定できるように、ViewToProvideInstructionsFor
を含むビュー階層のブランチが配置されていることを確認する必要があります。これどうやってするの?ViewToProvideInstructionsFor
ViewToProvideInstructionsFor
InstructionView