Post

Replies

Boosts

Views

Activity

Reply to Any UIRefresh Work Around for Mac?
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 } } }
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’21
Reply to Any UIRefresh Work Around for Mac?
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 } } }
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’21
Reply to Will the AppIcon automatically rounded in macOS 11?
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
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
May ’21
Reply to Specs for app icon for macOS app
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
Replies
Boosts
Views
Activity
May ’21