Generate View for iPhone application using interface builder.? -


i wanted generate 1 fix view using interface builder, size of view exceeding size of iphone screen,and not able maximize screen. wanted show table view in screen. did enabled scrolling didn't work,

update 1:
wanted show thumbnail image inside cell , want show 5 cell 5 thumbnail image,those images static. better way achieve ,interface builder or programming?
hope clear enough.

your question not terribly clear, question attempting answer here:

you want have table view has 5 rows, each of has small image.

short answer: can't entirely in interface builder. can define table view, including "look," scrolling abilities, etc. , in same xib file define table cells (which can include pictures, captions , have you).

you have connect 2 programatically. apple provide plenty of examples in sdk on how this.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -