swiftcsv / SwiftCSV

CSV parser for Swift
MIT License
947 stars 190 forks source link

Not Compatible with SwiftUI #89

Closed nicelion closed 3 years ago

nicelion commented 4 years ago

public protocol View in CSV.swift causes an error in SwiftUI Projects due to View already being used in SwiftUI. Please consider changing the name.

KyLeggiero commented 4 years ago

This definitely should be changed. In the meantime, you can use SwiftUI.View and CSV.View to disambiguate. That's why Swift doesn't have NS and stuff everywhere! 😄

DivineDominion commented 4 years ago

CSVView wouldn't hurt, I think. Prs welcome!