@runmad on Twitter
- @satefan http://bit.ly/boFKrZ "Adding an instance variable to an existing class is not supported." in reply to satefan 3 weeks ago
- But on that note, Wipeout HD in 3D looks unbelievable. Definitely worth a re-playthrough! However down from 1080p @ 60fps to 720p @30fps :( 3 weeks ago
- Oh ok @PlayStation; the PS3 DOESN'T do 3D Blu-ray but does do 3D games. Well that sucks! September firmware update now, please. 3 weeks ago
- More updates...
Links
tintColor Archive
-
Colouring fun with moreNavigationController
Posted on January 9, 2010 | 6 CommentsWhen adding more than 5 view controllers to your UITabBarController, a “More” tab is automatically setup for you, which includes a view controller and even a modal view for letting the user edit the app’s tabs in the order they want. By default, the navigation... -
Translucent UINavigationBar
Posted on September 17, 2009 | No CommentsApparently, making your UINavigationBar requires a (tiny) bit more code than just: self.navigationController.navigationBar.barStyle = UIBarStyleBlackTranslucent; After trying hard to change my UINavigationBar colour, and mostly giving up, I found out you have to set its tintColor to nil. self.navigationController.navigationBar.tintColor = nil; self.navigationController.navigationBar.barStyle = UIBarStyleBlackTranslucent;
