I am new to iPhone programming. I have to use the drawRect method to cut the view in an iPhone app. I implemented the drawRect method but it is not be called properly. Can anyone suggest how to resolve this problem?
I am new to iPhone programming. I have to use the drawRect method to
Share
Please double check have you subclassed uiview or uiviewcontroller,because this is a common mistake.