Figma UI/UX?

2024-01-29 Thread Laurent Daudelin via Cocoa-dev
Anybody has any experience with the Figma tool? -Laurent. -- Laurent Daudelin laur...@nemesys-soft.com Logiciels Némésys Software

ModalPresentationStyle Fullscreen

2021-04-20 Thread Laurent Daudelin via Cocoa-dev
When presenting a view controller with a fullscreen modal presentation style in landscape, should the view extend all the way down, below the home indicator on recent iPhones? -Laurent. -- Laurent Daudelin

Re: Keyboard woes

2020-11-17 Thread Laurent Daudelin via Cocoa-dev
http://www.nemesys-soft.com/ > On Nov 17, 2020, at 19:51, Alex Zavatone wrote: > > Which version of Xcode and iOS? Is it in a Simulator, on the device or both? > >> On Nov 17, 2020, at 6:12 PM, Laurent Daudelin via Cocoa-dev >> wrote: >> >>

Keyboard woes

2020-11-17 Thread Laurent Daudelin via Cocoa-dev
Anybody knows why, all of a sudden, when the keyboard will appear when editing a UITextField or a UITextView, the entire screen seems to freeze? The app in the debugger still to be still running but the interface seems frozen. Trying to rotate doesn’t do anything. There are no errors displayed

Adding helper target to macOS app?

2020-04-01 Thread Laurent Daudelin via Cocoa-dev
I’m looking for information about how to properly add a helper app to a macOS application. So far, I’ve found just piecemeal here and there about some parts, but nothing that is recent and documents the entire process. It seems that there are many moving parts, e.g. sandboxing, adding it to the

Re: Thoughts on Objective-C++

2019-11-13 Thread Laurent Daudelin via Cocoa-dev
You know, I was thinking the same when Casey mentioned how long it was taking to convert their app to Cocoa... -Laurent. -- > On Nov 13, 2019, at 14:38, Gary L. Wade via Cocoa-dev > wrote: > > If it takes you that long, then you need to hire new developers rather than > wasting your time

Re: Need for Swift

2019-10-15 Thread Laurent Daudelin via Cocoa-dev
2-3 programmer-years seems a lot to me already. -Laurent. -- Laurent Daudelin laur...@nemesys-soft.com Skype: LaurentDaudelin Logiciels Némésys Software

Re: Need for Swift

2019-10-14 Thread Laurent Daudelin via Cocoa-dev
I’ve been wondering the same thing. I thought that maybe because I was biased toward Obj-C. But if it wasn’t for the editor, damn, I don’t know how many times I would have to go back to unwrap one of those optionals. Are people supposed to know instinctively when you unwrap with “?” and when

Re: Need for Swift

2019-10-12 Thread Laurent Daudelin via Cocoa-dev
I think Swift came out for the Apple’s desire to make it even more appealing to develop for its platforms. I don’t know over the years how many times I’ve heard people bitching about Objective-C and its “weird” syntax. People couldn’t get over it. Swift makes it easy for all the throngs of Java

Re: Thoughts on Cocoa

2019-10-04 Thread Laurent Daudelin via Cocoa-dev
> > On Oct 4, 2019, at 23:43, Michael Hall via Cocoa-dev > wrote: > > > >> On Oct 4, 2019, at 2:41 PM, Lars C. Hassing via Cocoa-dev >> wrote: >> >> >> On 4 Oct 2019, at 21.00, Jens Alfke wrote: >> >> The people I hear complaining about this are those who, like you, didn't >> move to

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

2019-09-26 Thread Laurent Daudelin via Cocoa-dev
Thanks, Quincy. That’s reassuring! I will trust I’m doing the right thing. -Laurent. -- Laurent Daudelin laur...@nemesys-soft.com Skype: LaurentDaudelin

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

2019-09-26 Thread Laurent Daudelin via Cocoa-dev
ies that “translate autoresizing mask into constraints” is off when a >> view affect by constraints in the storyboard or .xib file, but on if >> unconstrained. (37352354) > > Is it just me? I found this very confusing. > >> On Sep 26, 2019, at 8:44 AM, Lau

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

2019-09-26 Thread Laurent Daudelin via Cocoa-dev
– Line Logiciels Némésys Software http://www.nemesys-soft.com/ <http://www.nemesys-soft.com/> > On Sep 23, 2019, at 20:26, Quincey Morris > wrote: > >> On Sep 23, 2019, at 13:58 , Laurent Daudelin via Coc

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. --