All my UIButtons and UITableRowViews are now gray
        Posted  
        
            by Greg Maletic
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Greg Maletic
        
        
        
        Published on 2010-06-09T22:17:32Z
        Indexed on 
            2010/06/09
            22:22 UTC
        
        
        Read the original article
        Hit count: 493
        
Not sure how this happened, but all of the UITableRowViews and roundrect-style UIButtons in my app—spanning a dozen or so views—are now all gray instead of white.
Unfortunately, I have no idea how this happened. (In fact, I had no idea it was possible to do this.) Explicitly setting the button's or tableRowView's background color to white gets it back to normal. But it'll be a lot of work to do that to every one of my views...and I'd rather not have to do it since there's obviously something simple that caused it in the first place.
How did I break this?
Thanks very much.
© Stack Overflow or respective owner