hi ,
i want to get path on imageBrowserSelectionDidChange,i got the selected image index using below code.
when i chk the MyImageObject variable item in debugger,it shows the NSObject and NSPathStore2, but i don't know how can i get the path in NSString so please help me to do this.
thanks in advance.
i want to get path on imageBrowserSelectionDidChange,i got the selected image index using below code.
Code:
- (void) imageBrowserSelectionDidChange:(IKImageBrowserView *)aBrowser
{
NSArray *tempArray = [images objectsAtIndexes:[imageBrowser selectionIndexes]];
MyImageObject *item;
item = [tempArray objectAtIndex:0];
}
when i chk the MyImageObject variable item in debugger,it shows the NSObject and NSPathStore2, but i don't know how can i get the path in NSString so please help me to do this.
thanks in advance.