I saw many threads related to this issue, but none addresses my case (I think).
My case should be simple, I have a Custom UIView in my controller, from my c
UIView
I think the correct way to use it is:
[self setNeedsDisplay:YES];
Although I always have problems to get that working :(