I'm having a 4 line label in my iPhone app. When my label text is small, the label is centered vertically. But I want to start at topleft corner of the label. I used following code, still not working.
campaignDescription.baselineAdjustment = UIBaselineAdjustmentNone;
How to achieve this?