Re: UIActivityIndicatorView to send an action

2022-10-14 Thread Carl Hoefs via Cocoa-dev
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 object?
> 
> Richard
> 
> 
>> On Oct 14, 2022, at 1:37 PM, Carl Hoefs via Cocoa-dev 
>>  wrote:
>> 
>> The idea just occurred to me to place a clear UIButton atop the spinner and 
>> have that send the action. That will work but just seems kinda hacky...
>> 
>>> On Oct 14, 2022, at 12:30 PM, Carl Hoefs via Cocoa-dev 
>>>  wrote:
>>> 
>>> 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? 
>>> 
>>> -Carl
> 

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: UIActivityIndicatorView to send an action

2022-10-14 Thread Carl Hoefs via Cocoa-dev
The idea just occurred to me to place a clear UIButton atop the spinner and 
have that send the action. That will work but just seems kinda hacky...

> On Oct 14, 2022, at 12:30 PM, Carl Hoefs via Cocoa-dev 
>  wrote:
> 
> 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? 
> 
> -Carl
> 
> ___
> 
> Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
> 
> 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:
> https://lists.apple.com/mailman/options/cocoa-dev/newslists%40autonomy.caltech.edu
> 
> This email sent to newsli...@autonomy.caltech.edu

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


UIActivityIndicatorView to send an action

2022-10-14 Thread Carl Hoefs via Cocoa-dev
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? 

-Carl

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com