LowoUN-UI is an ui framework for unity project based on UGUI with templated way to achieve UI production, I think it's a great architecture to implement coding in the form of configuration, and it includes many useful features, so the ui development progress will be accelerated.
Asset Store: http://u3d.as/QXF
Take a look at the sample files in the asset folder, you may find it easily to use. Any problem, you can check the url or send email below for help.
Learn as less as points to use this framework at an low level.
The core scripts of the framework.
The basic holders(panels) code template include an uihandler and an uibinder script file.
All visible ui elements on the devices, include three types: Hud UI, Holder(Panel), and Components which must belong to a Holder.
Kinds of utils, such as:
Animation clips play for all ui elements include hud ui, holder(panel) and components.