customDetailViewForRowAtIndexPath question
1 year, 4 months ago #1
I have an SCArrayOfObjectsSection and am trying to use my own custom detail view when the user selects a cell. I have implemented "customDetailViewForRowAtIndexPath", but it is never called. I have the SCTableViewModelDataSource protocol in my header file. Any ideas?
Re: customDetailViewForRowAtIndexPath question
1 year, 4 months ago #2
Hi Tommy,
This exact behavior should be working correctly for you in the "iPad App" sample application. My only guess is that this is a detail model where you haven't assigned its "dataSource" property to your view controller.