Re: What's the right way to use UIActivityIndicatorView? After it's stopped
Re: What's the right way to use UIActivityIndicatorView? After it's stopped
- Subject: Re: What's the right way to use UIActivityIndicatorView? After it's stopped
- From: Gordon Apple <email@hidden>
- Date: Mon, 26 Jan 2015 10:23:49 -0500
- Thread-topic: What's the right way to use UIActivityIndicatorView? After it's stopped
You can stack views and controls however you like. I do it all the time. You
need to pay attention to the list of views, not just the visuals in iB. Just
use an outlet or binding to hide the ones you donĀ¹t want showing. Set the
activity indicator to hide when not active. When you stop animation, unhide
the other control.
On 1/25/15 3:00 PM, "email@hidden"
<email@hidden> wrote:
> I'm trying to show another UI Control when the stopAnimation method is called.
> But in xcode if I drag the UIActivityIndicatorView first, any other UI Control
> seems to be replacing it. Now it looked like I had to do create the other UI
> Control and add it manually when the animation is stopped. That is wrong
> right? What's the suggestion
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden