with the introduction of iPad 2, I would like to use the Wikitude API in my present app which is available for iPhone, unfortunately I cant figure out how to make that my POIs appear in the whole screen, and not just in a section which is the size of an iPhone screen.
I have tried to modify the xibs, but it doesnt work.
Do you have any idea of how to achieve this?
Thanks in advance.
unfortunately the Wikitude API currently does not support the iPad2 - it is iPhone only at the moment.
Best regards,
Nicolas
The Wikitude SDK does support iPads since 2012 - find the iOS version here:
http://www.wikitude.com/products/wikitude-sdk
Related
I want to launch a mobile website as an app on iPhone so I've use the UIWebView component.
I want my app to support orientation change,so I've written the following code but I'm not getting expected result.
Please suggest me what changes to be made in order to fix the problem.
Here is my code.
Perfect solution for you question,
http://developer.apple.com/library/ios/#featuredarticles/ViewControllerPGforiPhoneOS/RespondingtoDeviceOrientationChanges/RespondingtoDeviceOrientationChanges.html
which version is your test device?
you should notice that
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation is deprecated in ios6
I'm building a mobile version of a website, using Sencha Touch 2.0, I'm basing the mobile site on the sample app provided in the Sencha Touch Documentation ( http://docs.sencha.com/touch/2-0/#!/guide/first_app ).
I'm testing the app on http://iphone4simulator.com/ just to see what it will look like, but for some reason its not centered, its thinks the screen width is 360px instead of 320px.
I'm not sure how to correct this, has anyone experienced a similar problem ?
Regards
Actually looking closer at it, I think the problem is http://iphone4simulator.com/ and not sencha touch.
I need to create an intro for IOS app, I want to create transition between images like Macos X screensaver themes (beach, forest...) with music, and text appearing and fading. I don't know exactly which IOS API/framework is the most suitable to use to achieve this. I will appreciate suggestions or links to tutorials.
Many thanks
These links might give you some inspiration on at least how to get started:
iphone fading of images
http://www.youtube.com/watch?v=a4M0BkJwLT0
How about UIImageView and UILabel, with block animation?
i would like to implement a quartz composition into my iOS app in xcode 4. Despite searching everywhere for an explanation on how to do this, i have come up empty. Thank you for your help.
There is no Quartz Composer for iPhone, therefore, no Quartz Compositions.
Unless your willing to do it through Safari, (i.e. a UIWebView)
See:
http://stakeventures.com/articles/2007/06/28/games-on-iphone-via-quartz-composer
How to implement cover-flow in ipad..
is it possible is we can develop cover-flow in ipad ? , coz in ipad device it doesnt contain cover-flow functionality.
Open source CoverFlow library for iPhone
Maybe this could help
It is possible, but you'll have to build it yourself. Look into using Core Animation.