samodom / UIKitSwagger

Simpler UIKit development in Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UIKitSwagger - DEPRECATED

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()

About

Simpler UIKit development in Swift

License:MIT License


Languages

Language:Swift 99.9%Language:Objective-C 0.1%