Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
UITableview写真のようなコントロールをカスタマイズする必要があります、
UITableview
ここで、RE-ORDERINGコントロールを左側に配置する必要がありますが、ここで可能ですか?
@ Harish Saran -- テーブル ビュー セルをカスタマイズできます。テーブルビューセルを拡張するクラス(customCell.h)で作成するだけです。そのクラスで、ボタン/ImageViewを作成します。セルの contentview に配置します。
cellForRowAtIndexPath メソッドで customCell.h のセル オブジェクトを作成し、customCell.h に割り当てられたボタン/ImageView に画像を割り当てるだけです。