cancel
Showing results for 
Search instead for 
Did you mean: 

Ultralite iOS Development

Former Member
1,668

Just starting to get dangerous with Ultralite and iOS. I built the sample app and now I'm trying to do more. If I create another table view and want to display data there, how is that done. The part that is confusing me is that DataAccess.mm has the table view delegates. I'm not sure what I need to do to get data for a second table view. My understanding is that DataAccess.mm creates the sharedInstance that is to be the single point of comunication with the db. That is why I am confused with the table view delegates in the DataAccess.mm file.

I've been unable to find any other example code besides the tutorial, so any direction would be great.

Thanks for the help in advance,

Ryan

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member

I think I jumped the gun. For anyone who may have this question later, I am just returning a result set from the DataAccess class and then using that where I need to.