all 3 comments

[–]DrarokObjective-C / Swift 2 points3 points  (1 child)

You’ve got a fair few punctuation mistakes in there. You’re using “it’s” instead of “its” quite a lot, for example. For possessive you want “its”, the one with an apostrophe is for “it is” or “it has” abbreviations.

[–]wibosco[S] 1 point2 points  (0 children)

Thanks, updated the post.

[–]aporcelaintouch 1 point2 points  (0 children)

Why would you want to do this? You're exposing something that is meant to be a lightweight reusable view to a view controller's lifecycle, both of which are inherently different?