Remix.run Logo
dcrazy 5 hours ago

This is patently false. To add a button to your UI, you open your window’s nib file Xcode/Interface Builder, click the plus button on the toolbar, and add a button. Then you control-drag from the button to File’s Owner and choose the method that you want to invoke when the button is clicked. Done.

steve1977 3 hours ago | parent | next [-]

And this already worked in OPENSTEP, like 30 years ago.

paulddraper 2 hours ago | parent | prev [-]

Programming with GUIs?

dcrazy 2 hours ago | parent | next [-]

Yes, generations of Mac and Windows programmers have used GUIs to create their GUIs. Visual Basic, MFC + App Studio, .NET + WinForms, Interface Builder…

gzread 2 hours ago | parent | prev [-]

Why wouldn't you program a GUI with a GUI if one is available? Avoiding the use of WYSIWYG editors when making GUIs is like avoiding the use of musical instruments when writing songs.