views:

40

answers:

1

I have a UIView that I don't want to have a navigation bar. It is a modal view. Would it be ok for me to make an custom UIButton shaped like an X to get out of it? Would Apple care? Is there a better way?

+2  A: 

A button labelled "Done" might be better, compare the configuration views of the Weather and Stocks apps.

oefe