I\'m just getting started with Core Data, and as a learning exercise I\'m building an app where I need to display different types of objects in a single table view.
Tiago's answer is valid but the most straight forward way of doing this is performing two separate fetch requests and you can either store in separate NSArrays or append to one mutable array.