Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

FluentLayout provides an easy, fluent API for creating constraint-based layouts in Xamarin.iOS.

[![Build Status](https://app.bitrise.io/app/3584ad3a37e4084c/status.svg?token=nxuhVtDms232YxvcvYIW0w&branch=master)](https://app.bitrise.io/app/3584ad3a37e4084c)
[![Build Status](https://app.bitrise.io/app/3584ad3a37e4084c/status.svg?token=nxuhVtDms232YxvcvYIW0w&branch=main)](https://app.bitrise.io/app/3584ad3a37e4084c)

## How To Use

Expand Down Expand Up @@ -46,4 +46,4 @@ When using the `VerticalStackPanelConstraints` helper each constraint added will

- `containerId` will be the container's `AccessibilityIdentifier` if one is set, and `VerticalStackPanel` if not
- `viewId` will be the subview's `AccessibilityIdentifier` if one is set, and the subview's index in the array if not
- `constraintDescription` will be based on the constraint itself, such as `Bottom`, `Top`, `Width`, etc.
- `constraintDescription` will be based on the constraint itself, such as `Bottom`, `Top`, `Width`, etc.
4 changes: 2 additions & 2 deletions nuspec/Cirrious.FluentLayout.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<version>2.9.0</version>
<authors>slodge</authors>
<owners>gshackles,slodge</owners>
<licenseUrl>https://github.com/slodge/Cirrious.FluentLayout/blob/master/LICENSE</licenseUrl>
<licenseUrl>https://github.com/FluentLayout/Cirrious.FluentLayout/blob/main/LICENSE</licenseUrl>
<projectUrl>https://github.com/slodge/Cirrious.FluentLayout</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Easy API for using AutoLayout in iOS</description>
Expand All @@ -16,4 +16,4 @@
<files>
<file src="../Cirrious.FluentLayout/bin/iPhoneSimulator/Release/Cirrious.FluentLayouts.Touch.dll" target="lib/Xamarin.iOS10/Cirrious.FluentLayouts.Touch.dll" />
</files>
</package>
</package>