indragiek / InAppViewDebugger

A UIView debugger (like Reveal or Xcode) that can be embedded in an app for on-device view debugging
MIT License
1.88k stars 109 forks source link

Frame for subviews of UIScrollView #2

Closed petergam closed 5 years ago

petergam commented 5 years ago

The frame of a view that is a direct subview of a UIScrollView needs to have its frame adjusted by the content offset in order to be placed correctly.

indragiek commented 5 years ago

Thank you very much!