Data wasn't loaded to view when pressed button!!!
I have a problem about UIView.
- I have 3 UIViews: UIView A, UIView B and UIView C and 1 main UIViewController. I added 3 views into UIViewController and setHidden:No with UIView A ( UIView B and UIView C were set hidden (setHidden:YES)).
- When i run app, functions of UIView B and UIView C have just loaded (although, i don't call them=> i don't know what happen: ?????). Of course, functions of UIView A was loaded. And on the UIView A, i have a button, when clicking this button, UIView B would be loaded... BUT FUNCTIONS OF UIVIEW B WAS NOT LOADED (although, i called them).
- Please help me, thanks for all of help from everyone!
|