Skip to content

UIKit and AppKit controls for building native Microsoft experiences

License

Notifications You must be signed in to change notification settings

cbowdoin/fluentui-apple

This branch is 1 commit ahead of, 3 commits behind microsoft/fluentui-apple:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ba4f892 · Mar 14, 2025
Mar 11, 2025
Mar 7, 2025
Sep 25, 2024
Mar 14, 2025
Mar 5, 2025
Jan 28, 2025
Jul 15, 2021
Oct 2, 2024
Mar 24, 2020
Sep 25, 2024
Mar 24, 2020
Feb 11, 2025
Sep 25, 2024
Sep 25, 2024
Jan 31, 2024

Repository files navigation

Fluent UI Apple

Fluent UI Apple contains native UIKit and AppKit controls aligned with Microsoft's Fluent UI design system.

Build Status Localization Status CocoaPod Publishing Build Status License CocoaPods Compatible Platform

Getting Started

Install and use FluentUI

Requirements

  • iOS 15+ or macOS 12+
  • Xcode 15.3+
  • Swift 5.9+

Using Swift Package Manager

To integrate FluentUI using SwiftUI, specify it as a dependency in your Xcode project or Package.swift file:

dependencies: [
    .package(url: "https://github.com/microsoft/fluentui-apple.git", .upToNextMinor(from: "X.X.X")),
],

Using CocoaPods

To get set up with CocoaPods visit their getting started guide.

To integrate FluentUI into your Xcode project using CocoaPods, specify it in your Podfile:

pod 'MicrosoftFluentUI', '~> X.X.X'

Import and use FluentUI

After the framework has been added you can import the module to use it:

For Swift

import FluentUI

For Objective-C

#import <FluentUI/FluentUI-Swift.h>

List of Available Controls

For more platform-specific information, please see the iOS readme file and the the macOS readme file.

Changelog

We use GitHub Releases to manage our releases, including the changelog between every release. You'll find a complete list of additions, fixes, and changes on the Releases page.

License

All files on the FluentUI Apple GitHub repository are subject to the MIT license. Please read the LICENSE file at the root of the project.

Usage of the logos and icons referenced in FluentUI Apple is subject to the terms of the assets license agreement.

About

UIKit and AppKit controls for building native Microsoft experiences

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 98.5%
  • Other 1.5%