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 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. 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 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 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?
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?
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?
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?
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 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 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 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 NSFetchedResultsController error: 'no object at index 5 in section at index 0'
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?
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Feb ’22
Comment on NSFetchedResultsController error: 'no object at index 5 in section at index 0'
Claude, please take a look at my recent post. Think I found the source of my error
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Feb ’22
Comment on NSFetchedResultsController error: 'no object at index 5 in section at index 0'
Thank you, answered below.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Feb ’22
Comment on NSFetchedResultsController error: 'no object at index 5 in section at index 0'
Thank you, Claude. The full code below.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Feb ’22