iOS swift TabBar background
https://gyuios.tistory.com/133
iOS) 탭바 테두리, 그림자 설정 및 iOS 15.0 대응
let appearance = UITabBarAppearance() // set tabbar opacity appearance.configureWithOpaqueBackground() // remove tabbar border line appearance.shadowColor = UIColor.clear // set tabbar background co..
gyuios.tistory.com
https://madilyn.tistory.com/23
[iOS15 대응] NavigationBar/Tabbar background color Transparent 이슈 해결
iOS15로 넘어오면서.,,, 네비게이션바나 탭바가 있는 뷰에서 화면 전환을 때리면 배경이 투명해지고 border line이 사라지도록 변경되었다. 사실 이슈는 아닌ㄷㅔ;; 내 생각대로 안 되면 이슈임. ㅇㅇ
madilyn.tistory.com
https://borabong.tistory.com/12
[iOS] TabBar 탭바 배경색 바꾸는 방법 (+ iOS 15 추가) 🎨
#Swift how to change TabBar BackgroundColor 안녕하세요ㅎㅅㅎ 보라봉입니다💜 오늘은 iOS에서 탭바 배경색을 바꿔볼 거에요!! ✅ 탭바 배경색 바꾸기 1️⃣ 프로젝트 내에 SubClass가 UITabBarController인 클..
borabong.tistory.com
'iOS > iOS SeSAC 2기 TIL' 카테고리의 다른 글
iOS Rxswift Subject (0) | 2022.10.25 |
---|---|
[포스트모템] 앱 출시 후 회고 (0) | 2022.10.04 |
iOS swift navigation title font size change (0) | 2022.09.28 |
앱 출시 관련 & 빌드 속도 (1) | 2022.09.19 |
iOS swift) 앱 런칭 중 고민했던 부분 & 해결 + 개발일지 (0) | 2022.09.14 |