Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 UIScrollView 中有可滚动的 UITableView。TableView 单独滚动。当用户滚动到 UITableView 的末尾并继续滚动时,我想让 UIScrollView 向下滚动。
设置滚动视图内容大小。scrollview..contentSize = CGSizeMake(320,800);