Używanie koloru Tint w UIImageView

Mam własną podklasę UIButton. Dodaję UIImageViewna to i dodaję obrazek. Chciałbym pomalować obraz kolorem tinta, ale to nie działa. Jak dotąd mam: - (id)initWithFrame:(CGRect)frame { self = [super initWithFrame:frame]; if (self) { self.backgroundColor = [UIColor clearColor];...