KNMultiItemSelector
KNMultiItemSelector copied to clipboard
selector:didFinishSelectionWithItems: not called
https://github.com/kentnguyen/KNMultiItemSelector/blob/master/KNMultiItemSelector/KNMultiItemSelector.m#L390
To function correctly, I think this line should be:
selector(selector:didFinishSelectionWithItems:)
instead of:
selector(selectorDidFinishSelectionWithItems:)
I found this also. This problem is in line 390 of KNMultiItemSelector (function didFinish) and to solve it you need to replace this line with what wcwynn said above.