Tag: uikit
All the articles with the tag "uikit".
-
UIPageViewController의 transitionStyle이 scroll일 경우, 크래시가 나는 버그 해결
• 1 min read이상하게 iOS 15에서 특정 페이지로 스크롤 할 때, 크래시가 발생하는 일이 생겼습니다. iOS 15 미만 기기에서는 발생하지 않았는데, iOS 15에서만 발생하여 iOS 15에서만 UIPageViewController가 내부적으로 특이하게 동작하는 것 같았습니다. 크래시가 발생...
-
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...
-
How to hide navigation bar when scrolling
• 1 min readIn UINavigationController, there is a property called `hidesBarsOnSwipe` which hides its bars when scrolling or swipe down.