Rightpoint / RZUtils

Rightpoint Commonly Used Tools
Other
123 stars 22 forks source link

added new method that also accepts a completion block #81

Closed armcknight closed 10 years ago

armcknight commented 10 years ago

@ndonald2 Quick PR for you. Just one question: do you think the completion block should be called before or after layoutIfNeeded in the non-animated case?

ndonald2 commented 10 years ago

@sixstringtheory I would say after. That way your constraints have already (hopefully) been updated before you do anything else.

ndonald2 commented 10 years ago

@sixstringtheory I know you didn't write it, but the code style is outdated in this category. Would you mind formatting it?

armcknight commented 10 years ago

@ndonald2 This too should be G2G.

armcknight commented 10 years ago

@ndonald2 Ah, sorry, I missed the instancetype comment. Now it's G2G

armcknight commented 10 years ago

@ndonald2 Got it