CocoaPods trunk is moving to be read-only. Read more on the blog, there are 11 months to go.

Andres Cecilia Luque

3pods

NestLayout

This framework makes exclusive use of StackViews for configuring the layout: basically you can see it as syntactic sugar for StackView based layouts. the benefits are:

  • The layout logic is implemented by Apple and the StackViews, not a third party developer. This means you can rely on it in terms of performance and implementation bugs.
  • The API exposed by this framework will not change as long as the API used by StackViews does not change. This means you can rely on it in terms of long-term maintainability.
  • The API exposed by this framework keeps your code tidy, easier to read and more expressive. In the end, less prone to bugs.

License: MIT

  • Swift

SafeAnchors

UIView extension providing anchors that return the view's anchors before iOS11, and the safeAreaLayoutGuide's anchors in iOS11 or above

License: MIT

  • Swift

SugarEdges

This framework provides the protocol ExpressibleByEdgesDictionaryLiteral in order to be used with other custom types.

License: MIT

  • Swift