Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

mkristain

macrumors regular
Original poster
Aug 18, 2011
115
0
hi ,

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.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.