Find UILabel bottom position so a second UILabel can be created below
问题 I have a new article that I am creating. A UILabel is being added for the article title. The title text sometimes might be one, two or three lines of text. I then need to create a UILabel below the title. I am having trouble positioning the date UILabel since the title has a dynamic height. Is there a calculation to get the bottom position of my UILabel 's frame? Note: I am using siteToFit to make sure the UILabel 's frame fits. // Text UILabel *title = [[UILabel alloc] initWithFrame