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 | 31 |
Tags
- iOS16
- Swift
- Archive
- 한글
- geofencing
- rxswift
- UIButton
- Apple
- 이미지
- github
- Firebase
- Xcode
- mac
- JPA
- error
- Git
- darkmode
- window
- Realm
- MacOS
- Notification
- 웹뷰
- IOS
- Session
- 개발자
- SwiftUI
- shorebird
- FLUTTER
- Code
- appstore
Archives
- Today
- Total
목록UISearchBar (1)
EEYatHo 앱 깎는 이야기
Swift ) UISearchBar 네비게이션바에 넣기
UISearchBar 선언부 lazy var searchBar: UISearchBar = { let searchbar = UISearchBar() let placeholderText = "검색어를 입력해 주세요." searchbar.placeholder = placeholderText if let textField = searchbar.value(forKey: "searchField") as? UITextField { textField.backgroundColor = .white if let font = UIFont(name: Resource.Font.NanumSquareRoundR.rawValue, size: 16) { let placeholderAttributedText = NSAttributedSt..
iOS, Swift/Tip, Bug, Swift Error
2021. 3. 4. 18:30