> On May 11, 2017, at 2:32 AM, Nimesh Neema wrote:
>
> I have a few lying around here:
>
> https://www.dropbox.com/sh/h0h56lj0dky27m9/AADbwmnbhu8I6DRVldV8Lum0a?dl=0
>
> See if you find anything of use.
>
> Namesh
Ohhh, so lovely.
Honestly. The fact that Apple now actively prevents us from
> On May 19, 2017, at 1:00 AM, Alex Zavatone wrote:
>
>> On May 11, 2017, at 2:32 AM, Nimesh Neema wrote:
>>
>> I have a few lying around here:
>>
>> https://www.dropbox.com/sh/h0h56lj0dky27m9/AADbwmnbhu8I6DRVldV8Lum0a?dl=0
>>
>> See if you find anything of use.
>>
>> Namesh
>
> Ohhh, so l
On 19 May 2017, at 15:17, Richard Charles wrote:
>
>> Honestly. The fact that Apple now actively prevents us from having access to
>> such lovely, useful, EASY TO UNDERSTAND AND SEARCH documents like these is
>> just so disappointing.
>
> Very well said.
The sad part is that there’s still a l
I’ve got a collection here:
https://www.dropbox.com/sh/dlhxh9birw1lhp9/AABA3_yvSRwjOBA84LxD3RzIa?dl=0
Ranging from 2010-2014.
Kevin
> On May 11, 2017, at 00:32, Nimesh Neema wrote:
>
> I have a few lying around here:
>
> https://www.dropbox.com/sh/h0h56lj0dky27m9/AADbwmnbhu8I6DRVld
Probably of limited interest, but I collected all the pdf Apple Developer
documentation relating to AppleScript here a couple of years back:
https://applescriptlibrary.wordpress.com
Best
Phil
@sqwarq
> On 19 May 2017, at 23:47, Kevin Brock wrote:
>
> I’ve got a collection here:
>
>
I have a button in my view controller view in a storyboard. As far as I can
tell, there's nothing particularly interesting about this button. Just a
standard system button with a title.
When the device is in portrait mode, the button can be tapped anywhere in it's
bounds to send control message
FWIW, I finally figured this out. There was a fully transparent view covering
the button that had incorrect autolayout constraints. The problem would only
manifest in landscape mode due to a bit of luck. Really staring at the view
debugging tree helped me spot the overlapping view.
Doug
> On M
On May 19, 2017, at 2:14 PM, Doug Hill wrote:
> in it's bounds t
In its* bounds
> When the device is in portrait mode, the button can be tapped anywhere in
> it's bounds to send control messages. When I rotate the device to landscape
> mode, I can only tap on a very small area on the top of t