1

As the picture says, I got two image NSTextAttachments in a label ,and the label has a red background color, If i want to move the image a little down in the label ,how to achieve this?

enter image description here

(The image above had the bottom truncated because it was white space).

jww
  • 97,681
  • 90
  • 411
  • 885
ximmyxiao
  • 2,622
  • 3
  • 20
  • 35

1 Answers1

1

You can use this

- (void)setVerticalAlignment:(VerticalAlignment)verticalAlignment;
Noor
  • 2,071
  • 19
  • 28
johny kumar
  • 1,270
  • 2
  • 14
  • 24