开发者

Xib view scrolling?

i have one Xib view file...if i want to in开发者_如何学编程clude labels more than the height(420)...how can i do it.. how can i bring scroll feature when i enable with VIEW CONTROLLER?


Add an UIScrollView to your view, set it contents size to appropriate value and add your labels as subviews to that scrollview.

Or consider using UITableView instead

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜