scenee / FloatingPanel

A clean and easy-to-use floating panel UI component for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

【Fixed】iPhone SE 2nd scroll lock

huangboju opened this issue · comments

Description

I found a bug at iPhone SE 2nd

image

If absoluteInset is float or double value, it will lock scroll

image

insideMostExpandedAnchor will return true

image

diff is float value

I use floor(inset) fix it

@huangboju I'm wondering if you would let me know how to fix this issue. Thanks.