Office UI Fabric for iOS - The front-end framework for building experiences for Office and Office 365
Перейти к файлу
Vlad Filyakov dd22f4b821 Merged PR 251300: Made MSColors and MSFonts classes instead of structs and added attributes to support Objective-C
Made MSColors and MSFonts classes instead of structs and added attributes to support Objective-C

Related work items: #705414
2019-04-02 22:34:30 +00:00
OfficeUIFabric Merged PR 251300: Made MSColors and MSFonts classes instead of structs and added attributes to support Objective-C 2019-04-02 22:34:30 +00:00
OfficeUIFabric.Demo Merged PR 245329: Layout for accessory view in MSTableViewCell 2019-04-01 21:44:19 +00:00
OfficeUIFabric.Tests Merged PR 249256: Updated license information in source code headers 2019-03-28 21:36:57 +00:00
OfficeUIFabric.xcodeproj Merged PR 246263: Dropped iOS 10 from supported versions 2019-03-21 17:58:34 +00:00
OfficeUIFabric.xcworkspace Merged PR 189673: MSDatePicker with modal support 2018-10-26 23:37:20 +00:00
metadata Merged PR 182791: Updated repo.json 2018-09-21 21:40:06 +00:00
.gitignore Merged PR 189673: MSDatePicker with modal support 2018-10-26 23:37:20 +00:00
.swiftlint.yml Merged PR 249256: Updated license information in source code headers 2019-03-28 21:36:57 +00:00
CONTRIBUTING.md Create CONTRIBUTING.md 2019-03-29 10:39:18 -07:00
LICENSE Updated LICENSE 2019-03-28 17:33:28 +00:00
OfficeUIFabric.INT.podspec Merged PR 247747: Changed version to 0.1.14 2019-03-26 01:18:30 +00:00
OfficeUIFabric.podspec Updated OfficeUIFabric.podspec 2019-03-26 19:55:16 +00:00
README.md Update README.md 2019-03-29 14:30:50 -07:00

README.md

Build status GitHub release

Office UI Fabric for iOS

The iOS UI framework for building experiences for Office and Office 365.

Office UI Fabric for iOS is a native library that provides the Office 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 Office and Office 365 products.

Install and use Office UI Fabric

1. Using CocoaPods

...

2. Manual installation

2.1. Download the latest changes from the Office UI Fabric iOS repository.

2.2. ...

Import the library to use it:

...

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.