XcodesApp icon indicating copy to clipboard operation
XcodesApp copied to clipboard

Adds margins to InfoPannel for older OS

Open LiYanan2004 opened this issue 3 months ago • 2 comments

Previous PR that has been closed without merging: #539

Based on #540, older OS still using padding around ScrollView which results in a hard clip. Technically, it's possible to add margins inside ScrollView, so, of course, older OS deserves that margin🤣.

The code here uses safe area to add margins which might be the same with the new margin API, but supports older OS.

LiYanan2004 avatar Mar 24 '24 14:03 LiYanan2004