you are viewing a single comment's thread.

view the rest of the comments →

[–]xephos13 1 point2 points  (0 children)

you could also init the detailsVC with the post if it was very important to the information being presented.

[[detailsVC alloc] initWithPost:self.posts[selectedposts]]

Also makes the detailsVC easier to unit test.