I am new to gradients on labels with Objective-C in an xcode project. I currently have a plain white UILabel acting as my top toolbar on my application, but am trying to add a grey gradient to the label to make it look more like a toolbar. The desired gradient is supposed to look something like this:
All I need is the Objective-C code added to a UILabel to make a gradient that is similar to the one shown in the picture.