Sometimes can be useful to add a gradient on a UIView. This simple UIView extension helps you “coloryze” your screen.

Let see how to use and how is implemented.
Continue reading “Swift – UIView gradient extension”notes from a developer, tutorials, how-to, ideas
Sometimes can be useful to add a gradient on a UIView. This simple UIView extension helps you “coloryze” your screen.
Let see how to use and how is implemented.
Continue reading “Swift – UIView gradient extension”So, what I want to share today is how to make windows with cool UI in a macOS application written in Cocoa/Swift.
This an example of what you see when create a new project from scratch in XCode and run it:
Continue reading “Swift | macOS – How to make cool desktop apps using Cocoa”
A simple trick, using private API to get the device COVER color!
Hello,
a simple trick for you to get pixel color on a particular position of your screen with Windows GDI32.dll API libs.
First of all, you need to import Win32 API: