Skip to content

Instantly share code, notes, and snippets.

View woin2ee's full-sized avatar

Jaewon-Yun woin2ee

View GitHub Profile
@sushant-here
sushant-here / AppUITests.swift
Last active July 1, 2024 22:46
XCUITest disable keyboard swipe
import XCTest
final class AppUITests: XCTestCase {
override func setUpWithError() throws {
SpringboardHelper.showKeyboardIfNeeded()
}
}