我必须使用UIScrollView
,我有5个uiimageview,我应该滚动它们,但我不知道怎么做!任何人都可以帮助我吗?或者告诉我一个很好的教程,我可以快速学习所有
关于uiscrollview的事情,
答案 0 :(得分:-1)
// create a new scroll view and add to window
UIScrollView * scrollView = [[UIScrollView alloc] initWithFrame:scrollFrame];
[self.view addSubview:scrollView];
有关教程,请查看此问题Are there any good UIScrollView Tutorials on the net? [closed]