Question

I have integrated More apps of chartboost, but i hv the status bar in the app,which i dont want to remove.So the header of more apps is getting cover by status bar,any way to make it fine?

Was it helpful?

Solution

Which iOS version are you targeting?

  • If you're targeting iOS 5:

I don't know the architecture of your app but according to your description, the autoresizingMask and/or autoresizesSubviews property of your games "container view" may not be set correctly.

  • If you're targeting iOS 6 only:

If you're using the "Auto Layout" feature already, then probably check out the following guide.

Either way check out the View Programming Guide for iOS on auto resizing etc.

OTHER TIPS

make sure you're using the latest version of the Chartboost SDK. That bug was fixed in SDK version 3.1, you can grab v3.1.1 here: https://help.chartboost.com/downloads/ios

If you need any other assistance, feel free to check out a fully integrated example project here: https://github.com/ChartBoost/client-examples

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top