uiview - Need advise about loading screen on iPhone -
Can you show me some algorithm or example code so that the picture can be shown with animation or with animation
Thanks for all the advice
< /p>
Add a semi-transparent view (regular view with black background with ambiguity = 80) which The entire screen will cover (or code in IB), one Add a label to the UIActivityIndicator and semi-transparent view, to hide it.
If you use IB, then you should also create IBOutlets for semi-transparent view (loading view) activity indicator (loading animation indicator) ...
"Loading view Use the following methods to show / hide:
- (zero) scrolling {{loadingAnimationIndicator startAnimating]; LoadingView.hidden = No; } - Loading hidden (zero) {loadingView.hidden = YES; [Loading animation indicator stop animation]; }
Comments
Post a Comment