I’m aware of it’s function and how to use the addSubview method.
What would like to know is what the method looks like, the code used in that method it self.. and if someone could point me to the right direction in finding this out for my self next time.
I assume I could find it in the Developer Documentation, and I found the method, and what it does (which I already know) but I’d like to see sample code, if possible. Thanks =]
The implementation code is not publicly available, iOS is not open source. The closest you can get is the header file but that only declares the interface, which doesn’t give you anything you can’t get from the documentation.