Hi all,
I have a modal view in my iPhone app (Xcode, Objective C++). How do I make it look as pretty as the system UIAlertView? Specifically, I want:
- rounded-rect window with a border around it
- semitransparent background
- subtle highlight near the top
The transparency can be probably achieved with a less than one alpha channel on the background color. What about the frame and the rest?