Seems like at the moment we gotta work around by excluding the UIRefreshControl from being executed on Mac Catalyst.
Consider having an extension like this:
extension UIDevice {
// Checks if we run in Mac Catalyst Optimized For Mac Idiom
var isCatalystMacIdiom: Bool {
if #available(iOS 14, *) {
return UIDevice.current.userInterfaceIdiom == .mac
} else {
return false
}
}
}
Post
Replies
Boosts
Views
Activity
Yeah I learned this the hard way. We gotta round it off ourselves. Hope Apple would change this soon!
However, I have found and been using this great Figma template, which is really easy to use since it let's you change the corner radius directly.
Check it out
https://www.figma.com/community/file/857303226040719059
Yeah I learned this the hard way. We gotta round it off ourselves. Hope Apple would change this soon!
However, I have found and been using this great Figma template, which is really easy to use since it let's you change the corner radius directly.
Check it out
https://www.figma.com/community/file/857303226040719059