Anchorage icon indicating copy to clipboard operation
Anchorage copied to clipboard

A collection of operators and utilities that simplify iOS layout code.

Results 22 Anchorage issues
Sort by recently updated
recently updated
newest added

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.7 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...

dependencies

Bumps [cocoapods-downloader](https://github.com/CocoaPods/cocoapods-downloader) from 1.4.0 to 1.6.3. Release notes Sourced from cocoapods-downloader's releases. 1.6.3 Enhancements None. Bug Fixes None. 1.6.2 Enhancements None. Bug Fixes None. 1.6.1 Enhancements None. Bug Fixes None....

dependencies

Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.0. Changelog Sourced from addressable's changelog. Addressable 2.8.0 fixes ReDoS vulnerability in Addressable::Template#match no longer replaces + with spaces in queries for non-http(s) schemes fixed...

dependencies

I'm having a problem using Anchorage with XCode 12 and iOS 14. Running on a simulator I get - (if using command line tools 11.7 for Carthage) "Building for iOS...

https://swift.org/source-compatibility/#adding-projects According to the acceptance criteria, eligible projects must "add value not already included in the suite." I think Anchorage satisfies this because of its extensive use of operators and...

We're using anchorage in our app and have something akin to this in our xcconfig: `OTHER_SWIFT_FLAGS = -Xfrontend -warn-long-function-bodies=400 -Xfrontend -warn-long-expression-type-checking=400` We compile Anchorage from source due to needing a...

Found this in my old photos, circa 2017. Guessing Samantha Broccoli or one of the other Raizlabs designers drew it. Could be the nice basis for a logo. ![8A016878-F9DE-42A1-8FDD-84C33139D10F](https://user-images.githubusercontent.com/464574/69389785-09142200-0c9b-11ea-99fc-c1f316e33296.jpeg)

```swift label.leadingAnchor == view.topAnchor ``` Expected behavior: a compile-time error, telling you that this combination is invalid. Actual behavior: a warning telling you that the result of `==` is unused....

enhancement

It would be nice to be able to take any Anchorage expression and add `+ "someString"` to it, and get a constraint that has an identifier. Constraint identifiers show up...