> 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 th
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 fi
> 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. No
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
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.
--
Lau
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.
Try
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 br
> 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
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 screensav