SwiftyOverlay icon indicating copy to clipboard operation
SwiftyOverlay copied to clipboard

Center Bottom View

Open HB-Appinneers opened this issue 3 years ago • 2 comments

If a view is at the center bottom the arrow and the message doesn't show up in the screen. I have attached screenshot for the reference. IMG_23401624B440-1

HB-Appinneers avatar Feb 11 '21 13:02 HB-Appinneers

@saeid I have exactly same problem, how did you solve it? @HB-Appinneers

mentoxska avatar Dec 05 '21 22:12 mentoxska

Hi @mentoxska , I had the same problem. I fixed it by changing line 459 in GDOverlay. From: else if targetPoint.x > centerPoint.x && targetPoint.y > centerPoint.y{ to: else if targetPoint.x >= centerPoint.x && targetPoint.y > centerPoint.y{

I will submit a pull request.

amachairidis avatar Feb 11 '22 12:02 amachairidis