1 day agoSwiftUI: How to adding font in swift ui custom font and why font cannot change in swift uiCreate New Project in ( x code ) open Application x code dan make new project.Swiftui2 min readSwiftui2 min read
Sep 15‘init(destination:isActive:label:)’ was deprecated in iOS 16.0: use NavigationLink(value:label:) inside a NavigationStack or NavigationSplitView’How to solved this: If you are using iOS 16 which is causing the warning to occur, the first step you have to use is NavigationStack on each display. I will show how to fix it below: import SwiftUI struct ContentView: View…Swiftui2 min readSwiftui2 min read
Sep 29, 2022SwiftUI: Cara menggunakan custom fonts — Tutorial Swift UIMembuat Project Baru ( x code ) Buka aplikasi x code dan membuat project baru pilih apps.Swiftui2 min readSwiftui2 min read