USThing / Issues

Public repo for tracing the USThing iOS, Android and Server private repo.
9 stars 2 forks source link

[Homepage>Card] UI broken after dismiss the first card #299

Open suanw opened 5 years ago

suanw commented 5 years ago

Expected behavior

Dismiss button should show normally when swiping to left

Actual behavior

(dismiss from up to down) --> Dismiss button cannot show normally

Steps to reproduce

Dismiss first card --> second card

Environment

elise-ng commented 5 years ago

looks like an uikit bug to me... all we did is remove the entry and call tableview.reloadSections, the animation is handled by uikit need to investigate/research further