Show / Hide Table of Contents

Namespace SA.iOS.UIKit

Classes

ISN_Accessibility

Make your apps accessible to everyone, including people with disabilities.

ISN_PhotoAlbum

Photo Album functions.

ISN_Preloader

Class allows to show preloaders and lock application screen

ISN_UIAlertAction

An action that can be taken when the user taps a button in an alert.

ISN_UIAlertController

An object that displays an alert message to the user. Use this class to configure alerts and action sheets with the message that you want to display and the actions from which to choose. After configuring the alert controller with the actions and style you want, present it using the Present() method. UIKit displays alerts and action sheets modally over your apps content.

In addition to displaying a message to a user, you can associate actions with your alert controller to give the user a way to respond. For each action you add using the AddAction(ISN_UIAlertAction) method, the alert controller configures a button with the action details. When the user taps that action, the alert controller executes the block you provided when creating the action object.

ISN_UIAlertUtility

Static class with the collection of dialogs helper methods.

ISN_UIApplication

The centralized point of control and coordination for apps running in iOS.

ISN_UIApplicationDelegate

A set of methods that are called in response to important events in the lifetime of your app.

ISN_UIApplicationDelegateResult

This type for saving data from ISN_UIApplicationDelegate callback.

ISN_UIApplicationShortcutItem

An application shortcut item, also called a Home screen dynamic quick action, that specifies a user-initiated action for your app.

ISN_UIAvailableMediaTypes

ISN_UICalendar

Utility methods to work with iOS calendar.

ISN_UIDateTimePicker

A control used for the inputting of date and time values. https://developer.apple.com/documentation/uikit/uidatepicker?language=objc

ISN_UIDevice

A representation of the current device.

ISN_UIDocumentInteractionController

A view controller that previews, opens, or prints files whose file format cannot be handled directly by your app.

ISN_UIImagePickerController

A view controller that manages the system interfaces for taking pictures, recording movies, and choosing items from the user's media library.

ISN_UIMediaType

Constants of supported MediaType's by ISN_UIImagePickerController

ISN_UIMenuController

ISN_UIMenuControllerResult

This type for saving data from ISN_UIMenuController callback.

ISN_UIPickerControllerResult

The ISN_UIImagePickerController interactions result.

ISN_UIRegisterRemoteNotificationsResult

Objects that delivers result of application attempt to registered with Apple Push Notification service (APNs).

ISN_UIScreen

An object that defines the properties associated with a hardware-based display.

ISN_UITraitCollection

The iOS interface environment for your app, defined by traits such as horizontal and vertical size class, display scale, and user interface idiom.

ISN_UIViewController

An object that manages a view hierarchy for your UIKit app.

ISN_UIWheelPickerController

Object that create and control WheelPicker for iOS. In this controller we need to set data that UIPickerView should show and add listeners, that will be called when user will choose some option or Done/Cancel picking process.

ISN_UIWheelPickerResult

This type for saving data from ISN_UIWheelPicker callback.

Interfaces

ISN_UITraitEnvironment

A set of methods that makes the iOS interface environment available to your app.

Enums

ISN_UIAlertActionStyle

Styles to apply to action buttons in an alert.

ISN_UIAlertControllerStyle

Constants indicating the type of alert to display.

ISN_UIDateTimePickerMode

The mode displayed by the date picker.

ISN_UIImageCompressionFormat

Image compression format options for ISN_UIImagePickerController

ISN_UIImagePickerControllerCameraDevice

The camera to use for image or movie capture. The constants in this enumeration are for use as values of the CameraDevice property.

ISN_UIImagePickerControllerSourceType

The source to use when picking an image or when determining available media types.

ISN_UIModalPresentationStyle

Modal presentation styles available when presenting view controllers.

ISN_UIUserInterfaceIdiom

The type of interface that should be used on the current device

ISN_UIUserInterfaceStyle

Constants indicating the interface style for the app.

ISN_UIUserNotificationType

Constants indicating how the app alerts the user when a local or push notification arrives.

ISN_UIWheelPickerStates

Constants indicating the state of the wheel picker result.

In This Article
Back to top Generated by DocFX