Reputation:
i am trying to update the collection view when text is entered in text field in UI. i have sort of created an extension but when i call this function and call if after update to the UiTextField, Xcode crash with an error: Terminating app due to uncaught exception 'NSInternalInconsistencyException'
Upvotes: 1
Views: 24
Reputation: 138
I think you are not calling calling insertItems(at:)on your collection view. Seems to be collection view issue when running in Xcode - Recommend the following:
Upvotes: 1