I want to add a second line to my UILabel but I have no idea where to put the code and I am stuck without it. #import
@interface ViewController : UIViewController{
IBOutlet UITextField *TramNumber;
IBOutlet UILabel *Tramresult;
}
- (IBAction)Button:(id)sender;
- (IBAction)DismissKeyboard;
@end
This is the code in my ViewController.h, Tramresult is my UILabel.