[iOS] Floating Custom TabBarController
2023. 7. 22. 19:33
iOS/iOS
이번 포스팅에선 Floating TabBar를 구현해보고자 한다. 전체 코드는 여기에서 볼 수 있다. 처음에는 UIKit에서 제공하는 UITabBarController를 이용하고자 했다. https://stackoverflow.com/questions/65771446/how-to-create-floating-tab-bar-swift How to create floating Tab Bar Swift I'm trying to create a Pinterest style Tab Bar. Is it possible to customise UITabBar in that way or do you have to write a separate view to sit on top of everything if so how..