Swift Snippets Save

Various nifty Swift snippets and playgrounds I have created

Project README

Swift snippets

Various nifty Swift snippets and playgrounds I have created

macOS Dark Mode handling

print(DarkMode.isEnabled)

DarkMode.onChange = { isEnabled in
	print("Is dark mode enabled?", isEnabled)
}

Playground: DarkMode.playground (Clone the repo and double-click this file)

Open Source Agenda is not affiliated with "Swift Snippets" Project. README Source: sindresorhus/swift-snippets
Stars
59
Open Issues
0
Last Commit
1 year ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating