How do I pass data from MyViewController to MyView?
I need an 'int' in MyViewController.m passed to MyView.m so I can use the variable within my drawRect: function.
How do I do this?
Thanks!
I need an 'int' in MyViewController.m passed to MyView.m so I can use the variable within my drawRect: function.
How do I do this?
Thanks!