How to make a share Link in swiftui?
ShareLink(item: URL(string: "https://learn-it-free.com)!)
Youtuber @CodeWithWilliamJiamin's Website
• 1 min read
ShareLink(item: URL(string: "https://learn-it-free.com)!)
• 1 min read
// // ContentView.swift // Links // // Created by WilliamJiamin on 2024/6/20. // import SwiftUI struct ContentView: View { var body: some View {…
• 2 min read
// // ContentView.swift // Buttons // // Created by WilliamJiamin on 2024/6/20. // // //You can check more on Button at //https://developer.apple.com/documentation/swiftui/button import SwiftUI…
• 2 min read
// // ContentView.swift // Buttons // // Created by WilliamJiamin on 2024/6/20. // // //You can check more on Button at //https://developer.apple.com/documentation/swiftui/button import SwiftUI…
• 2 min read
This is a Default Button // // ContentView.swift // Buttons // // Created by WilliamJiamin on 2024/6/20. // import SwiftUI struct ContentView: View {…
• 1 min read
// // ColourGeneratorAppApp.swift // ColourGeneratorApp // // Created by WilliamJiamin on 2024/6/19. // import SwiftUI @main struct ColourGeneratorAppApp: App { var body: some Scene…
• 1 min read
// // ContentView.swift // Mini-SwiftUI-Project-Alert // // Created by WilliamJiamin on 2024/6/18. // import SwiftUI struct ContentView: View { @State private var isShowingAlert =…
• 1 min read
// // ContentView.swift // Mini-SwiftUI-Project-Alert // // Created by WilliamJiamin on 2024/6/18. // import SwiftUI struct ContentView: View { @State private var isShowingAlert =…
• 1 min read
// // DataListView.swift // ScrollableCardView // // Created by WilliamJiamin on 2024/7/2. // import SwiftUI struct DataListView: View { // let dateFormatter: DateFormatter =…
• 3 min read
More options: In previous article, I have discussed about the basic of SwiftUI. In this article, I will discuss about how to customise our…
• 3 min read
Intro Hi, I am William Jiamin, the creator of youtube channel CodeWithWilliamJiamin and the creator of this website(learn-it-free.com). I am a self-taught iOS developer…