Is there a way to know the size of the whole UItableView? - objective-c

Basically the sum of all tableViewCell and headers I suppose.

Actually you are looking for the contentSize:
tableView.contentSize.height
should give you what you are seeking for

Try this:-
tableView.contentSize.height

Related

Optaplanner: how to resize NurseRosteringPanel column?

how can I change the column width of the NurseRosteringPanel?
My panel looks like this and I want to resize it.
Thanks
Gian
The Swing layout for that example is clunky, but for what it's worth, it is in this java code: https://github.com/kiegroup/optaplanner/blob/master/optaplanner-examples/src/main/java/org/optaplanner/examples/nurserostering/swingui/NurseRosteringPanel.java#L48

iOS5 Pages like view

is in iOS5 a particular view for a "Pages" style?
Is there a certain control/UI element which I could use? I do not need the preview mode of a document, just an image and a text below it which come from an NSArray or something like similar...
I'm looking for something like this:
We use Gridviews for this - See the above mentioned AQGridView
Take a look here. It's the sample of Apple that will provide pretty much the same interface as you want.
Hope it helps
You can do it with Custom UItableview. It would give you effect like grid view.

Image on top of uiTableView

Im little lost here,thats what i need to do:
But the tableview seems to take all the view and the image just gone...its possible to do that?
Use a UIView, put your UIImageView on the top, tableview at the bottom inside the UIView.
Yes it's possible.
Looking at your attached screenshot, it looks like you have the gist of it. That said, your question is quite vague without further details it will be unlikely people will be able to address your problem

Changing size of UIWebView text

I'm trying to change text size in UIWebView, but I don't know how. Help me please.
Take a look at this question; it provides a JavaScript based solution.

NSTableView visual issue

Can someone tell me what might cause this white rectangle in the column to appear? Thanks.
Thanks!
EDIT: If i resize that table column it goes away.
It looks like it might be a view floating above the table view.
Please see this question I just asked. It may be the same problem.
NSTableView redraw not updating display, selection sticking