I have a UIView with an alpha of .5 I have added a subview with an alpha of 1.
UIView
The subview seems to inherit the alpha value of the parent. Is there a w
Set the inputPrompt's background color's alpha not its alpha directly.
inputPrompt
[inputPrompt setBackgroundColor:[[UIColor darkGrayColor] colorWithAlphaComponent:0.5]]; //[inputPrompt setAlpha: .5];