This commit is contained in:
Vlad Filyakov 2019-03-29 11:10:36 -07:00 коммит произвёл GitHub
Родитель f599b8a988
Коммит 2ac5b707b3
1 изменённых файлов: 26 добавлений и 0 удалений

26
README.md Normal file
Просмотреть файл

@ -0,0 +1,26 @@
# [Office UI Fabric for iOS](http://dev.office.com/fabric)
##### 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](https://github.com/OfficeDev/UI-Fabric-iOS) repository.
2.2. ...
Import the library to use it:
...
## Changelog
We use [GitHub Releases](https://github.com/blog/1547-release-your-software) 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](https://github.com/OfficeDev/UI-Fabric-iOS/releases).