ios - How can I set alpha to the navbar but except children (Back button, title etc.)? -
i have set alpha navbar, , self.navigationcontroller.navigationbar.alpha = 0.2f;
the problem buttons , title have alpha navbar.
i understand problem don't know how fix it.
could me?
thanks
you set navigation bar's background color [uicolor colorwithwhite:1 alpha:0.2];
or use [uicolor colorwithred:green:blue:alpha:]
Comments
Post a Comment