회원가입 이메일 이메일 유효성 검사let emailRegEx = "[A-Z0-9a-z._%+-]+@[A-Za-z0-9.-]+\\.[A-Z]{2,64}"let emailPredicate = NSPredicate(format: "SELF MATCHES %@", emailRegEx) 애플 로그인SignInWithAppleButton 이 구조체를 사용해서 쉽게 구현할 수 있다import SwiftUIimport AuthenticationServicesstruct SignInView: View { var body: some View { SignInWithAppleButton(.signUp) { request in request.requestedScopes = [.fullNam..