'Does UIView drain CPU when is hidden with isHidden function
I've UIView in my storyboard, its like a pop up, everytime user clicks UIButton my UIView pops up, I have a logical question, does UIView drain CPU even though it is hidden with isHidden function, is it better to create UIView programitically and pop up anytime button is clicked?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
