I am producing a magazine for a client for the iPad and they would to include PDF pages with internal links to videos/other pages etc.
Can this be done with the standard PDF controls etc?
...
I have the following code that gets called after the view loads. It works perfectly on the iPhone, but appears to do nothing at all on the iPad. I have confirmed the frame/bounds of my UIImageView is set to the size of the iPad's screen. Recommendations please?
- (void)startNextAnimation {
CABasicAnimation *crossFade = [CABasicAnimat...
Does Apple offer any developer APIs for reading data from the camera connection kit? (either via USB or on a card thats plugged in?)
...
Hello,
I couldn't realize why this code is being marked as having memory leaks:
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
MenuViewController *menuView = [[MenuViewController alloc] initWithNibName:@"MenuView" bundle:[NSBundle mainBundle]];
navigationContr...
When I change the orientation with a relatively empty webview, the screen rotates no problem. As soon as the webview is particularly full with content and it becomes scrollable the rotation animation becomes very slow. The status bar will rotate first, and the view will follow 3-5 seconds later.
Currently, in willRotateToInterfaceOrient...
Hello guys!
How to integrate iAd into my iPad App? Is there a way or is it working only on iPhone with iOS4?
...
If I provide an image in both the standard size and now a new one with @2x for iPhone 4, which one with the iPad use? If the user chooses the 2X feature to run the iPhone app in full screen on the iPad, do they seem the lower quality images stretched or will they see the higher quality images?
...
Suppose I have my project using Base SDK = 4 but set the Target OS to 3.
Now suppose that I may have used some functionality that belongs to 4, on a framework that already exists on 3.0. So, it is not a matter of using a framework that doesn't exist on 3, it is a matter of using a method that exists on 4 but not on the same framework on...
I have an application that I submitted to the app Store. 2/5 of my pages (tabs) would not rotate/resize correctly. Thus I turned off rotation. Thus Apple rejected my application. So I went back to the drawing board. Still those two pages fail to rotate correctly.
Can I reposition my text fields and such programmatically considering...
Hi Folks,
I am facing a problem in ipad video incorporating. My code works fine I mean it plays the video, but once the video reaches to its end. The callback method is not called.
This method is called when play video button is pressed.
-(IBAction) playVideo : (id) sender
{
[self initPlayingVideo:@"toyVid.mp4"];
}
This method han...
I have a UIScrollView containing a UIView (blue grid), containing another UIView (orange bordered 'part'), containing the UISwitch (shown mid-run).
The blue grid can scroll around with the finger, and the part can also drag around. I implement this with a pan gesture recognizer. My main problem seems to be trying to get the swipe gestur...
Is it ok to override -handlePan: in a UIScrollView subclass?
i.e. my app won't get rejected from the app store?
Thanks for sharing your views.
Edit: what about calling -handlePan: in another method of my subclass?
...
Hi,
I'm trying to realize an universal application (for iPhone/iPad), and I'd like to use the same UIViewController to set up the behaviour for both of the devices.
I got a surprising error at launch time, which is :
2010-07-15 11:31:03.420 AppUniverselle[2761:207] *** Terminating app due to uncaught exception 'NSUnknownKeyException',...
hi,
I am new to iPad,I am having iPhone distribution build, can i upload to apple for iPad Device?Will it run? will it be accepted by Apple?otherwise i have to create new Ipad application for existing iphone application?
...
Hello,
I'm using the new customization abilities of the UIMenuController to add things other than "Copy" to the menu for cut&paste into a webview.
What I do is getting the reference to the shared UIMenuController, setting my NSArray of UIMenuItems into the menuItems, and everything work fine as long as I add a single item. For instance...
Hi,
I am developing an iPad application using Facebook Query Language. We can get the list of videos of an user along with its meta data by querying the table "video". The meta data of the video are: video id, title, description, src, src_hq etc.
Now, I want to play the Facebook video in my iPad using the URL given in the field src/sr...
I can't seem to find anywhere the name of the API to use in my iPad(iOS 3.2) app in order to be able to sync files from/to computer using iTunes, the way Stanza, GoodReader and zillion other iPad apps do.
Any ideas? Hints? Tutorials?
...
Hey everyone,
As a bit of a background I'm about to be a senior in Comp E and currently working on a project for my internship involving iPad development using Monotouch and C#. As a student with multiple projects at once during the semesters, code style is often completely ignored in order to get the final product working. I'm sure you...
I'm trying to get my launch screen to load with the proper orientation on the iPad. The landscape png loads fine, as does the portrait, but the upside down portrait always appears right side up (when it's supposed to be upside down). My PNGs are named the following:
Default-Portrait.png
Default-PortraitUpsideDown.png
Default-Lan...
With the push towards multimedia enabled mobile devices this seems like a logical way to boost performance on these platforms, while keeping general purpose software power efficient. I've been interested in the IPad hardware as a developement platform for UI and data display / entry usage. But am curious of how much processing capabili...