katagaki / Meloan

Receipt-based IOU tracker for iOS.
3 stars 0 forks source link

Tips behave erratically when not dismissed via X button #3

Closed katagaki closed 1 year ago

katagaki commented 1 year ago

Might be a limitation of TipKit. Need to investigate further into whether I need to create a false overlay to place the tip.

katagaki commented 1 year ago

Fixed by simply placing tip on the view using TipView. Not the most ideal solution, but one nonetheless.