-
i have a UIViewController with a UITableView connected with a .xib file like this:
MyViewController.h
@interface MyViewController : UIViewController
@property (weak, nonatomic) IBOutlet UITableView…
-
Currently, BKTableModel use UITableViewController instead of UIViewController. I create table automatically using UITableView.
-
I am using a table view as rear view. But the table view is as width as the screen, so the right part of the table view is invisible, because it is overlapped by front view.
Is there be a chance to li…
hohl updated
12 years ago
-
I really like the control, would it possible to decouple it from a ViewController?
Could it be some delegate used for an already existent tableVIew?
Thanks
-
From the list:
```
Just did a huge fast-forward to latest master. Works great, except the
drag-to-refresh on RKObjectLoaderTTModel.
Somehow it just doesn't fire. Any idea why?
FYI: My controller imp…
-
Does not work with many sections as every header/footer gets the same view.
solution: Create a new view, for every section header/footer
-
Minor diff below to make things easier on the iPad; basically we need to not take the size of the screen as our view port - but live in whatever view we are put.
Dw.
diff --git a/src/KalViewControll…
dirkx updated
13 years ago
-
When the table is its own delegate, view controllers can't implement common UITableViewDelegate methods like `tableView:didSelectRowAtIndexPath:`.