File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 1
1
# SwiftUI Navigation
2
2
3
3
[ ![ CI] ( https://github.com/pointfreeco/swiftui-navigation/actions/workflows/ci.yml/badge.svg )] ( https://github.com/pointfreeco/swiftui-navigation/actions/workflows/ci.yml )
4
+ [ ![ Slack] ( https://img.shields.io/badge/slack-chat-informational.svg?label=Slack&logo=slack )] ( http://pointfree.co/slack-invite )
4
5
[ ![ ] ( https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fpointfreeco%2Fswiftui-navigation%2Fbadge%3Ftype%3Dswift-versions )] ( https://swiftpackageindex.com/pointfreeco/swiftui-navigation )
5
6
[ ![ ] ( https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fpointfreeco%2Fswiftui-navigation%2Fbadge%3Ftype%3Dplatforms )] ( https://swiftpackageindex.com/pointfreeco/swiftui-navigation )
6
7
@@ -9,6 +10,7 @@ Tools for making SwiftUI navigation simpler, more ergonomic and more precise.
9
10
* [ Overview] ( #overview )
10
11
* [ Examples] ( #examples )
11
12
* [ Learn more] ( #learn-more )
13
+ * [ Community] ( #community )
12
14
* [ Installation] ( #installation )
13
15
* [ Documentation] ( #documentation )
14
16
* [ License] ( #license )
@@ -85,6 +87,15 @@ You can watch all of the episodes [here](https://www.pointfree.co/collections/sw
85
87
<img alt =" video poster image " src =" https://d3rccdn33rt8ze.cloudfront.net/episodes/0211.jpeg " width =" 600 " >
86
88
</a >
87
89
90
+ ## Community
91
+
92
+ If you want to discuss this library or have a question about how to use it to solve
93
+ a particular problem, there are a number of places you can discuss with fellow
94
+ [ Point-Free] ( http://www.pointfree.co ) enthusiasts:
95
+
96
+ * For long-form discussions, we recommend the [ discussions] ( http://github.com/pointfreeco/swiftui-navigation/discussions ) tab of this repo.
97
+ * For casual chat, we recommend the [ Point-Free Community slack] ( http://pointfree.co/slack-invite ) .
98
+
88
99
## Installation
89
100
90
101
You can add SwiftUI Navigation to an Xcode project by adding it as a package dependency.
You can’t perform that action at this time.
0 commit comments