I've looked around for an answer here but didn't come along one that really helped me. directing me to a proper answer I may have missed is greatly appreciated too.
I have a label defined in the simplest manner :
IBOutlet UILabel *eventIDLabel;
IBOutlet UILabel *eventTitleLabel;
IBOutlet UILabel *eventDescriptionLabel;
now the description label can vary in content. May have 1 line or multiple lines. I want the label to resize automatically. Now I also want that if more lines than current screen can show, user is enable to scroll down and see the whole content of label.
Very trivial question probably but I am really new and hoping you guys could help.
thanks :D