Re: Auto layout in XCode 6.4

2015-08-25 Thread Conrad Shultz
> On Aug 25, 2015, at 4:23 AM, Dave wrote: > > Hi All, > > I’m trying to get my head around Auto Layout in XXCode, but can’t seem to > figure out some basic things. > > I have a sample project with a View made up of two Controls, a Text Field and > a Button, like so: > > | [TextView]

Re: Presenting VCs as Sheets — Completion Handler?

2015-08-25 Thread Mike Abdullah
> On 25 Aug 2015, at 03:56, Seth Willits wrote: > > Naturally we're all accustomed to the pattern: > > [sheet beginSheetModalForWindow:window completionHandler:^(NSInteger > response){ > ... > }]; > > > > But with the new "presentation" API, there's no built-in mechanism for > handli

Re: Completely baffled by NSTabViewController + Autolayout (OS X bug)

2015-08-25 Thread Bill Cheeseman
> On Aug 25, 2015, at 11:23 AM, Seth Willits wrote: > > DTS say it's un-workaroundable bug in Yosemite and El Cap because > "NSTabViewController does not work well with autolayout". I filed a Radar. If > you have any desire to ever use NSTabViewController, I suggest you do the > same. I've sp

Re: Completely baffled by NSTabViewController + Autolayout (OS X bug)

2015-08-25 Thread Seth Willits
> On Aug 17, 2015, at 9:13 PM, Seth Willits wrote: > > The goal of this project as is, is simple: using an NSTabViewController, add > multiple tab view items where each of the items has a view with its own > autolayout-determined fixed size (as in, either an intrinsic content size, or > the co

security agent plugins and autologin

2015-08-25 Thread Jonathan Guy
Hi all Not sure if this is the right place to post this but thought I’d give it a try. I have a security notice which is presented to users when they login. The notice window is generated by a security agent plugin and an entry is added to the mechanisms in the authorization database (just afte

Re: Auto layout in XCode 6.4

2015-08-25 Thread Alex Zavatone
It's not the most straightforward thing in existence. I've found that watching several YouTube videos will do more good than most anything else. Sadly, there is one 7 minute video that made things pretty clear but I can't find it (not Ray's). This one is pretty good. https://www.youtube.com/w

Auto layout in XCode 6.4

2015-08-25 Thread Dave
Hi All, I’m trying to get my head around Auto Layout in XXCode, but can’t seem to figure out some basic things. I have a sample project with a View made up of two Controls, a Text Field and a Button, like so: | [TextView] [Button] | Where | = edge of the View. It has the fo

Re: Xcode warning from linking to a third-party framework in both app and in framework included in app?

2015-08-25 Thread Uli Kusterer
On 18 Aug 2015, at 17:48, Steve Mykytyn wrote: > Both the app and the included framework use > > objc[1735]: Class PFObject is implemented in both and > . One of the two will be used. Which one is undefined. > > I guess I could simply make sure to only use Parse my private framework, > but it s