create a function function in swift swift Create a function (Method) swift Unknown 23:12:00 Add Comment Unknown func hello() { print("Hi") } //call function hello() Read More