Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 075f2d2

Browse files
committed
Merged PR 425386: add deprecated note.
add deprecated note.
1 parent d34ba1b commit 075f2d2

File tree

1 file changed

+2
-100
lines changed

1 file changed

+2
-100
lines changed

README.md

Lines changed: 2 additions & 100 deletions
Original file line numberDiff line numberDiff line change
@@ -1,104 +1,6 @@
1-
![Build status](https://onedrive.visualstudio.com/Design/_apis/build/status/fabric-mobile/fabric-ios-CI-github?branchName=master)
2-
[![GitHub release](https://img.shields.io/github/release/officedev/ui-fabric-ios.svg)](https://github.com/OfficeDev/ui-fabric-ios/releases/latest)
1+
# DEPRECATED <Office UI Fabric for iOS>
32

4-
# [Office UI Fabric for iOS](http://dev.office.com/fabric)
5-
6-
##### The iOS UI framework for building experiences for Office and Office 365.
7-
8-
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.
9-
10-
## Contents
11-
12-
- [Colors and typography](#colors-and-typography)
13-
- [Controls](#controls)
14-
- [Install and use Office UI Fabric](#install-and-use-office-ui-fabric)
15-
- [Demo app](#demo-app)
16-
- [Contributing](#contributing)
17-
- [Changelog](#changelog)
18-
- [License](#license)
19-
20-
## Colors and Typography
21-
22-
Office UI Fabric for iOS provides [colors](OfficeUIFabric/Core/Colors.swift) and [typography](OfficeUIFabric/Core/Fonts.swift) core to experiences within the Fluent Design language.
23-
24-
## Controls
25-
26-
Office UI Fabric for iOS includes an expanding library of controls written in Swift and supporting Objective-C. These controls implement the Fluent Design language and provide consistency across Office experiences.
27-
28-
Some of the controls available include:
29-
- MSActivityIndicatorView
30-
- MSAvatarView
31-
- MSBadgeView
32-
- MSButton
33-
- MSDateTimePicker
34-
- MSDrawerController
35-
- MSHUD
36-
- MSLabel
37-
- MSPersonaListView
38-
- MSPopupMenuController
39-
- MSSegmentedControl
40-
- MSTableViewCell
41-
42-
A full list of currently supported controls can be found here: [OfficeUIFabric](OfficeUIFabric).
43-
44-
## Install and use Office UI Fabric
45-
46-
### Requirements
47-
48-
- iOS 11+
49-
- Xcode 11+
50-
- Swift 4.2+
51-
52-
### 1. Using CocoaPods
53-
54-
To get set up with CocoaPods visit their [getting started guide](https://guides.cocoapods.org/using/getting-started.html).
55-
56-
To integrate Office UI Fabric for iOS into your Xcode project using CocoaPods, specify it in your Podfile:
57-
```ruby
58-
pod 'OfficeUIFabric', '~> 0.2.0'
59-
```
60-
61-
### 2. Using Carthage
62-
63-
To integrate Office UI Fabric using Carthage, specify it in your Cartfile:
64-
65-
```ruby
66-
github "OfficeDev/ui-fabric-ios" ~> 0.2.0
67-
```
68-
69-
then follow the Carthage [itegration steps](https://github.com/Carthage/Carthage#adding-frameworks-to-an-application) to add the `OfficeUIFabric.framework` into your XCode project
70-
71-
### 3. Manual installation
72-
73-
- Download the latest changes from the [Office UI Fabric for iOS](https://github.com/OfficeDev/UI-Fabric-iOS) repository.
74-
- Move the `OfficeUIFabric` folder into your project folder.
75-
- Move the `OfficeUIFabric.xcodeproj` into your Xcode project.
76-
- In Xcode select your project -> your target -> General -> Embedded Binaries -> add `OfficeUIFabric.framework`.
77-
78-
### Import and use the library
79-
80-
After the framework has been added you can import the library to use it:
81-
```swift
82-
import OfficeUIFabric
83-
```
84-
85-
## Demo app
86-
87-
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](OfficeUIFabric.Demo/OfficeUIFabric.Demo/Demos).
88-
89-
To build and deploy the demo follow these steps:
90-
- Download or clone the [Office UI Fabric for iOS](https://github.com/OfficeDev/UI-Fabric-iOS) repository.
91-
- Open `OfficeUIFabric.xcworkspace` in Xcode.
92-
- In the Xcode scheme menu choose `Demo.development` and choose a device to deploy to.
93-
- Once deployed you can choose a control to demo from the list of controls on the selected device.
94-
95-
## Contributing
96-
97-
Post bug reports, feature requests, and questions in [Issues](https://github.com/OfficeDev/ui-fabric-ios/issues).
98-
99-
## Changelog
100-
101-
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).
3+
This repo is no longer supported, please consider using https://aka.ms/fluentui-apple instead.
1024

1035
## License
1046

0 commit comments

Comments
 (0)