BMXSwipableCell
BMXSwipableCell copied to clipboard
Floating-point equality check
There's a line in your code where you do exact floating point equality testing. If, for example, the basementVisibleWidth is non-integer and non-power-of-two decimal, it will always fail and keep the basement closed.
thx, I'll check that