First app, so every problem is new for me :-) I want to make a tab with instructions for my app. These instructions contain several points, so I wanted to make a static table and in each cell should be a textview containing some explanation text. The length however of this text is variable, since I make my app in two languages so I cannot use a defined height for each row or textview. But I don't want that the user to scroll each textview...they should be rather expanded fully so the only thing a user needs to scroll is the tableview.
I hope I explained it enough clearly...any hint how I could do that? I've tried some stuff in the interface builder, however everything remains quite static...