0

I'm looking to create a reference app for iOS that drills-down through categories to display a Detail viewcontroller containing the topic information.

I've been studying Xcode for a while but can't quite find the advice I need to focus my study in this area.

The drill-down will be, at most, 5 levels. What is the best database technology to use for something quite low level?

What should I be targeting in my searches to find tutorials that can help me in this specific area?

1 Answers1

0

Use Core Data backed by a SQL or XML repository. Many tutorials on the Apple sites as well as other sites.

David H
  • 40,852
  • 12
  • 92
  • 138