This is probably something very easy and stupid of me but I have a custom UINavigationBar
that customized it with core graphics in the drawrect
method. I use it multiple times throughout my app and all but two instances work fine. The two instances when loaded into view are rendering black when they should be a gray gradient. The drawrect
method is being called but for some reason they are being presented black in the view.
These are the IB settings I have for the UINavigationBar
And the settings I have for the parent UIVIew
If theres any other information I can provide to make this easier please just let me know. Thanks a lot for anyone that can help.