I need to build a fairly detailed home screen for a IOS app and I'm fairly new to IOS dev. it basically contains -
- Styled button which displays important message count and a link to messages area.
- a iCarousel slider which shows styled stat info
- a tableview with several dynamic custom classes.
All of which are wrapped with a UIScrollView - my issue is I dont know a method of working out the compiled height of the UIScrollview - Is it possible to give it an autoheight? If not how do I go about generating a height and applying it to the UIView?