Abedalkareem/MaterialTapTargetPrompt-iOS

custom location?

Closed this issue · 10 comments

is it possible for custom location?
now it only show either left or right.

for now no , I'm going to add this in future .

I added new positions topLeft, topRight, centerLeft, centerRight, cenertTop, centerBottom

Hi Abdelkarrem,
Is it possible to put the textPosition at centerTop ? When I tried to use "cenertTop" that reacts like centerBottom. So the text goes out of the screen.

Thanks :-)

I tried to figure out why this issue and I think the problem come from the file MaterialTapTargetPrompt.swift from line 111 to 116. You have the same value for centerBottom and "cenertTop".
I hope that is going to help you for fixing that.
Capture d’écran 2019-04-16 à 15 18 23

Hi,

Thank you for reporting the issue!

I fixed the issue, can you try to update the pod again? (version 1.0.4)

Thank you.

Thanks you very much, that fixed that.
Now I have another problem, our project supports SWIFT 4.2, and you made the SWIFT 5 version this morning.
I have to find out an other solution because I'm not the one who can decide to change the project's Swift version. And it's not planned for the moment.

Hi Abedalkareem,
I'm sorry to ask you this, but would it be possible for you to provide the last version with this issue fixed?
Thank you.

Hi Keldii,

I fixed the issue and uploaded new 4.2 swift version,

pod 'MaterialTapTargetPrompt-iOS', '0.4.2'

Thank you!

THANK YOU VERY VERY MUCH !!!!