Re: Views without any layout constraints may clip their content or overlap other views

2019-09-23 Thread Quincey Morris via Cocoa-dev
> On Sep 23, 2019, at 13:58 , Laurent Daudelin via Cocoa-dev > wrote: > > OH?!? That’s why I can’t find it. And now that you mention Xcode 11, I > remember having to install the command line tools a couple of days ago. It > must have been automatically updated as it is my current setting in

Re: Xcode 11 can't make an objective-C subclass any more?

2019-09-23 Thread James Walker via Cocoa-dev
On 9/23/19 2:23 PM, Jens Alfke wrote: On Sep 23, 2019, at 2:19 PM, James Walker via Cocoa-dev mailto:cocoa-dev@lists.apple.com>> wrote: Am I losing my mind, or is there no longer a good way to create a new Objective-C subclass?  If I go to create a new Objective-C file, I am offered the

Re: Xcode 11 can't make an objective-C subclass any more?

2019-09-23 Thread Jens Alfke via Cocoa-dev
> On Sep 23, 2019, at 2:19 PM, James Walker via Cocoa-dev > wrote: > > Am I losing my mind, or is there no longer a good way to create a new > Objective-C subclass? If I go to create a new Objective-C file, I am offered > the file type options: Empty File, Category, Protocol, Extension.

Xcode 11 can't make an objective-C subclass any more?

2019-09-23 Thread James Walker via Cocoa-dev
Am I losing my mind, or is there no longer a good way to create a new Objective-C subclass? If I go to create a new Objective-C file, I am offered the file type options: Empty File, Category, Protocol, Extension. No subclass. ___ Cocoa-dev mailing

Re: Views without any layout constraints may clip their content or overlap other views

2019-09-23 Thread Laurent Daudelin via Cocoa-dev
OH?!? That’s why I can’t find it. And now that you mention Xcode 11, I remember having to install the command line tools a couple of days ago. It must have been automatically updated as it is my current setting in the App Store app. Thanks James, I won’t search for it anymore! -Laurent. --

Re: Views without any layout constraints may clip their content or overlap other views

2019-09-23 Thread James Walker via Cocoa-dev
On 9/23/19 8:30 AM, Richard Charles via Cocoa-dev wrote: On Sep 23, 2019, at 8:06 AM, Gabriel Zachmann via Cocoa-dev wrote: Recently, I am getting lots of warnings saying "Views without any layout constraints may clip their content or overlap other views" when I build my screen saver.

Animating bounds/position when layer.transform is set, or how to orient an image

2019-09-23 Thread Gabriel Zachmann via Cocoa-dev
Have a layer that displays an image and has some animations attached. The animations modify layer.bounds (just the size changes) and layer.position . Everything works fine, EXCEPT when the image's orientation EXIF flag is set. So, I am also setting the layer.transform to a transformation that

Re: Views without any layout constraints may clip their content or overlap other views

2019-09-23 Thread Richard Charles via Cocoa-dev
> On Sep 23, 2019, at 8:06 AM, Gabriel Zachmann via Cocoa-dev > wrote: > > Recently, I am getting lots of warnings saying > "Views without any layout constraints may clip their content or overlap other > views" > when I build my screen saver. Try this. In Xcode navigator select the xib file

Views without any layout constraints may clip their content or overlap other views

2019-09-23 Thread Gabriel Zachmann via Cocoa-dev
Recently, I am getting lots of warnings saying "Views without any layout constraints may clip their content or overlap other views" when I build my screen saver. In my case, I ons't think that warning is really important, since the GUI is not resizable (it's just an options pane in the