Open kunass2 opened 7 years ago
I just need to update AKPickerView in response to NSFetchedResultsController delegate. However it doesnt work properly when I remove items from core data.
Could you implement such methods like:
pickerView.insertItem(atIndex: Int) pickerView.deleteItem(atIndex: Int)
All I need to achieve is to make ma view and fetchedresultscontroller consistent.
Check out this PR, it should fix the issue most probably. (Or use this fork).
I just need to update AKPickerView in response to NSFetchedResultsController delegate. However it doesnt work properly when I remove items from core data.
Could you implement such methods like: