Please be aware that the content in SAP SQL Anywhere Forum will be migrated to the SAP Community in June and this forum will be retired.

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

asked 04 Apr '14, 16:59

rstory's gravatar image

rstory
31447
accept rate: 0%


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.

permanent link

answered 06 Apr '14, 19:17

rstory's gravatar image

rstory
31447
accept rate: 0%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×162

question asked: 04 Apr '14, 16:59

question was seen: 1,531 times

last updated: 06 Apr '14, 19:17