logoalt Hacker News

dcrazytoday at 4:35 PM2 repliesview on HN

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.


Replies

steve1977today at 6:34 PM

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

paulddrapertoday at 7:11 PM

Programming with GUIs?

show 2 replies