简体   繁体   English

带有UITableView IOS的​​GADBannerView滚动

[英]GADBannerView scroll with UITableView IOS

I want to fix the GADBannerView at the bottom of UITableView, the banner shows at the end of the table after scrolling. 我想将GADBannerView固定在UITableView的底部,滚动后横幅显示在表格的末尾。 在此处输入图片说明

Please see this link. 请查看此链接。 It is not possible you have to use a tableview inside a view controller which is better, than you can add a view to view of uiviewcontroller and constrain it at the bottom of view because than tableview is separate view inside main view. 不可能必须在视图控制器内部使用更好的tableview,而不是可以向uiviewcontroller的视图添加视图并将其约束在视图底部,因为tableview是主视图内部的独立视图。

Original answer is below. 原始答案如下。

Add subview to tableview which doesn't scroll 将子视图添加到不滚动的表视图

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM