We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 163ce9d commit 2ca809cCopy full SHA for 2ca809c
1 file changed
README.md
@@ -36,6 +36,12 @@ Take a look at the [documentation](https://github.com/Carthage/Carthage#installi
36
37
## Usage
38
39
+First of all you have to import CloudKitCurrentUser to your current file. To do that you add the following at the top of your swift file:
40
+
41
+```
42
+import CloudKitCurrentUser
43
44
45
To get the status of the current user you just call the `currentStatus` function, like this:
46
47
```
0 commit comments