IKImageBrowserView
IKImageBrowserView
- Subject: IKImageBrowserView
- From: koko <email@hidden>
- Date: Tue, 09 Aug 2011 13:48:14 -0600
I have implemented
- (void) imageBrowser:(IKImageBrowserView *) view removeItemsAtIndexes: (NSIndexSet *) indexes
and
- (BOOL) imageBrowser:(IKImageBrowserView *) aBrowser moveItemsAtIndexes: (NSIndexSet *)indexes toIndex:(NSUInteger)destinationIndex
They are in the same file. removeItemsAtIndexes is called as expected.
moveItemsAtIndexes is not called when I select images in the view and drag.
I have seen questions on this being encountered by others but no solution.
any help would be appreciated.
-koko_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden