Right now when a user wants to add a card to an element they have to make sure that they had a content view and then set the content size of the UIScrollView and it's all more complicated than it should be.
We need to make it so that when a user is adding a GRBootstrapElement to a UIScrollView then we handle all the necessary steps to make that work with AutoLayout so that the developer does not have to do it manually.
Right now when a user wants to add a card to an element they have to make sure that they had a content view and then set the content size of the UIScrollView and it's all more complicated than it should be.
We need to make it so that when a user is adding a GRBootstrapElement to a UIScrollView then we handle all the necessary steps to make that work with AutoLayout so that the developer does not have to do it manually.