FluentUI for iOS is a native framework that provides the Microsoft UI experience for the iOS platform. It contains information about colors and typography, as well as custom controls and customizations for platform controls, all from the official Fluent design language used in Microsoft 365 products.
FluentUI for iOS provides colors and typography core to experiences within the Fluent Design language.
FluentUI for iOS includes an expanding set of controls written in Swift and supporting Objective-C. These controls implement the Fluent Design language and provide consistency across Microsoft experiences.
Some of the controls available include:
- ActivityIndicator
- Avatar
- AvatarGroup
- BadgeView
- Button
- BottomCommandingController
- BottomSheetController
- Card
- CardNudge
- Color
- DateTimePicker
- DrawerController
- HUD
- IndeterminateProgressBar
- Label
- NavigationController
- NotificationView
- PeoplePicker
- PersonaButtonCarousel
- PersonaListView
- PillButtonBar
- PopupMenuController
- SearchBar
- SegmentedControl
- Separator
- ShimmerView
- SideTabBar
- TabBarView
- TableViewCell
- TableViewCellFileAccessoryView
- TableViewCellShimmer
- Tooltip
A full list of currently supported controls can be found here: FluentUI.
Included in this repository is a demo of currently implemented controls. A full list of implemented controls available in the demo can be found here: Demos.
To build and deploy the demo follow these steps:
- Download or clone the FluentUI for iOS repository.
- Open
ios/FluentUI.xcworkspace
in Xcode. - In the Xcode scheme menu choose
Demo.development
and choose a device to deploy to. - Once deployed you can choose a control to demo from the list of controls on the selected device.
Fluent UI for iOS builds both a framework target and a static library target. If you are adding, removing, or renaming files, please ensure that all files compile for both the framework and static library targets.