iPhone UI Components?

I am brand new to Unity and am wondering if it's possible to access the UI components within the iPhone. Things like keyboard, wheel selectors, copy / paste, lists, buttons, toggles, tabs, loading animation, etc.

If this isn't possible, does Unity come with it's own UI components that are skinnable or has someone already created a public library of these?

~ag

I think iPhoneKeyboard has some variables and functions you can use, and you could use a GUI.Button as a toggle, but I'm not sure about the other iPhone UI.

I would highly recommend thoroughly reading the Unity Documentation. With a quick google search I found this: Unity - Manual: Mobile Keyboard