Ah yes! I just used UITapGestureRecognizer and voila! It's working! Much
cleaner this way.
Thanks!
-Carl
> On Oct 14, 2022, at 1:45 PM, Richard Somers wrote:
>
> Why not use a gesture recognizer with the UIActivityIndicatorView to send an
> action to a target obj
the spinning
> activity indicator (UIActivityIndicatorView) to pop up some info on the
> status of the busy activity.
>
> UIActivityIndicatorView isn't like a UIButton which has sent actions, so is
> there a way to do this?
>
> -Carl
>
> __
Got an iPhone app enhancement request today to be able to tap the spinning
activity indicator (UIActivityIndicatorView) to pop up some info on the status
of the busy activity.
UIActivityIndicatorView isn't like a UIButton which has sent actions, so is
there a way to do this?
ontrol 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
, unhide
the other control.
On 1/25/15 3:00 PM, "cocoa-dev-requ...@lists.apple.com"
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 replacin
Hi,
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 animati
I have a UIActivityIndicatorView in a UITableViewCell that's set up in a
dynamic-content cell prototype in a storyboard.
It works fine, in that it's animating when displayed, unless the cell is
removed and re-inserted. Then it stops animating (still shows).
I never actually tell
Understood, thanks.
Luca.
On Jan 15, 2013, at 4:31 PM, Uli Kusterer wrote:
> On Jan 15, 2013, at 3:18 PM, Luca Ciciriello
> wrote:
>> I use an activity indicator in order to show, in my UIViewController, a
>> "work in progress" activity.
>>
>> here my code
>>
>> - (void)myMethod
>> {
>>
On Jan 15, 2013, at 3:18 PM, Luca Ciciriello
wrote:
> I use an activity indicator in order to show, in my UIViewController, a "work
> in progress" activity.
>
> here my code
>
> - (void)myMethod
> {
> [[self activityElab] setHidden:NO];
> [[self activityElab] startAnimating];
>
>
Hi all.
I use an activity indicator in order to show, in my UIViewController, a "work
in progress" activity.
here my code
- (void)myMethod
{
[[self activityElab] setHidden:NO];
[[self activityElab] startAnimating];
// here I call a very CPU-intensive method.
view
>> searches an XML file and eventually displays the resuts. I want to show a
>> UIActivityIndicatorView while the view loads. Unfortunately they are on the
>> same thread. How can I get the UIActivityIndicatorView to display befiore
>> the view loads? With the bel
On Thu, 28 Apr 2011 06:26:17 -0400, Philip Vallone
said:
>Hi,
>
>I have a UIViewController that can take a few seconds to load. The view
>searches an XML file and eventually displays the resuts. I want to show a
>UIActivityIndicatorView while the view loads. Unfortunately
Am 28.04.2011 um 12:26 schrieb Philip Vallone:
> Hi,
>
> I have a UIViewController that can take a few seconds to load. The view
> searches an XML file and eventually displays the resuts. I want to show a
> UIActivityIndicatorView while the view loads. Unfortunately they are
Hi,
I have a UIViewController that can take a few seconds to load. The view
searches an XML file and eventually displays the resuts. I want to show a
UIActivityIndicatorView while the view loads. Unfortunately they are on the
same thread. How can I get the UIActivityIndicatorView to display
14 matches
Mail list logo