Hi,
I'm writing an iPhone application that functions (primarily) with the iPhone held landscape style (with the home button on the right).
My application delegate sets up the window and content view (an instance of UIView) and from there my program uses Core Animation to display NSImages in different CALayers.
I'm struggling trying to display text vertically, across the bottom of the screen. (That is, text that is displayed from left to right when the iPhone is held in the manner described above).
Right now I'm using a UILabel to display text, but I haven't figured out how to make the text align vertically or how to change the background color (it's white at the moment).
I haven't had any luck using the draw text approach described at the ADC:
http://developer.apple.com/iphone/library/codinghowtos/GraphicsAndAnimation/index.html#2D-DRAW_TEXT
With the draw text approach, I can't get anything displayed on the screen (let alone with a black or transparent background and aligned vertically).
Any help would be greatly appreciated.
-Toryn
I'm writing an iPhone application that functions (primarily) with the iPhone held landscape style (with the home button on the right).
My application delegate sets up the window and content view (an instance of UIView) and from there my program uses Core Animation to display NSImages in different CALayers.
I'm struggling trying to display text vertically, across the bottom of the screen. (That is, text that is displayed from left to right when the iPhone is held in the manner described above).
Right now I'm using a UILabel to display text, but I haven't figured out how to make the text align vertically or how to change the background color (it's white at the moment).
I haven't had any luck using the draw text approach described at the ADC:
http://developer.apple.com/iphone/library/codinghowtos/GraphicsAndAnimation/index.html#2D-DRAW_TEXT
With the draw text approach, I can't get anything displayed on the screen (let alone with a black or transparent background and aligned vertically).
Any help would be greatly appreciated.
-Toryn