myUIView
には aUILabel
と aがあり、上にあり、 UIWebView
UILabelUILabel
には高さ変数があります。
theTitle.text = [NSString stringWithFormat:@"%@", noticeTitle];
theTitle.lineBreakMode = UILineBreakModeWordWrap;
theTitle.numberOfLines = 0;
[theTitle sizeToFit];
UIWebView
UILabelの下で開始するにはどうすればよいですか?
前もって感謝します。
よろしく。