-
Updated
Apr 1, 2022 - Swift
watchos
Here are 808 public repositories matching this topic...
-
Updated
Apr 8, 2022 - Objective-C
-
Updated
Apr 4, 2022 - Swift
-
Updated
Jul 20, 2020 - Objective-C
-
Updated
Mar 3, 2022 - Swift
-
Updated
Sep 19, 2021 - Swift
-
Updated
Oct 30, 2020 - Shell
This might be a problem throughout Xamarin.Mac and Monotouch, but CTFont constructor is currently defined as:
public CTFont(CTFontDescriptor descriptor, nfloat size, CTFontOptions options, ref CGAffineTransform matrix);whereas the native side is:
CTFontRef CTFontCreateWithName ( CFStringRef name, CGFloat size, const CGAffineTransform *matrix );not being an "in
-
Updated
Feb 2, 2022 - Swift
-
Updated
Feb 10, 2020 - Swift
-
Updated
Mar 10, 2022 - Kotlin
-
Updated
Mar 19, 2022
-
Updated
Jul 28, 2021 - Swift
-
Updated
Apr 5, 2022 - Swift
-
Updated
Nov 6, 2018 - Swift
-
Updated
Apr 5, 2022 - Swift
Similar to how Weblinkpreview allows you to search for any property tag.
webLinkMetadata["image"] // String for <meta property="og:image" ...>
The above method allows for searching for any tag, which would be useful to search for things that we need.
-
Updated
Jan 9, 2022 - CMake
-
Updated
Sep 16, 2021 - Swift
Hi
So that extension on NSImage on macOS makes a blank image and has a placeholder input string to maybe do something with in the future or...?
Thanks in advance.
Improve this page
Add a description, image, and links to the watchos topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the watchos topic, visit your repo's landing page and select "manage topics."


Is your feature request related to a problem? Please describe.
Doc string states:
Date().weekday -> 5 // fifth day in the current week.
Guess what, 5 is not friday. It's thursday. It makes some sense after i dug deeper, but as a programmer, i assumed monday could be 0 or 1, therefore thursday should be 3 or 4. Monday is 2! Because sunday is 1!
**Describe the solution you'd li