I'm hoping to create my first real cocoa app. In it I want to have a scrollable pane that I can drag and drop "views" that are comprised of a textfield and a checkbox. The number of "views" in the scrollable pane would vary depending on the number of records the user has stored. I've been reading a lot about cocoa but I am struggling to decide how to start this application. Should I create a subclass of NSView with the textfield and checkbox in it programmatically? What scrollable view would be the best choice to drag my subclassed view in and out of?
Any help would be greatly appreciated
Thanks
Any help would be greatly appreciated
Thanks