What's the difference between isHidden and remove for a sub view?

Viewed 1251

What is the difference between using remove from sub view vs ishidden? I need a button to be inaccessible by a user. Which is better and more secure to make sure a user does not have access to that button? What is the difference between these two methods and is there a better method for doing this other than these two mentioned here?

2 Answers
Related