iphone - multiple NSFetchRequestController's in the same view? -
is problem have multiple nsfetchrequestcontrollers on same view? have 4 tables in 1 view , need 4 controllers - have use tags differentiate between tables guess - curious best practice.
i don't think there's wrong this. assuming data behind each of tables aren't closely related, you're going end 4 separate data structures anyway (to cache results of multiple fetches). 1 thing might useful having separate datasource
each table, shared delegate
. way, can handle view logic in shared delegate, example pushing new view controllers when cells selected. thought.
Comments
Post a Comment