How do you disable the background view?
I want t开发者_StackOverflowo make my background view disable on button click event or any other event like as UIAlertView view comes which makes background view Non Active. How to do that? please help. Thanks in advance.
view.userInteractionEnabled = NO;
精彩评论