FYI: IKImageBrowserView bug
FYI: IKImageBrowserView bug
- Subject: FYI: IKImageBrowserView bug
- From: Peter Maurer <email@hidden>
- Date: Sat, 16 Feb 2008 01:48:58 +0100
Just a heads-up in case anyone else is wondering about this: There
seems to be a bug in IKImageBrowserView -- namely, at least these two
methods are missing:
--
- (void)collapseGroupAtIndex:(NSUInteger)index {
[self collapseGroup:[[[self layoutManager] groups]
objectAtIndex:index]];
}
- (void)expandGroupAtIndex:(NSUInteger)index {
[self expandGroup:[[[self layoutManager] groups] objectAtIndex:index]];
}
--
Mind you: They _are_ in the header files, but apparently, they are
just not implemented. I managed to simulate them after learning about
the inner workings of IKImageBrowserView via class-dump.
Cheers,
Peter.
--
manytricks.com
_______________________________________________
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