UIImage *myImage =[[UIImage alloc] init] ; myImage = [UIImage imageNamed:@"arrow.png"];
UIImageView *imageView = [[UIImageView alloc] initWithImage:myImage];
[cell setAccessoryView:imageView];
UIImageView *imageView = [[UIImageView alloc] initWithImage:myImage];
[cell setAccessoryView:imageView];
Subscribe by Email
Follow Updates Articles from This Blog via Email
No Comments
comments