What is the correct way to implement true MVC in Objective-C (Cocoa / iPhone) when a view is NOT created using Interface Builder?
What is the best way to structure the code and bind the various components of the MVC template together when I do not use the interface constructor in my project?
Usually, when you try to create a view without any help from the nib file, you will have to implement this method loadView view view.
, : , V, loadView , , C, .
: , viewController , UIView . , viewController -, , UIView, . , , viewController viewControllers , UINavigationContoller.
, . , UITableView, init. , ViewController
Source: https://habr.com/ru/post/1780828/More articles:Identification of the management container (GroupBox, etc.) Dynamically - c #Select the nth child in xQuery / select the next item - selectHow to store attribute values of various types as EAV? - database-designmalloc calls SIGSEGV: segmentation error - cHow to use url as file name to upload? - urlIdeas for reducing code length, JS size (load time) in GWT, GXT, SmartGwt, etc. - javaИспользование стиля KDE в чистом приложении Qt под Windows - windowsMath.Round for decimal in C # - mathDrag and Drop Canvas in HTML5 - html5https://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1780833/slow-calls-to-clojure-proxy&usg=ALkJrhhj5wRh-IYj4reabGrmE1my0knMsgAll Articles