On 2015-03-05 09:05, Paulo Pinto wrote:
This is the approach taken by modern GUI toolkits for native applications, Qt, JavaFX, XAML, Android.I imagine on Mac OS/iOS NIBs also follow a similar pattern.
Not as far as I know. It can only load the nib at runtime, at least officially.
The only GUI builder that works like this that I have seen is Eclipse WindowBuilder for Java. It operates on the Java AST directly using JDT.
-- /Jacob Carlborg
