-
Updated
Oct 9, 2021 - Swift
{{ message }}
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
Strong typed, autocompleted resources like images, fonts and segues in Swift projects
Simple Objective-C wrapper for the keychain that works on Mac and iOS
A better way to operate QR Code in Swift, support iOS, macOS, watchOS and tvOS.
A debug log framework for use in Swift projects. Allows you to log details to the console (and optionally a file), just like you would have with NSLog() or print(), but with additional information, such as the date, function name, filename and line number.
You don't have the time to watch all the WWDC session videos yourself? No problem me and many contributors extracted the gist for you
The GCHandle allocated here:
is never freed.
Also we don't have tests for NetworkReachability.SetNotification.
Open source implementation of Apple's Combine framework for processing values over time.
A code example and translation project of SwiftUI. / 一个 SwiftUI 的示例、翻译的教程项目。
A collection of hand-crafted extensions for your Kotlin projects.
SwiftUI Animation Library. Useful SwiftUI animations including Loading/progress, Looping, On-off, Enter, Exit, Fade, Spin and Background animations that you can directly implement in your next iOS application or project. The library also contains huge examples of spring animations such as Inertial Bounce, Shake, Twirl, Jelly, Jiggle, Rubber Band, Kitchen Sink and Wobble effects. Browse, find and download the animation that fits your needs.
Random data generation in Swift
A Swifty API for attributed strings
A waterfall grid layout view for SwiftUI.
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.
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.
A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development
Queuer is a queue manager, built on top of OperationQueue and Dispatch (aka GCD).
Add a description, image, and links to the watchos topic page so that developers can more easily learn about it.
To associate your repository with the watchos topic, visit your repo's landing page and select "manage topics."
Some files in the repository are missing newlines at the very end, as pointed out by @nrbrook in #1026
Classes/CocoaLumberjack.hwas specifically mentioned, but there could be other files that are missing this as well.