The API libraries do not provide any UI (aside from OAuth 2 sign-in controllers).
The API libraries just return data from the authenticated user's account, and the app should use UIKit or AppKit views to display it. In an MVC pattern, the library just fetches server data and provides the app with a data model.