Closed Skk-tj closed 2 years ago
It seems like Xcode is not happy with the onChange() in MarqueeText.swift. My deployment target is iOS 15.2.
onChange()
MarqueeText.swift
I opened a new PR #13 for this issue. It adds a backwards compatibility for iOS 13 so the package min iOS version doesn't have to be updated to iOS 14.
It seems like Xcode is not happy with the
onChange()
inMarqueeText.swift
. My deployment target is iOS 15.2.