2013-01-16 83 views
-3

我怎樣才能創建一個UITablveVIew這樣嗎?的UITableView與自定義單元格樣式

enter image description here

+0

這裏有一些很好的鏈接,以幫助你.. http://developer.apple.com/library/ IOS /#文檔/ UIKit的/參照/ UITableViewCell_Class /參考/的reference.html http://stackoverflow.com/questions/9014105/where-is-a-good-tutorial-for-making-a-custom-uitableviewcell HTTP:/ /stackoverflow.com/questions/2477277/rotate-a-custom-uitableviewcell和這個旋轉表(我想你也需要)http:// www。 iphonedeveloperdiary.com/2010/05/supporting-iphone-landscapeportrait-orientations-uitableviewcells/ – rptwsthi

回答

0

嘗試使用自定單元的這種設計和使用表格視圖編輯樣式在表中添加新行。

檢查這裏的樣本項目

Table View Sample1 Table View Sample2

希望這將有助於ü

0
  1. 您需要創建一個自定義的,你需要使用UITableViewCell
  2. 加載所有的控制。對於例如,在這種情況下UIButtonUILable等等等等
  3. 在你的cellForRowAtIndexPath你需要取決於你是哪個行把狀態。
  4. 設置阿爾法爲1,你需要的控件。並將alpha設置爲0,以便您不需要顯示的控件。而且,你也可以改變它們的屬性,例如改變UILable字體或改變UIButton

注意形象:要爲你知道什麼將是你的單元格的格式實現這種UITableView是很重要的。