0

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: Ideal Gradient

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.

Roger99
  • 981
  • 2
  • 11
  • 42

1 Answers1

0

In my opinion using this answer link you should be able to customize your UILabel as you want.

Community
  • 1
  • 1
Robert
  • 3,790
  • 1
  • 27
  • 46