UIKit and AppKit controls for building native Microsoft experiences
Перейти к файлу
Mike Schreiber 8b6ed6d8d5
[iOS] Support gradient colors for selected item in `TabBarView` (#2107)
* Adding an API for gradient highlights on `TabBar`

* Adding additional comments

* Delete old commented test code
2024-11-14 14:45:36 -08:00
.github Add visionOS to pr template (#1970) 2024-02-14 19:24:38 +00:00
Demos [iOS] Support gradient colors for selected item in `TabBarView` (#2107) 2024-11-14 14:45:36 -08:00
Docs [iOS][macOS] Rework top-level file management (#2090) 2024-09-25 16:50:54 -07:00
Sources [iOS] Support gradient colors for selected item in `TabBarView` (#2107) 2024-11-14 14:45:36 -08:00
Tests [iOS][macOS] Rework top-level file management (#2090) 2024-09-25 16:50:54 -07:00
scripts [iOS][macOS] Rework top-level file management (#2090) 2024-09-25 16:50:54 -07:00
.gitignore Basic support for Swift Package Manager (#631) 2021-07-15 13:01:41 -07:00
.swiftlint.yml Fixing swiftlint for new folder config (#2093) 2024-10-02 12:33:35 -07:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2020-03-24 14:48:14 -07:00
CONTRIBUTING.md [iOS][macOS] Rework top-level file management (#2090) 2024-09-25 16:50:54 -07:00
LICENSE Initial LICENSE commit 2020-03-24 14:48:16 -07:00
MicrosoftFluentUI.podspec Bump version to 0.31.0 (#2097) 2024-10-17 15:53:36 -07:00
Package.swift [iOS][macOS] Rework top-level file management (#2090) 2024-09-25 16:50:54 -07:00
README.md [iOS][macOS] Rework top-level file management (#2090) 2024-09-25 16:50:54 -07:00
SECURITY.md Fix typo (#1959) 2024-01-30 22:43:38 -08:00

README.md

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.