Skip to content

Commit bd8efc6

Browse files
authored
Create README.md
1 parent 64cdd8a commit bd8efc6

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

README.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# macOS-Development-TaskManager
2+
Demo project for macOS app development with SwiftUI
3+
4+
This is a project I developed for a youtube tutorial. You can watch it here:
5+
https://youtu.be/uE8RCE45Yxc
6+
7+
8+
## NavigationSplitView with Inspector
9+
10+
![](/images/macos_main.jpg)
11+
12+
## DropDown Menu on Macos
13+
14+
use contextMenu to add dropdown menu
15+
16+
![](/images/macos_dropdownmenu.jpg)
17+
18+
## Settings window
19+
20+
use @AppStorage to store user settings
21+
22+
![](/images/macos_settings.jpg)
23+
24+
## Creating additional window types
25+
26+
![](/images/macos_window.jpg)
27+
28+

0 commit comments

Comments
 (0)