akkyie / AKPickerView

A simple yet customizable horizontal picker view.
MIT License
894 stars 106 forks source link

Huge crash with NSFetchedResultsController when deleting items. #85

Open kunass2 opened 7 years ago

kunass2 commented 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)
kunass2 commented 7 years ago

All I need to achieve is to make ma view and fetchedresultscontroller consistent.

aksh1t commented 7 years ago

Check out this PR, it should fix the issue most probably. (Or use this fork).