How to show the name of the image.
DetailCoverPage *detailCoverPage = [[DetailCoverPage alloc] initWithNibName:@"DetailCoverPage" bundle:nil];
detailCoverPage.coverPage = image;
[self presentModalViewController:detailCoverPage animated:YES];
[detailCoverPage release];
here i need to get the name of the image imageName is string. detailCoverPage.imageName=???
how to get the name of the image?