Where to write method drawRect: for UIViewController and UITableViewCell in iPhone SDK
Posted
by rkbang
on Stack Overflow
See other posts from Stack Overflow
or by rkbang
Published on 2009-07-31T22:43:25Z
Indexed on
2010/05/15
20:04 UTC
Read the original article
Hit count: 564
Hello guys,
I have a UIViewController in which I want to draw a square. So do I need to create a UIView for that and add the created view to my viewControllers view.
Like Is there any way to do that or can I override the drawRect: method for my controllers view to draw that square.
© Stack Overflow or respective owner