Hello ,
I have taken an Imageview class and iam adding image into that with code: TileImageView *tileImageView = [[Tile alloc] initWithImage:tileImage];
and adding into view like this:[self.view insertSubview:tileImageView atIndex:0];
So how to remove the Imageview class and alloc new image to that view