Обложка канала

iOS dev

8637 @iosdevio

Awesome channel about iOS app development

iOS dev

3 года назад
Открыть в
Mastering Canvas in SwiftUI

You can draw 2D graphics in SwiftUI using Shape API, but in the end, the framework converts all the shapes into SwiftUI views and render them. This approach has its pros and cons. Fortunately, we can draw rich 2D graphics without combining multiple shapes. This week we will learn how to use Canvas view in SwiftUI.

Swift with Majid