XCVerticalAlignmentLabel * label = [[XCVerticalAlignmentLabel alloc]initWithFrame:CGRectMake(0, 0,100 , 100)];
[label setText:@"hello world!"];
[label setVerticalAlignment:XCVerticalAlignmentTop]; //default top
<img src= "https://github.com/recx/XCVerticalAlignmentLabel/blob/master/XCVerticalAlignmentLabel/topalignment.png?raw=true" width = '30%'">