UI7Kit icon indicating copy to clipboard operation
UI7Kit copied to clipboard

UITableView/Cell

Open youknowone opened this issue 12 years ago • 8 comments

UITableView

  • [x] Dynamic patch
  • [x] Section header
  • [ ] Flatten
    • [x] Section header/footer title
    • [ ] Shadow of sections
    • [ ] Edit buttons
    • [ ] Delete button
  • [x] Grouped table view
  • [ ] Static table view with interface builder

UITableViewCell

  • [x] Dynamic patch
  • [x] Flatten
  • [x] Background
    • [ ] Shadow
  • [ ] Selected title properties
  • [x] Accessories

youknowone avatar Jun 17 '13 13:06 youknowone

Hi,thanks for ur hard work! Will there ever be support for grouped UITableView style?

[upd] srry didn't notice that https://github.com/youknowone/UI7Kit/issues/7#issuecomment-20010184

iT0ny avatar Jun 25 '13 22:06 iT0ny

Thanks. Added to to-to list.

youknowone avatar Jun 26 '13 11:06 youknowone

You are doing a very great job! Can't wait for next release! =)

gabrielribeiro avatar Jul 06 '13 12:07 gabrielribeiro

Somebody did a iOS 7 looking sliding table view cell you might be able to incorporate: https://github.com/yfujiki/YFJLeftSwipeDeleteTableView

massimobio avatar Jul 17 '13 21:07 massimobio

@massimobio Looks great. I will try this. Thanks!

youknowone avatar Jul 17 '13 23:07 youknowone

Accessories done

youknowone avatar Aug 01 '13 19:08 youknowone

Easiest way of implementing the delete button is implementing similarly to how UIKit is implemented - UITableViewCell contains a scrollview subview, which contains the content view, which contains what would normally be what the user adds in code and/or from Interface Builder. When the user slides the cell, he actually slides the scrollview, which also contains the buttons.

Implementing this hierarchy internally would give best results.

LeoNatan avatar Sep 03 '13 04:09 LeoNatan

hi @youknowone , could you please implement an method which can set the Grouped tableView style(in iOS7) to be like iOS 5/6 which has left right margin & round borders.

lokielse avatar Sep 24 '13 09:09 lokielse