Re: Confusion around tint color and UIImage rendering mode

2016-01-11 Thread Rick Mann
> On Jan 11, 2016, at 17:24 , David Duncan wrote: > > >> On Jan 11, 2016, at 3:53 PM, Rick Mann wrote: >> >> I have a UIButton subclass that does a lot of complex state changing, either >> replacing its image or drawing progress into itself. The images look like >> typical iOS 7+ icons, lit

Re: Confusion around tint color and UIImage rendering mode

2016-01-11 Thread David Duncan
> On Jan 11, 2016, at 3:53 PM, Rick Mann wrote: > > I have a UIButton subclass that does a lot of complex state changing, either > replacing its image or drawing progress into itself. The images look like > typical iOS 7+ icons, little blue outlines of things. > > This worked well in the regu

Confusion around tint color and UIImage rendering mode

2016-01-11 Thread Rick Mann
I have a UIButton subclass that does a lot of complex state changing, either replacing its image or drawing progress into itself. The images look like typical iOS 7+ icons, little blue outlines of things. This worked well in the regular view hierarchy, but now I need to add one to at UINavigati