> 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
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
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
> 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
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
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
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
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
>
>>>> 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
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:
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-
.@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
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
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
14 matches
Mail list logo