How do you load data into a Table View when there's both a Tab Bar and a Nav Bar?
Posted
by editor
on Stack Overflow
See other posts from Stack Overflow
or by editor
Published on 2010-05-03T01:22:39Z
Indexed on
2010/05/03
1:27 UTC
Read the original article
Hit count: 316
I think I'm way overthinking the issue of having a Tab Bar project type and adding Nav Bar controls. I've followed some basic directions and have a demo app running fine with two tabs, each with a Table View and nav bars. But how do I load data into them? I know I need to hook up delegate
and dataSource
, but where?
© Stack Overflow or respective owner