Tag: ui-development
All the articles with the tag "ui-development".
-
-
SwiftUI에서 View에 Background 추가하기
• 1 min read스위프트UI에서 `background(_:alignment:)` view modifier를 이용해서 view에 background를 추가할 수 있습니다. 백그라운드는 추가하는 뷰의 크기만큼 만들어집니다.
-
How to show scrollbar over header or footer view
• 1 min readAfter revisiting my old codes, I found some useful code that helped a bug. Although this bug is solved over iOS 13, if your project deployment target is iOS ...
-
Enable swipe back and the bug
• 2 min readIn iOS, we can swipe back(left to right) to pop the view controller and navigate back. This is only available when the navigation bar is shown. If we want to...