Hi all. How to I blank out a detail view until a master view cell is selected?
Thanks
UA-17470720-3
Posted 21 January 2015 - 01:11 AM
Hi all. How to I blank out a detail view until a master view cell is selected?
Thanks
Posted 22 January 2015 - 07:49 AM
Hi Dave,
You simply call SCTableViewContorller's loseFocus method.
[detailViewController loseFocus];
It's worth mentioning here that STV does initially have the detail view blanked until a cell is selected.
Posted 22 January 2015 - 11:24 AM
loseFocus and gainFocus are great, but only work on STV objects. I should have said that in a detail view, I have a couple of buttons not linked to the STV model... Can someone show me a snip for STV4 where I can use UIButtons for my own ends within the framework.. Thanks
Edited by David DelMonte, 22 January 2015 - 11:25 AM.
0 members, 0 guests, 0 anonymous users