Claude, can you check my below post here. I tried to achieve it though indexPath, but have an issue... Maybe you can advise what's the problem...
Post
Replies
Boosts
Views
Activity
Thank you Claude. How can I detect a tag change? Like textField.tag != textField.tag?
sure, thank you!
Thanks, Claude. In that case the textfield will be hidden only for 1 cell (from which I started editing mode. All other cells will still show the textfield. I want it to be hidden of all cells. That's why I tried to change it in cellForRowAt(). Any thoughts how to hide it for all at once? Also when editing mode is off the textfield is still hidden...
thank you Claude. Please take a look at my below post. I have one more related problem, which can't fix.
by the way it's not working if the number is < 0.8. Everything is above - yes, but otherwise as on my GIF.
How can I send this question as a bug report?
Thanks, Claude. I also thought about option to add a asyncAfter now() +1 and call the method in the closure. Works too
Also if I print print(currencyRowsArray) after currencyRowsArray = fetchResult as! [String] it always prints [] = it loads empty after fetch. Then I did something wrong with initialisation part?
Thank you for the help, Claude. It prints every time only one object after each calculation: ["RUB"], then ["EUR"]. It doesn't append items in it like ["RUB", "EUR"] etc. How can I fix that behaviour?
Hei BiscuitsLover. Thank you for the reply!
I mean the problem was because I use textField.tag to define a row and IndexPath for pickedCurrency. The was a mismatch between tag and row after deletion... Do you know how can I define the indexPath for selected cell and avoid using tag for it in textFieldDidBeginEditing?
Claude, please take a look at my recent post. Think I found the source of my error
Thank you, answered below.
Thank you, Claude. The full code below.