How to make the UIView function like UIScrollView (Objective-C)
问题 I have a class named Topic . And inside that topic I can create (and delete) Messages . I need to show the messages in a view that can be scrolled/swiped either right or left (Right to show the older messages, and left to go back to the newer messages). Imagine an image collection that can be scrolled sideways in a ScrollView , that how this should look like. Since the messages is being add by the user, I can't use UIImage . I am thinking of the approach that I need to add use UIView instead