cezarywojcik / CWPopup

CWPopup category to present popup view controllers
MIT License
289 stars 62 forks source link

Update UIViewController+CWPopup.m #4

Closed angelolloqui closed 10 years ago

angelolloqui commented 10 years ago

Added controllers as child controllers instead of manually call appear methods

angelolloqui commented 10 years ago

With the previous implementation my child controllers of the presented one were not receiving appearance methods. Also, the willAppear was invoked before the view gets its major settings such as shadows or corner radius, not allowing to change them if needed.

With the new ones the appear/disappear methods work as expected and are also valid for child controllers.