Combine Combine: Debugging Combine Messages With these short code snippets you will be able add debug messages to your Combine workflow to understand what is happening behind the scenes.
Combine Combine: Working with Transformation Operators With these short code snippets you will be able use transformation operators when configuring publisher in Combine.
Combine Combine: Working with Sequence Operators With these short reference code snippets, you will be able to use sequence operators when configuring publishers with Combine
Combine Combine: Working with Filters With these short reference code snippets, you will be able to use filter operators when configuration publishers in Combine.
Combine Combine: Sharing Publishers With this short reference code snippet, you will be able to share publishers and avoid multiple asynchronous downloads of the same data.
propertyWrapper @propertyWrapper: Encoding Strings to Valid URL Characters With this @propertyWrapper code snippet you will be able to wrap String values into wrapped values of url safe characters.
propertyWrapper @propertyWrapper: UpperCase String With this @propertyWrapper code snippet you will be able to wrap String values into wrapped values of only upper case characters.
SwiftUI GroupBox View in SwiftUI 3 A GroupBox View is a simple way for you to create simple stylized views on your interface. You can create a box to house your content and handles stacking automatically.
Machine Learning UIImage+CVPixelBuffer: Converting an UIImage to a Core Video Pixel Buffer With this UIImage extension you will be able to convert an UIImage to a CVPixelBuffer. The Core Video pixel buffer is an image buffer that holds pixels in main memory.
UIKit UIImage+Resize: Resizing an UIImage With this UIImage extension you will be able to resize an UIImage to any size using a CGSize structure with width and height values as a parameter.