- (id)initWithFrame
if (self = [super initWithFrame:frame]) {
// Initialization code
}
return self;
}
- (void)drawRect
//code and stuff blah blah blah.....
}
The popup draws a graph. When I dismiss the popup change the data and initiate the popup the plot remains unchanged.... Hence, I need to let it go...
Please can someone help by telling me how to do this and where to do it.
Thanks.