[ANN]: XSViewController reboot
[ANN]: XSViewController reboot
XSViewController was a useful subclass that helped patch NSViewController instances into the responder chain in a hierarchical fashion.
The original code and their accompanying articles have since withered somewhat.
So XSViewController has been rebooted at: https://github.com/mugginsoft/XSViewController
The reboot includes:
1. 64 bit ARC support.
2. Improved API.
3. Links to the legacy articles.
The API improvements are detailed in the header notes and include:
1. View controllers can be added to the tree at any stage during and will be patched into the responder chain as long as at least the topmost controller in the chain has a reference to a window controller
2. The responder patching can begin either at the window or the window controller.
3. The view controllers can be patched in children first or root first order.
Helps a lot when managing routing events and actions through deep, complex view hierarchies.
Jonathan
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden