Re: OK - I must be missing something simple here.

2016-06-28 Thread David Duncan
> On Jun 22, 2016, at 1:36 PM, Alex Zavatone wrote: > > > On Jun 22, 2016, at 1:59 PM, David Duncan wrote: > >> >>> On Jun 22, 2016, at 11:54 AM, Alex Zavatone wrote: >>> >>> >>> On Jun 22, 2016, at 10:51 AM, Alastair Houghton wrote: >>> On 22 Jun 2016, at 16:38, Alex Zavatone wrote

Re: OK - I must be missing something simple here.

2016-06-22 Thread Alex Zavatone
On Jun 22, 2016, at 4:01 PM, David Duncan wrote: > > IBOutlet is just a way to connect to instances created on the storyboard by > Interface Builder. AHA. And that is my tragic flaw. I had assumed that it was a way to connect instances, not just solely instances that were created in the sto

Re: OK - I must be missing something simple here.

2016-06-22 Thread Alex Zavatone
On Jun 22, 2016, at 1:59 PM, David Duncan wrote: > >> On Jun 22, 2016, at 11:54 AM, Alex Zavatone wrote: >> >> >> On Jun 22, 2016, at 10:51 AM, Alastair Houghton wrote: >> >>> On 22 Jun 2016, at 16:38, Alex Zavatone wrote: > > Is the thing that you’re missing that IBOutlets are not

Re: OK - I must be missing something simple here.

2016-06-22 Thread David Duncan
> On Jun 22, 2016, at 11:54 AM, Alex Zavatone wrote: > > > On Jun 22, 2016, at 10:51 AM, Alastair Houghton wrote: > >> On 22 Jun 2016, at 16:38, Alex Zavatone wrote: Is the thing that you’re missing that IBOutlets are nothing special; they’re just a property (the syntax “IBOu

Re: OK - I must be missing something simple here.

2016-06-22 Thread Alex Zavatone
On Jun 22, 2016, at 10:51 AM, Alastair Houghton wrote: > On 22 Jun 2016, at 16:38, Alex Zavatone wrote: >>> >>> Is the thing that you’re missing that IBOutlets are nothing special; >>> they’re just a property (the syntax “IBOutlet” is there just to tell Xcode >>> which things to show in the G

Re: OK - I must be missing something simple here.

2016-06-22 Thread Alastair Houghton
On 22 Jun 2016, at 16:38, Alex Zavatone wrote: >> >> Is the thing that you’re missing that IBOutlets are nothing special; they’re >> just a property (the syntax “IBOutlet” is there just to tell Xcode which >> things to show in the GUI editor). So you can set the property, just the >> same as

Re: OK - I must be missing something simple here.

2016-06-22 Thread Alex Zavatone
On Jun 22, 2016, at 4:03 AM, Alastair Houghton wrote: > On 21 Jun 2016, at 18:54, Alex Zavatone wrote: > >> So, I thought, "well, since I build these UIBarButtonItems from the >> UIButtons in the first place, I'll just keep an additional dictionary of >> buttons around that then just swap the

Re: OK - I must be missing something simple here.

2016-06-22 Thread Alastair Houghton
On 21 Jun 2016, at 18:54, Alex Zavatone wrote: > So, I thought, "well, since I build these UIBarButtonItems from the UIButtons > in the first place, I'll just keep an additional dictionary of buttons around > that then just swap them in and out of an iBOutlet slot in the storyboard as > needed

Re: OK - I must be missing something simple here.

2016-06-21 Thread Rick Aurbach
> >>>> On Jun 21, 2016, at 2:00 PM, >>>> cocoa-dev-requ...@lists.apple.com<mailto:cocoa-dev-requ...@lists.apple.com> >>>> wrote: >>>> >>>> Message: 1 >>>> Date: Tue, 21 Jun 2016 12:54:57 -0500 >>>> From

Re: OK - I must be missing something simple here.

2016-06-21 Thread Alex Zavatone
ailto:cocoa-dev-requ...@lists.apple.com> >>> wrote: >>> >>> Message: 1 >>> Date: Tue, 21 Jun 2016 12:54:57 -0500 >>> From: Alex Zavatone mailto:z...@mac.com>> >>> To: Cocoa dev mailto:cocoa-dev@lists.apple.com>> >>> Subject:

Re: OK - I must be missing something simple here.

2016-06-21 Thread Rick Aurbach
Message: 1 >> Date: Tue, 21 Jun 2016 12:54:57 -0500 >> From: Alex Zavatone mailto:z...@mac.com>> >> To: Cocoa dev mailto:cocoa-dev@lists.apple.com>> >> Subject: OK - I must be missing something simple here. >> Message-ID: >> <20e304df-1457-488e-ae7f-

Re: OK - I must be missing something simple here.

2016-06-21 Thread Alex Zavatone
.@mac.com>> > To: Cocoa dev mailto:cocoa-dev@lists.apple.com>> > Subject: OK - I must be missing something simple here. > Message-ID: > <20e304df-1457-488e-ae7f-cf32233b6...@mac.com<mailto:20e304df-1457-488e-ae7f-cf32233b6...@mac.com>> > Content-Type: text/plain; cha

Re: OK - I must be missing something simple here.

2016-06-21 Thread Rick Aurbach
On Jun 21, 2016, at 2:00 PM, cocoa-dev-requ...@lists.apple.com<mailto:cocoa-dev-requ...@lists.apple.com> wrote: Message: 1 Date: Tue, 21 Jun 2016 12:54:57 -0500 From: Alex Zavatone mailto:z...@mac.com>> To: Cocoa dev mailto:cocoa-dev@lists.apple.com>> Subject: OK - I must be

OK - I must be missing something simple here.

2016-06-21 Thread Alex Zavatone
I've got a little iOS project with SIP and it's quite convenient to have a graphic indicator that shows the connected state of the client to the server. Top right makes the most sense, and it's cleanest to use a UIBarButtonItem to hold the graphic and as the enumerated registration state change