Post

Replies

Boosts

Views

Activity

Reply to Xcode 13 not completing Color literal
https://stackoverflow.com/a/70151322/9136962
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’21
Reply to Xcode 13 not allowing the use of colorLiteral
I have posted work around in Stackoverflow. check it out https://stackoverflow.com/a/70151322/9136962
Replies
Boosts
Views
Activity
Nov ’21
Reply to Color Literal behaves inconsistently in Xcode 13.2.1
I came up with a workaround Create code snippets for color literal and image literal like below Color #colorLiteral() And add completion shortcut as you want, Example: colorLiteral. Do same for Image literal Image #imageLiteral() And add completion shortcut as you want. Call those completion shortcuts in your code to get color and image literals.
Replies
Boosts
Views
Activity
Dec ’21