AutoLayoutLint
AutoLayoutLint copied to clipboard
[UNMAINTAINED] Provides automated test to detect runtime conflicts of constraints.
If storyboard identifier is not specified, test method name will be something like `testConstraints__Debug_storyboard___UITableViewController_RLP_BO_eVh`. It is difficult to distinguish actual view controller in storyboard with this name. A possible fix...
Because this library does not use `- [UINavigationController pushViewController:animated:]` at all. Perhaps dynamic UITabBarController items also affects.
## One test result disappears when using run button in test result of xcode Pushing this run button in test result causes one test result to be disappeared from the...
UITableView and UICollectionView renders cells at runtime. They can be tested by setting dataSource from lint, perhaps.