|
|
|
|
|
by RandallBrown
5229 days ago
|
|
Interesting. Some of the grid views seem like they could be really useful, as does the automatic orientation stuff. It seems like this should play nicely with interface builder still also. I couldn't give up IBActions and IBOutlets. An interesting next step would be take take your sample project and make it into it's own sort of Interface Builder that would generate the objective-c to programmatically build those views. That would be pretty cool. |
|
Yes, the WeViews are just UIView and play nicely with IB.
Also, the demo _does_ generate code for the layouts you build in it. Unlike IB, its just pseudo code; it lacks specifics and just contains the layout logic. It also doesn't (yet) let you re-open and edit past layouts. But it certainly lets you build UIs visually/interactively.