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
- 웹뷰
- 개발자
- MacOS
- Code
- error
- JPA
- 한글
- Git
- IOS
- Notification
- github
- Session
- rxswift
- Xcode
- geofencing
- appstore
- Archive
- view
- UIButton
- iOS16
- mac
- window
- Firebase
- FLUTTER
- Realm
- Swift
- SwiftUI
- darkmode
- Apple
- 이미지
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