Monday, April 23, 2012

thumbnail

Custom AccessoryType for UITableViewCell


                
               UIImage *myImage =[[UIImage alloc] init] ;                myImage = [UIImage imageNamed:@"arrow.png"];
                UIImageView *imageView = [[UIImageView alloc] initWithImage:myImage];
                [cell setAccessoryView:imageView];

Subscribe by Email

Follow Updates Articles from This Blog via Email

No Comments

comments

About me

simple one.