Hi gemuese,
Since STV is monitoring the keyboard, table resizing, and a lot of other stuff, you have to do two things to be able to successfully present one of your own custom view controllers:
1- Before you push (or present modally) your custom view controller, you have to call the SCTableViewModel method called "prepareModelForCustomDetailViewAppearing".
2- Before your custom view controller disappears, you have to call the SCTableViewModel method called "prepareModelForCustomDetailViewDisappearing" (usually in your view controller's viewWillDisappear method).
These methods are present in our latest beta version, which I'll send you a copy of right away.
**** EDIT ****
The above is no longer required by STV to display custom detail views! For more information, please refer to the following post:
www.sensiblecocoa.com/forum/bug-reports/...=6&start=12#2119