# Fluent UI Dev Advocacy - iOS
Getting Started 3x3
* Installation
* Requirements for versions of iOS, Xcode, Swift
* Install CocoaPods and show how you can integrate it with FluentUI: specify in Podfile
* Install SwiftLint
* Build iOS demo app
* Clone FluentUI iOS repo
* Open `ios/FluentUI.xcworkspace` in Xcode
* Xcode scheme menu: choose `Demo.development` and device to deploy to
* Scroll through different controls
* Import and use FluentUI
* Open up new Xcode project
* In Swift file, add `import FluentUI`
* Add Button or another and style it
`let button = Button(style: ButtonStyle.primaryFilled)` - how to change color of primary?