Hello.
I`m really new in Objective-C and Mac OSX programming.
Can someone give me simple example for the next task: I have array of strings (for example ('one','two','three','four')) in my app GUI each string should be represented by row, each row should has Label(with text of string) and CheckBox. Number of strings in array may be different. How i can dynamically create this GUI objects?
It is like in Transmission app, when you open torrent file and window opens with list of files and checkboxes