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

JSON View loading #2

Closed jdolan closed 8 years ago

jdolan commented 8 years ago

This PR adds support for loading View hierarchies from JSON files.

It also simplifies View::layoutSubviews by properly employing View::sizeThatFits in key classes that were missing this logic.