Is there a way to get some input data from user using a kind a prompt alert?
In my Mac OS X app I need user to introduce some text into a textfield.
I've tried with segues (by building a new view) but I need my program to wait until user complete that textfield.
Xcode is presenting my new view and then runs through all my function and that is not what I need.
On short, I need user to press a button, program to wait for text box completion and then, after pressing OK button (from prompt view or whatever), program to continue.
In C#, I've managed that with showDialog.