You're conflating "UI system" with "app launching system".
The iOS UI framework -- not Springboard, its app launcher -- is called Cocoa Touch, and it handles all of the drawing, scrolling, keyboard stuff, gesture recognition, etc. (it handles the non-visible stuff, too) of every app. The same...