[Swift] Label에 Counting 애니메이션 적용하기Timer와 Easing Function을 적용하여 Counting 애니메이션을 구현합니다.Oct 25, 2021Oct 25, 2021
[swift] Alamofire - Custom Session, API 인증(Authentication), 로그(Logger) 구현하기이 글에선 Alamofire Advanced Usage 중에 Creating Custom Session Instance와 Adapting and Retrying Requests with RequestInterceptor, Using…Sep 15, 20211Sep 15, 20211
[Core Animation 1] CABasicAnimation 튜토리얼CABasicAnimation는 이름에서도 보이듯 Core Animation 중 가장 기본적인 클래스입니다. 이 외에도 CASpringAnimation, CAKeyframeAnimation 등 여러 기능이 있지만, CABasicAnimation만…Aug 31, 2021Aug 31, 2021
[Swift] 과업 단위로 뷰스택 분리하기 - Pushing NavigationController하나의 과업을 달성하기 위해 화면 흐름은 아래 [그림1]과 같이 이뤄집니다. Airbnb에서 숙소 예약하는 과정을 떠올려 봅시다. 숙소를 선택하고, 예약 요청을 확정하고, 호스트에게 메시지를 보내는 순서로 화면이 이동합니다.Aug 2, 2021Aug 2, 2021
[Swifit]Router로 API 요청하기-Alamafire Advanced Usage이 글은 Alamofire(ver. 5) Advanced Usage의 request routing이 무엇인지 알아보고, router를 통해 request를 하는 방법을 소개합니다.Jul 27, 2021Jul 27, 2021
[Swift] Pop Gesture(Swipe Back Gesture)로 뒤로가기 구현하기이 글은 UINavigationController의 interactivePopGestureRecognizer로 스와이프로 뒤로가기를 구현하는 방법 소개합니다. 바로 코드를 확인하고 싶다면 아래로 쭈욱 스크롤해서 ‘두번째 시도’ 부분을 보시면…Jul 15, 2021Jul 15, 2021