uitableview - Has the scrollviewTexturedBackgroundColor changed in iOS 5? -
uitableview - Has the scrollviewTexturedBackgroundColor changed in iOS 5? -
i trying create table have twitter-like background color. please see: http://cocoacontrols.com/posts/how-to-build-the-twitter-ipad-user-experience
all they utilize scrollview texture background , increment alpha 0.8 or so. darkens default apple shade. in code, next line of code works fine in ios 4.3 , gives me darker texture indeed. moving ios 5, however, it's no longer darker, or reason it's not possible me darken texture quite dark. known problem?
thanks!
conversationtable.backgroundcolor = [[uicolor scrollviewtexturedbackgroundcolor] colorwithalphacomponent:0.5];
try alter background color of underlaying view (perhaps window) black. default window background color (now?) white , code opposite.
self.window.backgroundcolor = [uicolor blackcolor];
ios uitableview colors scrollview textures
Comments
Post a Comment