You need to use if case to check if an enum variable matches a certain case . var body: some View { if case .simple = choice { return ...
確定! 回上一頁