jdolan / ObjectivelyMVC

Object oriented MVC framework for OpenGL, SDL2 and GNU C. Inspired by Apple's AppKit. Zlib license.
Other
29 stars 7 forks source link

Feature/delegate self reference #13

Closed jdolan closed 7 years ago

jdolan commented 7 years ago

By adding a self-reference on data source and delegate protocols, ViewControllers can more easily operate as the delegate for their Views. This will lead to less subclassing of Views for the sole purpose of event handling.