The Wayback Machine - https://web.archive.org/web/20201117164001/https://github.com/SwifterSwift/SwifterSwift/issues/910
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add NSUbiquitousKeyValueStore.url(forKey:) #910

Open
RomanPodymov opened this issue Oct 15, 2020 · 0 comments
Open

Add NSUbiquitousKeyValueStore.url(forKey:) #910

RomanPodymov opened this issue Oct 15, 2020 · 0 comments

Comments

@RomanPodymov
Copy link
Contributor

@RomanPodymov RomanPodymov commented Oct 15, 2020

🚀

What did you do?

I tried to call NSUbiquitousKeyValueStore.url(forKey:) because I know there is UserDefault.url(forKey:).

What did you expect to happen?

I want to have this function in NSUbiquitousKeyValueStore.

What happened instead?

Did not find this function.

SwifterSwift Environment

  • SwifterSwift version: 5.2.0
  • Xcode version: 12.0.1
  • macOS version running Xcode: 10.15.7
  • Swift version: 5.3
  • Platform(s) running SwifterSwift: iOS

Demo Project

I want to have the following function:

if let url = NSUbiquitousKeyValueStore.default.url(forKey: "key") {
    print(url.absoluteString)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.