kateinoigakukun / XCTAssertAutolayout

Provides assert function that check autolayout error in Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XCTAssertAutolayout

Build Status Carthage compatible pod

Provides autolayout test cases for Swift.

Found ambiguous layout from hooked UIViewAlertForUnsatisfiableConstraints.

Requirement

  • This function doesn't work on real device. Should run on iPhone Simulator.

Support version

iOS 9.0~ Swift 4.2~

Instration

Carthage

github "tarunon/XCTAssertAutolayout"

CocoaPods

Write it below Pods for testing.

pod 'XCTAssertAutolayout'

About

Provides assert function that check autolayout error in Swift

License:MIT License


Languages

Language:Swift 93.7%Language:Ruby 5.3%Language:Objective-C 0.9%