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

UIKitSwagger 0.7.0

UIKitSwagger 0.7.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Nov 2019
SPMSupports SPM

Maintained by Sam Odom.



  • By
  • Sam Odom

UIKitSwagger

A bit of a DSL for UIKit

Available as a CocoaPod


Tests run successfully on iOS 9 simulators, but since the @available syntax does not appear to currently work in test suites, tests will not run on iOS 8 simulators. In order to run all of the tests available for iOS 8, you will need to disable all of the following tests:

  • LayoutGuideLayoutAttributesTests (entire test class)
  • StackViewSyntaxTests (entire test class)
  • ViewAddableSyntaxTests.testAddingLayoutGuideArrayWithOperator()
  • ViewAddableSyntaxTests.testAddingLayoutGuideWithOperator()
  • ViewAddableSyntaxTests.testCannotRemoveLayoutGuideNotInView()
  • ViewAddableSyntaxTests.testRemovingLayoutGuideArrayWithOperator()
  • ViewAddableSyntaxTests.testRemovingLayoutGuideWithOperator()