I have an idea about the application that I want to create, and about the new iPhone / iPad for development (but not new to developing in other languages ββ/ frameworks such as .NET and Java). I want some views to be displayed on some screens so that they can move (move) from different directions to different places.
A question about the structure of the application, if I say four rectangular areas on the screen that contain business data, such as contacts (name, photo, etc.), and they all occupy a different width (for example, the first contact occupies one line of the screen, and the next 2 occupy half the width of the next line, etc.).
Should I create a custom view for different types of contacts (for example, LargeCustomView and SmallCustomView and any other special type that I make), or will it all be one type, say CustomerDetailsView, which can be stretched to fit the design time?
In addition, if, for example, there were 3 different instances of the same user view on the same screen, are there 3 more instances of the view controller? I got a little confused about including data behind a look, can someone shed some light on this for me? Did I just set properties (e.g. ContactForView instance variable) on the view controller for each instance?
Thanks for any help you can give.
Greetings
Mark
Mark source share