سؤال

I have an NSMutableArray of data that i would like to present in a view,

how might someone go about doing this?

i have seen that the best way to present Array data is by displaying it onto a table, but cannot find anything that can help someone using Xcode 3.2.6, as it lacks some of the functionality that later versions have.

Any ideas?

هل كانت مفيدة؟

المحلول

Yes, the best way is to use a UITableView.

Have a look to this tutorial

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top