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 { var body : some View { List () { Text ( "saravana" ) Text ( "saravana" ) Text ( "saravana" ) } . listStyle ( SidebarListStyle ()) } struct ContentView_Previews : PreviewProvider { static var previews : some View { ContentView () } } } Output:
Good job bro...
ReplyDelete