2
A
回答
0
爲了使這樣的按鈕可以執行以下操作:
- 讓您
UITableView
風格Grouped
。 - 將+1部分添加到您的表格中。
- 說你的表,這是最後一節 一個細胞
- 只是返回自定義單元格(有紅色背景與適當的標籤)的最後一節
0
如果實施委託方法的要編輯的實現代碼如下
- (void)tableView:(UITableView *)tableView willBeginEditingRowAtIndexPath:(NSIndexPath *)indexPath
而不是執行的數據源方法
- (void)tableView:(UITableView *)tableView commitEditingStyle:(UITableViewCellEditingStyle)editingStyle forRowAtIndexPath:(NSIndexPath *)indexPath
對於允許獲取刪除按鈕,當你刷卡的小區使用
Cell Editing Style : UITableViewCellEditingStyleDelete
//編輯:錯誤的答案。 你的意思是底部的大牌還是左邊的牌?
0
使用.... 首先使用
[btn removeFromSuperview];
和
[tblobj重裝];
相關問題
- 1. UITableView刪除按鈕
- 2. UITableView - 刪除按鈕
- 3. uitableview重置刪除按鈕
- 4. 顯示UITableView中的刪除按鈕
- 5. 自定義UITableView中的刪除按鈕
- 6. 刪除UITableView中的編輯按鈕
- 7. 從UITableView中刪除編輯按鈕?
- 8. 當我按下刪除按鈕時如何刪除UITableView行?
- 9. 刪除行中的UITableView,但不使用刪除按鈕
- 10. 無法從UITableView中刪除行(從不出現刪除按鈕)
- 11. UITableView自定義刪除按鈕功能
- 12. UITableView下面的一行刪除按鈕
- 13. UITableView - 手動顯示刪除按鈕
- 14. UITableView「滑動刪除」按鈕框問題
- 15. UITableView刪除按鈕不出現
- 16. 編輯和刪除按鈕UITableView
- 17. 自定義刪除按鈕uitableview iphone sdk
- 18. 的UITableView不會顯示刪除按鈕
- 19. 用分段按鈕替換UITableView刪除按鈕
- 20. 當顯示刪除按鈕時,iPhone UITableView抑制泄露按鈕
- 21. UITableView刪除控制和刪除按鈕未同步
- 22. 如何在iOS中用動畫隱藏UITableView的刪除按鈕?
- 23. 如何在UITableView中出現「刪除」按鈕時捕捉事件?
- 24. 當我按下一個accessoryType刪除按鈕時如何刪除一個UITableView Cell?
- 25. 在快速滾動期間在uitableview上刪除按鈕
- 26. TTLauncherView刪除刪除按鈕
- 27. 刪除按鈕
- 28. 刪除按鈕
- 29. 刪除按鈕
- 30. 刪除按鈕
這是我第一次嘗試,但這看起來不一樣。沒有漸變等 – jussi
你應該自己添加漸變。 – Nekto