ClassKitUI provides UIKit menu elements that let students submit and withdraw ClassKit assigned documents directly from the UI. Use it to surface assignment submission and withdrawal actions within your app's menus on iOS, macOS, and visionOS, bridging ClassKit's assignment model to UIKit. The framework exposes no public Swift types of its own; it supplies the menu elements that connect your interface to ClassKit's document submission workflow.
Classes 1
- ClAssignedDocumentDeferredMenuElementA deferred menu element that provides assigned document submission functionality.
Structures 2
- StAssignedDocumentLabelA view that displays the status or date information of the assigned document.
- StAssignedDocumentSubmissionButtonA button that provides submission functionality for the assigned document.
Extends 1
View