skip to main
|
skip to sidebar
Practical references for iPhone
Saturday, May 9, 2009
To redraw your view
Simply invoke "setNeedsDisplay" or "setNeedsDisplayRect" method in UIView. You never invoke "drawRect" method directly.
- (void)setNeedsDisplay;
- (void)setNeedsDisplayInRect:(CGRect)rect;
No comments:
Post a Comment
Older Post
Home
Subscribe to:
Post Comments (Atom)
Blog Archive
▼
2009
(5)
▼
May
(5)
To redraw your view
When your AvAudioPlayer does not work in Simulator.
Playing two or more sounds using AVAudioPlayer
Playing sound with AVAudioPlayer
Formatted String
About Me
shining
목표는 세계정복이다!
View my complete profile
No comments:
Post a Comment