Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/100.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios 在工具栏上方弹出iAd_Ios_Iad - Fatal编程技术网

Ios 在工具栏上方弹出iAd

Ios 在工具栏上方弹出iAd,ios,iad,Ios,Iad,我有一个带有UINavigationController的应用程序,我将工具栏设置为可见。我想显示IAD,但它们总是从屏幕的最底部弹出。我正在调整尺寸-这是一份日志: 2012-10-08 09:52:17.722 Whos Here[21330:c07] INFO showBannerView:animated: 2012-10-08 09:52:17.723 Whos Here[21330:c07] INFO layoutAnimated with ADBannerView(#c14fed0

我有一个带有UINavigationController的应用程序,我将工具栏设置为可见。我想显示IAD,但它们总是从屏幕的最底部弹出。我正在调整尺寸-这是一份日志:

2012-10-08 09:52:17.722 Whos Here[21330:c07] INFO showBannerView:animated:
2012-10-08 09:52:17.723 Whos Here[21330:c07] INFO layoutAnimated with ADBannerView(#c14fed0, {{0, 436}, {320, 50}},  child of UIView(#c153930)
2012-10-08 09:52:17.724 Whos Here[21330:c07] INFO layoutAnimated content frame {{0, 0}, {320, 416}}
2012-10-08 09:52:17.724 Whos Here[21330:c07] INFO layoutAnimated banner frame {{0, 436}, {320, 50}}
2012-10-08 09:52:17.724 Whos Here[21330:c07] INFO layoutAnimated shrinking content frame {{0, 0}, {320, 366}}
2012-10-08 09:52:17.725 Whos Here[21330:c07] INFO layoutAnimated shrinking banner frame {{0, 366}, {320, 50}}
我是否在尝试做一些根本不正确或不好的事情,例如,对抗HIG

谢谢

史蒂夫