• Stars
    star
    302
  • Rank 138,030 (Top 3 %)
  • Language
    Swift
  • License
    MIT License
  • Created over 5 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Provides assert function that check autolayout error in Swift

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'

More Repositories

1

XCTAssertNoLeak

Provides assert function that check memory leak in Swift.
Swift
363
star
2

Instantiate

Type-safe and constructor injectable InterfaceBuilder protocols.
Swift
161
star
3

Cuculus

A library for Swift Function Hooking.
Swift
84
star
4

UIViewBuilder

Generate UIKit (not SwiftUI) components from FunctionBuilder.
Swift
73
star
5

AnyObjectConvertible

Convert your own struct/enum to AnyObject easily.
Swift
62
star
6

try-erasure

Swift Type-Erasure implementation and benchmark
Swift
60
star
7

AutoSnapping

Auto snapping when scroll decelerating in UITableView or UICollectionView
Swift
32
star
8

Barrel

A simple type-safe library for NSPredicate and NSExpresion.
Swift
21
star
9

ios_boilerplate

Swift
19
star
10

XWorkarounds

Workaround for iPhoneX/iOS11
Swift
18
star
11

Illuso

JSON encoder for Swift.
Swift
12
star
12

JS2ObjC

Connect Javascript and Objective-C at iOS application.
Objective-C
11
star
13

Buildable

Create own FunctionBuilder from Protocol
Swift
10
star
14

Covariancable

Add covariance/contravariance feature on your type-erasure.
Swift
6
star
15

Hiyoko

http://www.hiyoko.co.jp, It's a sweets in Fukuoka. But this repo maybe become twitter app for iOS.
Swift
5
star
16

NotificationKit

A simple type-safe NSNotificationCenter library
Swift
5
star
17

mstdn

mastodonクライアントアプリ開発RTA
Swift
4
star
18

RxInstantiate

Protocols and default implementation of RxSwift, RxDataSources, and Instantiate
Swift
4
star
19

enum-convertible

Protocols for enum abstraction.
Swift
3
star
20

RxExtensions

Implement my custom operators.
Swift
2
star
21

waiwai-swift-demangler

waiwai-swift-demangler
Swift
1
star
22

OpenInBrowser

ランチャー騒ぎでリジェクトされたアプリのお墓です。線香でも上げてやって下さい(´・ω・`)
Swift
1
star
23

Builder

Introduce if/switch/for expression in swift.
Swift
1
star