2

I am using TTThumbsViewController to display a grid of thumbnails, very easy. However the hard part is what if I want to display a custom view at the bottom of the grid? And I don't want the view to be part of the scrollable grid. How do I resize the thumbnail grid and then attach my own view to this controller's view? Think of this view as a custom toolbar kind of thing

alt text

4

1 に答える 1

0

TTThumbsViewController と独自のカスタム ViewController を含む親 ViewController を作成する必要があります。プログラムで TTThumbsViewController のサイズを変更する必要がある場合は、ビュー プロパティを介して実際のビューにアクセスし、そのフレーム プロパティを設定できます。

于 2010-02-12T13:25:46.773 に答える