sindresorhus / swift-snippets

Various nifty Swift snippets and playgrounds I have created

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swift snippets

Various nifty Swift snippets and playgrounds I have created

print(DarkMode.isEnabled)

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

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

About

Various nifty Swift snippets and playgrounds I have created

License:MIT License


Languages

Language:Swift 100.0%