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

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -