LBActionSheet
LBActionSheet copied to clipboard
how can i set the buttons title textalignment ?
i tried : [sheet buttonAtIndex:0].titleLabel.textAlignment = NSTextAlignmentLeft;
without success..