Tagged Questions
0
votes
3answers
206 views
display uiactionsheet from tab bar item in uitabbarcontroller
In one of my apps, I want to display an action sheet from a tab bar item in a tabbar controller and this action sheet should be accessible through out anywhere, if I click that tab bar item. I afraid ...
0
votes
2answers
724 views
Action sheet not opaque
For some reason the top half of the my action sheet is not opaque. I have created the view and action sheet using the code below:
//allocate the view
self.view = [[UIView alloc] ...
0
votes
1answer
900 views
OpenGL iPhone Sprite Sheet
I have a sprite sheet of images of differnet width and height, which i have the coordinates to. I need to render only a specific sprite and is wondering how to go about doing it. Can anyone help me?