Ever tried adding a drop zone to your Objective-c app? It can be a daunting task for newcomers and veterans alike. It’s one of those things that really should be a lot easier and require a lot less code. It’s for that very reason I present to you guys a tiny side project of mine… [...]
Tag Archives | Subclass
Gradient Windows in Cocoa!
Ever wanted to sexy up your Mac applications in hopes of making them more visually appealing? Well here’s a step in the right direction! Want your windows to have custom gradients on them? No problem! In this tutorials you’ll learn how to subclass an NSView inside a window and color the background of it to [...]