English 中文(简体)
加入MKMapView
原标题:Adding adWhirl view with a MKMapView

我试图采用一种与MKMapView反对的同样观点。 如果我采取标准步骤,按照我的表格,即:

awView = [AdWhirlView requestAdWhirlViewWithDelegate:self]; 
[self.view addSubview:awView];

那么,不受欢迎的行为就开始。 在模拟器中,它接收了电线,并寄送了你。 但是,在使用我的试验装置(运行3.1.3)时,绕过地图。

我被告知,这是因为一夫一言被打上了一张地图,它必须是自己的看法。 但情况如何? 我曾试图另立一封信,然后将一View意见放在其中,然后将其放在固定地点,而不是固定地点,而是装上了有关方言的地图,并且仍然没有得到联系。

任何建议?

增编: 我认为,我是作为次观点添加的,但没有取得任何成功。 我所做的是,在IB中形成两个观点。 头一(第一View)有两点(BannerForAd和地图)。 这就是我现在所说的话。

self.awView = [AdWhirlView requestAdWhirlViewWithDelegate:self];
self.awView.autoresizingMask = UIViewAutoresizingFlexibleLeftMargin;
[bannerForAd addSubview:awView];

mapView = [[MKMapView alloc] initWithFrame:self.view.frame];
mapView = (MKMapView*)self.view;
mapView.delegate = self;

[firstView addSubview:mapView];
[firstView bringSubviewToFront:bannerForAd];

现在,地图显示是微薄的,但现在还看不到。

问题回答

Srite both. AdWhirlView and the MKMapView as a subview of a UIView.





相关问题
Code sign Error

I have created a new iPhone application.I have two mach machines. I have created the certificate for running application in iPhone in one mac. Can I use the other mac for running the application in ...

ABPersonViewController Usage for displaying contact

Created a View based Project and added a contact to the AddressBook using ABAddressBookRef,ABRecordRef now i wanted to display the added contact ABPersonViewController is the method but how to use in ...

将音频Clips从Peter改为服务器

我不禁要问,那里是否有任何实例表明从Peit向服务器发送音响。 I m不关心电话或SIP风格的解决办法,只是一个简单的袖珍流程......

• 如何将搜查线重新定位?

我正试图把图像放在搜索条左边。 但是,问题始于这里,搜索条线不能重新布署。

热门标签