作者热门文章
- android - RelativeLayout 背景可绘制重叠内容
- android - 如何链接 cpufeatures lib 以获取 native android 库?
- java - OnItemClickListener 不起作用,但 OnLongItemClickListener 在自定义 ListView 中起作用
- java - Android 文件转字符串
设置 PageViewController 后,我想删除其中的 View Controller ,将其留空。
我该怎么做?
我试过 setViewControllers:direction:animated:completion:
方法在 viewControllers 参数中传递 nil
或空数组,但它崩溃了。
我该怎么做?
最佳答案
如果使用 nil
为 viewControllers
参数调用 setViewControllers:direction:animated:completion:
会崩溃,请尝试将 View Controller 设置为数组使用一个空的 View Controller 。
[pageViewController setViewControllers:@[UIViewController.new] direction:direction animated:true completion:nil];
关于ios - 如何清空 UIPageViewController(移除里面的 ViewControllers),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36790923/
我正在做一个项目,我的 android 在这个项目中作为一个网络服务器工作;输入带端口号的 IP 地址,打开 Web 界面,用户可以将文件上传到手机。我想在 Web 界面上显示一些图片,以便我们的界面
我是一名优秀的程序员,十分优秀!