iOS Engineer @ Xing
Pinned Loading
-
PreviewResizable
PreviewResizable PublicView modifier that allows custom resizing in SwiftUI previews. Useful to quickly check how views adapt to different sizes.
Swift 20
-
TapTempoButton
TapTempoButton PublicSwiftUI View to easily add tap tempo functionality to music apps.
Swift 1
-
SwiftUI: Synchronize bindings
SwiftUI: Synchronize bindings 1import SwiftUI
23extension View {
45/// Synchronizes the bindings so changes in any of them are propagated to the other.
-
XCTAssert helpers for Collections
XCTAssert helpers for Collections 1import XCTest
23func XCTAssertEmpty<T>(_ expression: @autoclosure () throws -> T, _ message: @autoclosure () -> String = "", file: StaticString = #filePath, line: UInt = #line) where T : Collection {
4XCTAssertTrue(try expression().isEmpty, message(), file: file, line: line)
5}
-
PublisherExpectations
PublisherExpectations PublicXCTestExpectation subclasses to simplify Publisher testing and improve test readability
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.