realm-tasks icon indicating copy to clipboard operation
realm-tasks copied to clipboard

Fix layout glitches between OS versions and devices

Open kishikawakatsumi opened this issue 7 years ago • 0 comments

  • Avoid changing contentOffset of table view to easily support various screen size.
  • Change pull-to-insert distance to consider safe area.
  • Fixed AutoLayout constraint that behaves different depends on OS versions

Before:

iPhone X

iphone-x

iOS 11

ios11

After:

iphone-x

CC @austinzheng @icanzilb @dhmspector

kishikawakatsumi avatar Dec 01 '17 10:12 kishikawakatsumi