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