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

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -