본문 바로가기
반응형

개발/IOS Swift5

[해석] Animations in Swift - 출처 : Animations in Swift Animations in Swift Animations can add visual cues that notify users about what’s going on in the app. In iOS, animations are used extensively to reposition… medium.com 애니메이션은 사용자에게 앱의 진행 상황을 알려주는 시각적 신호를 추가할 수 있습니다. iOS에서 애니메이션은 뷰의 위치를 변경하고 크기를 변경하고 뷰 계층에서 제거하고 숨기기 위해 광범위하게 사용됩니다. 애니메이션을 사용하여 사용자에게 피드백을 전달하거나 흥미로운 시각 효과를 구현할 수 있습니다. -developer.apple- iOS에서는 애플이 제공해주기 .. 2021. 11. 28.
[해석] Introduction to Core Animation: Step-by-step Guide https://www.mobindustry.net/blog/introduction-to-core-animation-step-by-step-guide/ Introduction to Core Animation: Step-by-step Guide | Mobindustry Animation is an important part of almost every user interface, both for mobile apps and web platforms. Developers implement various animated elements to make their apps more compelling. In this article we’ll tell you how to work with Core Animation,.. 2021. 11. 26.
[ReactorKit#2] Swift ReactorKit Example Counter 카피, 분석하기 https://github.com/ReactorKit/ReactorKit/tree/master/Examples/Counter GitHub - ReactorKit/ReactorKit: A library for reactive and unidirectional Swift applications A library for reactive and unidirectional Swift applications - GitHub - ReactorKit/ReactorKit: A library for reactive and unidirectional Swift applications github.com ReactorKit 활용을 위해 몇가지 예제를 실습해보고 있다. 그 첫번째 예제이다. 정말 간단한 예제이지만, Action.. 2021. 10. 25.
[ReactorKit#1] Swift ReactorKit github readme 분석, 읽어보기 / MVVM 개발을 할 때마다 느낀거지만, 개발을 시작할 때 적절한 "폼", "틀"을 가지고 시작하는게 중요하다. 개발 속도를 높이고 덜 피로한 효율적인 개발을 가능하게 한다. 그래서 다양한 툴, 기법, 프레임 워크, 디자인 패턴이 있는 것이다. 오늘은 Swift에서 MVVM패턴을 적용한 ReactorKit 템플릿을 공부해보려한다. 디자인패턴에는 효율적인 개발을 위한 MVC, MMVM 등 다양한 패턴들이 있다. 다른 언어들도 마찬가지지만, Swift 역시 많은 개발자들이 상황에 따라 적절한 디자인패턴을 활용해 개발을 한다. 그 와중에 같은 패턴이더라도 다양한 모양의 결과물이 나올 수 있는데, 이러한 난개발 문제는 보통 정형화된 한두개의 템플릿이 기준이 되면서 점점 틀이 잡힌다. Swift의 경우에는 이 "Reacto.. 2021. 10. 18.
반응형