After spending yesterday playing with NGUI and also watching several youtube tutorials I feel like using NGUI is going to be an awesome asset.
What I can't seem to find though is some sort of basic tutorials on how to do things in code. All the stuff I have seen so far use drag and drop and have all the menus automatically in the scene before you click play. Perhaps I just haven't looked hard enough and found a link. What I would like to look at are some basic tutorials (preferably in C#) of just doing simple things like creating a menu and deleting it in code. Attaching a NGUI script in code to an object instead of using the Unity GUI etc. There are so many little bits of juicy source code that it is a bit daunting to know where to start.