-1

I wanted to generate one fix view using interface builder, but the size of that view is exceeding the size of iphone screen,and I am not able to maximize screen. I wanted to show table view in that screen. I did enabled scrolling but that didn't work,

Update 1:
Actually I wanted to show thumbnail image inside cell and i want to show 5 cell so 5 thumbnail image,those images are static. So which is a better way to achieve this ,interface builder or programming?
Hope this is clear enough.

4

1 に答える 1

1

あなたの質問は非常に明確ではないので、これが私がここで答えようとしている質問です:

5 つの行があり、それぞれに小さな画像があるテーブル ビューが必要です。

簡単な答え: Interface Builder でこれを完全に行うことはできません。できることは、「外観」、スクロール機能などを含むテーブル ビューを定義することです。次に、同じ XIB ファイルで、テーブル セルを定義します (これには、写真、キャプション、および何を持っているかを含めることができます)。

次に、2 つをプログラムで接続する必要があります。Apple は、SDK でこれを行う方法について多くの例を提供しています。

于 2008-10-10T10:52:40.830 に答える