All Projects → martinlexow → Swiftuiwindowstyles

martinlexow / Swiftuiwindowstyles

Licence: mit
Showcase of window and toolbar style combinations possible with SwiftUI on macOS.

Programming Languages

swift
15916 projects

Labels

Projects that are alternatives of or similar to Swiftuiwindowstyles

Headfirstdesignpatternscpp
An implementation of examples from "Head First Design Patterns", written in C++.
Stars: ✭ 28 (-26.32%)
Mutual labels:  xcode
Metro Lights
A dark Xcode theme inspired by City Lights for Atom.
Stars: ✭ 32 (-15.79%)
Mutual labels:  xcode
Rainbowbar
Progress bar with wild animation for notched status bar
Stars: ✭ 34 (-10.53%)
Mutual labels:  xcode
Coremlstyletransfer
A simple demo for Core ML and Style Transfer
Stars: ✭ 30 (-21.05%)
Mutual labels:  xcode
Swiftlyext
SwiftlyExt is a collection of useful extensions for Swift 3 standard classes and types 🚀
Stars: ✭ 31 (-18.42%)
Mutual labels:  xcode
Bfkit Swift
BFKit-Swift is a collection of useful classes, structs and extensions to develop Apps faster.
Stars: ✭ 963 (+2434.21%)
Mutual labels:  xcode
Xcodecodesnippets
Code snippets for Xcode.
Stars: ✭ 27 (-28.95%)
Mutual labels:  xcode
Tangramkit
TangramKit is a powerful iOS UI framework implemented by Swift. It integrates the functions with Android layout,iOS AutoLayout,SizeClass, HTML CSS float and flexbox and bootstrap. So you can use LinearLayout,RelativeLayout,FrameLayout,TableLayout,FlowLayout,FloatLayout,LayoutSizeClass to build your App 自动布局 UIView UITableView UICollectionView
Stars: ✭ 984 (+2489.47%)
Mutual labels:  xcode
Mod Pbxproj
A python module to manipulate XCode projects
Stars: ✭ 959 (+2423.68%)
Mutual labels:  xcode
Viper Templates
Swift Xcode templates for creating VIPER architecture stacks
Stars: ✭ 33 (-13.16%)
Mutual labels:  xcode
Xtream Iptv Player Reactnative
Stars: ✭ 30 (-21.05%)
Mutual labels:  xcode
Instories
iOS app for viewing Instagram stories anonymously.
Stars: ✭ 31 (-18.42%)
Mutual labels:  xcode
Isimulator
iSimulator is a GUI utility to control the Simulator, and manage the app installed on the simulator.
Stars: ✭ 963 (+2434.21%)
Mutual labels:  xcode
Xcodecompilationdatabase
Generate a Compilation Database from Xcode's build log - nothing more :).
Stars: ✭ 28 (-26.32%)
Mutual labels:  xcode
Onehalf
Clean, vibrant and pleasing color schemes for Vim, Sublime Text, iTerm, gnome-terminal and more.
Stars: ✭ 974 (+2463.16%)
Mutual labels:  xcode
Mvvm C Templates
Templates for MVVM-C architecture
Stars: ✭ 27 (-28.95%)
Mutual labels:  xcode
React Native Video Processing
Native Video editing/trimming/compressing 🎥 library for React-Native
Stars: ✭ 959 (+2423.68%)
Mutual labels:  xcode
Xclogparser
Tool to parse Xcode and xcodebuild logs stored in the xcactivitylog format
Stars: ✭ 978 (+2473.68%)
Mutual labels:  xcode
Sitrep
A source code analyzer for Swift projects.
Stars: ✭ 984 (+2489.47%)
Mutual labels:  xcode
Sm9 free
基于Miracl的国密算法SM9实现
Stars: ✭ 33 (-13.16%)
Mutual labels:  xcode

SwiftUI .windowStyle() .windowToolbarStyle()

Showcase of window and toolbar style combinations possible with SwiftUI on macOS.

→ How to use: Add the .windowStyle() and .windowToolbarStyle() modifiers to WindowGroup within you App struct:

WindowGroup { /* ... */ }
  .windowStyle(DefaultWindowStyle())
  .windowToolbarStyle(DefaultWindowToolbarStyle())

Take a look at the included SwiftUI file to see how to create the toolbar etc.

If you are an AppKit developer you might find this helpful as well: NSWindowStyles.

Please make a pull request if you have a style to add.

DefaultWindowStyle()

DefaultWindowToolbarStyle()

UnifiedWindowToolbarStyle()

ExpandedWindowToolbarStyle()

UnifiedCompactWindowToolbarStyle()

TitleBarWindowStyle()

DefaultWindowToolbarStyle()

UnifiedWindowToolbarStyle()

ExpandedWindowToolbarStyle()

UnifiedCompactWindowToolbarStyle()

HiddenTitleBarWindowStyle()

DefaultWindowToolbarStyle()

UnifiedWindowToolbarStyle()

ExpandedWindowToolbarStyle()

UnifiedCompactWindowToolbarStyle()

🌀 Support

I’m Martin, an indie dev from Berlin. If you find this useful, please consider to support my work! You can find some great apps of mine on the Mac App Store 🌀

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].