My application requires an interface that contains many buttons, text fields and matrices. And they must change from time to time. Now I am doing this, having all the elements in IB already and hiding / showing / moving them when necessary. What do others recommend? Should I do this? Should I use NSTabView? NSView? Should I create items programmatically? If yes, then what if I have an element that has already been created, what do I need again without changes? It would be a waste of liberation and creating it again.
Any help would be greatly appreciated.
, , . /, IB , , nib.
:
( UIView UIControl ) , . UIViewController, .
UIView
UIControl
UIViewController
Cocoa API: s .
( ..) plist, , .
, . , . : .
. / , , , XIB " " , ?
, /// (, NSBox NSView). , , XIB , , .
NSViewController, , . , / " " xib.
Source: https://habr.com/ru/post/1734092/More articles:Соглашения ASP.NET MVC - conventionsC # to VB - How to convert this anonymous lambda method / expression? - c #How to determine if an office is installed - c #Suppressing form message when typing when text field is empty - javascriptПерегрузка Добавить оператор для трех расширенных записей - operator-overloadingReturn different objects with a single LINQtoSQL statement - c #WPF Height / Width - widthHow does Xcode memory leak detection work? - memory-leaksEclipseLink JPQL (Glassfish v3): connection syntax problem? - jpaInvert clipping path in expression - .netAll Articles