I've been googling without great success so far.
I would like to draw a 6px thick red arc (not wedge), 0º at the top of the
screen, and from say 60° - 110º. Assume I have to create a UIBezierPath,
and then create a CAShapeLayer with that bezier path? Then add the shape
layer to a UIView that I hav
Saagar Jha
> On Jan 25, 2018, at 09:47, Eric E. Dolecki wrote:
>
> I've been googling without great success so far.
>
> I would like to draw a 6px thick red arc (not wedge), 0º at the top of the
> screen, and from say 60° - 110º. Assume I have to create a UIBezierPath,
> and then create a CASh
Thanks. I figured out things on this end. I have it now. It always seems to
happen after I fire off an email :)
Eric
On Thu, Jan 25, 2018 at 12:57 PM Saagar Jha wrote:
>
> Saagar Jha
>
> On Jan 25, 2018, at 09:47, Eric E. Dolecki wrote:
>
> I've been googling without great success so far.
>
>
I am using the `pressesBegan(_ presses: Set, with event:
UIPressesEvent?)` function in my view controller to capture universal
remote's D-Pad's left & right arrows presses. That works fine. The problem
is that taps on the Siri remote go through the same `pressesBegan` function
as well (going throug