Post

Replies

Boosts

Views

Activity

Comment on How to set a UITableView Editing Mode from a swipe action?
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...
Topic: UI Frameworks SubTopic: UIKit Tags:
Feb ’22
Comment on How to correctly pass NSFetchedResultsController's numberOfObjects from one VC to another?
Hei BiscuitsLover. Thank you for the reply!
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Feb ’22
Comment on How to setup and fetched Strings Array in CoreData?
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?
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Feb ’22
Comment on How to setup and fetched Strings Array in CoreData?
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?
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Feb ’22
Comment on How to set a UITableView Editing Mode from a swipe action?
Thanks, Claude. I also thought about option to add a asyncAfter now() +1 and call the method in the closure. Works too
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Feb ’22
Comment on How to set a UITableView Editing Mode from a swipe action?
How can I send this question as a bug report?
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Feb ’22
Comment on How to set a UITableView Editing Mode from a swipe action?
by the way it's not working if the number is < 0.8. Everything is above - yes, but otherwise as on my GIF.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Feb ’22
Comment on How to set a UITableView Editing Mode from a swipe action?
thank you Claude. Please take a look at my below post. I have one more related problem, which can't fix.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Feb ’22
Comment on How to set a UITableView Editing Mode from a swipe action?
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...
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Feb ’22
Comment on How to set a UITableView Editing Mode from a swipe action?
sure, thank you!
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Feb ’22
Comment on How to distinguish textFields of a prototype cell in tableView?
Thank you Claude. How can I detect a tag change? Like textField.tag != textField.tag?
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Feb ’22
Comment on How to distinguish textFields of a prototype cell in tableView?
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...
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Feb ’22
Comment on How to distinguish textFields of a prototype cell in tableView?
Thank you Claude! I think I found a way to solve my problem after some mind switch :)
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Feb ’22
Comment on How to limit the amount of entered decimal characters in textField?
Thank you very much for the kind answer. I think I found a solution with NSNumberFormatter just like you advised: NumberFormatter().roundingMode = .down and .maximumFractionDigits = 4, did the trick for me.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Feb ’22
Comment on How to enable UIScrollView scroll on a nested UITableView while dragging a cell?
Thank you, Claude. Answered you below!
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Feb ’22
Comment on How to enable UIScrollView scroll on a nested UITableView while dragging a cell?
No need to answer on my below post, I figured it out by myself. Moved label to a tableView header and got rid of scrollView. Now work as I need. Thank you, Claude!
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Feb ’22