KNMultiItemSelector icon indicating copy to clipboard operation
KNMultiItemSelector copied to clipboard

selector:didFinishSelectionWithItems: not called

Open wcwynn opened this issue 11 years ago • 1 comments

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:)

wcwynn avatar May 24 '13 09:05 wcwynn

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.

fdiaz avatar Jun 18 '13 14:06 fdiaz