Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- App Connect
- FlexLayout
- Firebase
- Github-Action
- ios
- alamofire
- UITest
- rc
- content-type
- playground
- human interface guidelines
- Automatic Reference Count
- garbage collection
- 회고
- AppStore
- Xcode
- YGEnums.h
- arc
- fetchSignInMethods
- Tuist
- Tuist-Action
- retain cycle
- SPM
- Nan
- layoutSubviews
- Swift
- HealthKit
- HIG
- authentication
- pagination
Archives
- Today
- Total
목록UITest (1)
멋있게걷는방법

이걸로 하루의 절반을 날렸습니다.. private let inputPasswordTextField = UITextField().then { $0.accessibilityIdentifier = "inputPasswordTextField" $0.placeholder = "비밀번호" $0.layer.borderColor = UIColor.clear.cgColor $0.layer.borderWidth = 1 $0.setPlaceholder(color: UIColor.gray) $0.layer.cornerRadius = 8 $0.isSecureTextEntry = true $0.backgroundColor = .blue } 현재 제 passwordTextField 는 이렇습니다. 이를 바탕으로 UITest 를 시..
iOS
2023. 4. 4. 17:57