腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
1
回答
UIPageViewController
不会
刷新
UITableViewControllers
swift
、
uipageviewcontroller
有一个控制器,我们称它为Bob,作为一个模态,它包含一些标签和一个加载2个表控制器的
UIPageViewController
。页面控制器第一次加载时,它使用所有正确的数据加载表控制器。每当Bob再次打开时,表controllers的数据都
不会
更改。Bob的标签会发生变化,因此它会接收来自其父节点的不同请求。pageController是
UIPageViewController
的名称 我已经在pageController的数据源部分尝试执行以下操作 pageController.dataSource = nil, direction: .fo
浏览 44
提问于2021-11-09
得票数 0
5
回答
以编程方式打开UITableView编辑操作按钮
ios
、
swift
、
uitableview
我有一个包含
UIPageViewController
的
UITableViewControllers
,而在视图和UITableViewCells之间切换的
UIPageViewController
和打开编辑操作的
浏览 13
提问于2015-07-21
得票数 30
回答已采纳
1
回答
如何组织我的代码
ios
、
uitableview
、
uipageviewcontroller
我有一个包含两个“页面”的
UITableViewControllers
的
UIPageViewController
。这些UITableViewController需要填充来自互联网的JSON数据。然而,在我的应用程序中,这个
UIPageViewController
需要在很多地方重用,这意味着UITableViewController使用的数据会发生变化。我是否应该将数据传递给初始化的
UIPageViewController
,以便它可以将数据传递给UITableViewController,或者有没有更好的方法这样做? 谢谢!
浏览 1
提问于2015-05-01
得票数 0
2
回答
基于静态UIView的UITableViewController
swift
、
uitableview
、
uiviewcontroller
、
uibutton
我正在尝试开发一个基于页面的注册流程,我需要在每个页面上都有一个“下一步”button。但是,我面临一个问题,就是将这个按钮添加到具有静态UITableViewController的tableView中。我尝试了很多事情,从在navigationController.view上添加子视图到创建UIViewController,以及使用ContainerView来使用静态UITableView。另外,我希望这个按钮与键盘一起移动。谢谢。 一些需要的图
浏览 0
提问于2018-05-07
得票数 1
2
回答
UIPageViewController
调整子视图的大小以为自己预留空间
ios
、
iphone
、
resize
、
uipageviewcontroller
、
uicontainerview
ViewController层次结构类似于"NavigationController -> UIViewController ->
UIPageViewController
->
UITableViewControllers
在
UIPageViewController
中,我正在创建一个自定义标题视图(类似于导航条,但在它自己的视图中)。因此,子控制器的视图(UITableView)应该被推到这个标题视图下面。也
不会
有任何其他的动态布局变化。如果您能帮助解决这个问题,非常感谢。
浏览 10
提问于2014-05-27
得票数 0
回答已采纳
1
回答
手势不适用于包含
UITableViewControllers
的
UIPageViewController
ios
、
swift
、
uitableview
、
uigesturerecognizer
、
uipageviewcontroller
我正在尝试为我的应用程序实现类似通知中心的东西: 有一个
UIPageViewController
,因为我想要向左/向右滑动手势工作,里面我需要显示4
UITableViewControllers
。如果有人知道如何让
UIPageViewController
的手势在TableViewController中工作,请告诉我。谢谢
浏览 0
提问于2017-05-22
得票数 1
1
回答
嵌入在UITableView中的
UIPageViewController
(ScrollStyle)不能被点击- didSelectRowAtIndexPath不触发
ios
、
uitableview
、
uipageviewcontroller
| |tableViewController1 tableViewController2
浏览 2
提问于2014-07-01
得票数 3
回答已采纳
1
回答
容器视图控制器之间的通信
ios
、
swift
DetailChartViewController是一个包含
UITableViewControllers
的
UIPageViewController
(如屏幕截图所示)。
浏览 0
提问于2015-04-16
得票数 3
回答已采纳
0
回答
删除
UIPageViewController
中唯一的一页
ios
、
objective-c
、
uipageviewcontroller
每当我想要
刷新
我的
UIPageViewController
时,我都会调用以下代码片段,包括当我想要从我的
UIPageViewController
中删除一个viewController时。direction:UIPageViewControllerNavigationDirectionForward animated:NO completion:nil]; 一切都很好...除非我想从我的
UIPageViewController
如何在不设置
UIPageViewController
当前viewControlle
浏览 7
提问于2016-07-14
得票数 0
回答已采纳
2
回答
如何使用
UIPageViewController
加载下一页的数据
ios
、
objective-c
、
uitableview
、
uipageviewcontroller
几天前我终于让
UIPageViewController
工作了。我使用不同的
UITableViewControllers
作为“页面”。有一个小问题我想解决。
浏览 2
提问于2015-04-26
得票数 0
回答已采纳
2
回答
UIPageViewController
在哪里缓存上一个和下一个控制器?
ios
、
uipageviewcontroller
当
UIPageViewController
使用viewControllerBeforeViewController和viewControllerAfterViewController方法调用数据源时,它将获得当用户再次滑动时将显示的视图控制器
浏览 4
提问于2013-08-27
得票数 8
1
回答
动态内容
UIPageViewController
在childViewController中的应用
ios
、
objective-c
、
cocoa-touch
、
uipageviewcontroller
、
uipagecontrol
我有一个
UIPageViewController
,它有三个childViewControllers。如何在childViewControllers中自动
刷新
UIPageViewController
的内容?
浏览 2
提问于2014-05-17
得票数 0
回答已采纳
1
回答
UIPageViewController
将先前的ViewController保存在视图的背景上
ios
、
objective-c
、
uipageviewcontroller
、
uianimation
我有一个viewControllerBeforeViewController,它是以编程方式弹出的,我已经覆盖了viewControllerAfterViewController和
UIPageViewController
我尝试过使用
UIPageViewController
委托pageViewController didFinishAnimating的回调方法,在这个方法中,我得到了我想要得到的消息,所以当动画还没有完成时,我可以对它做出反应,但是当我通过设置它的当前视图控制器来
刷新
UIPageViewController
时
浏览 1
提问于2015-02-28
得票数 1
1
回答
刷新
UIPageViewController
ios
、
objective-c
、
uiviewcontroller
、
uipageviewcontroller
我有一个
UIPageViewController
(<UIPageViewControllerDataSource>委托)来管理3 UIViewController。这是守则的一部分:-(IBAction)goToPage:(NSNotification *)notification{ &
浏览 4
提问于2013-11-21
得票数 1
回答已采纳
1
回答
在导航控制器中嵌入三个UITableViews的UITableViews
ios
、
objective-c
、
xcode
、
uipagecontrol
我创建了三个不同的
UITableViewControllers
,它们最初嵌入在UITabBarController中,但我决定使用pageControl。initWithObjects:[self.storyboard instantiateInitialViewController], nil]; self.pageViewController = [[
UIPageViewController
浏览 6
提问于2015-05-22
得票数 0
1
回答
将Pull To Refresh功能添加到UITableView
iphone
、
objective-c
、
uitableview
、
pull-to-refresh
我有一个UIViewCOntroller,我已经给它添加了2个tableviews和3个textfields。UI视图控件的顺序如下;我需要将pullTorefresh功能添加到B tableView,我如何才能做到这一点。我尝试过几个库(PullToRefresh、EGOTableViewPullRefresh)类似这样的 (图像显示Sections,但我使用的是seperate Tableviews,并且我的文本字段在两个tableview
浏览 1
提问于2012-01-30
得票数 0
2
回答
UIPageViewController
背景在目标C中从不透明iOS
ios
、
objective-c
、
iphone
、
xcode
、
ipad
我希望
UIPageViewController
的背景是透明的,这样我就可以看到
UIPageViewController
后面的图像,它
不会
根据
UIPageViewController
的卷轴移动。我尝试了很多东西,包括[UIColor clearcolor],但是它
不会
显示
UIPageViewController
背后的内容。
浏览 1
提问于2017-07-21
得票数 1
回答已采纳
1
回答
从RootView中的dataViewController中获取
UIPageViewController
控制器
ios
我有一个rootViewController,,它使用
UIPageViewController
来显示一些dataViewControllers,,我想知道如何在dataViewController,中获得自己的rootViewController,有时我只需要
刷新
rootViewController的UI,而且我不想使用通知。我在我的dataViewController中使用了这个,但是它只让我进入
UIPageViewController
。nextResponder]; NSLog(@"%@",[next
浏览 4
提问于2015-04-26
得票数 0
回答已采纳
1
回答
一个UIViewController中的两个UITableView问题
iphone
、
uitableview
、
uiviewcontroller
我考虑在一个UIViewController中使用两个UITableView,这也是它们的数据源,但遇到了这样的问题:虽然两个表都访问numberOfRowsInSection,但在开始时只有一个访问cellForRowAtIndexPath,并且两个表都包含空行。
浏览 1
提问于2010-02-08
得票数 0
1
回答
UIPageViewController
取消页面滑动
objective-c
、
uialertview
、
uipageviewcontroller
我有一个7页的
UIPageViewController
。在进入下一页之前,用户必须在每个页面中输入所有必需的字段。
浏览 1
提问于2014-04-23
得票数 3
回答已采纳
点击加载更多
相关
资讯
原神:游戏里的宝箱会不会刷新?理水叠山真君用行动打破官方设定
和平精英:盘点游戏里很穷的房子,厕所其实还好,它连手枪都没有!
电脑知识,每日一课,电竞显示器科普篇
教你同时查询多个EMS快递物流,并设置实时自动刷新
“云游戏”电视华丽登场,海信E75F是否能颠覆想象?
热门
标签
更多标签
云服务器
ICP备案
对象存储
实时音视频
云点播
活动推荐
运营活动
广告
关闭
领券