Cricket Score analytics Using Python
Digit recognition Using Python
Hospital Management Voice recognition Using Python
Money Transfer Using Python
Create Perfect Desktop UI Application Using Python
Create Mobile Drawer Desktop UI Application Using Python
Create Different Login Design Using Python
// // ContentView.swift // test // // Created by saravana kumar on 18/10/23. // import SwiftUI import CoreData struct ContentView : View { @State private var selectedValue = "One" let counts = [ "One" , "Two" , "Three" ] var body : some View { List () { HStack { Text ( "Add Paln" ) . foregroundColor ( Color . gray ) . font (. system ( size : 36 )) Spacer () Image ( systemName : "xmark" ) . foregroundColor ( Color . red ) } ...
Good job bro...
ReplyDelete