How I add actions to popover buttons?
I'm new in iOS programming and ...
I have a UIView that acts like a popover, and I have a button inside of it
and I want program it to reload the game. If I associate the UIView
popover with the same file of main View I call the method [self
reloadGame]; but this don't work. But if I not associate the UIView
popover to that file how I can call the method?
No comments:
Post a Comment