ipad

How to hide master view in UiSplitviewcontroller in ipad

Is there is any way to hide the master view in a splitviewcontroller programmatically. In my application the first screen will be of a splitviewcontroller, i don't need any split view for the next screens. How i can achieve this ...

Xcode and SCM Commit Error

I set up SCM (SVN) for my ipad project. checkout etc. worked good, but when i want to commit changes i get following error: Error: 125001 (Bogus filename) Description: Couldn't determine absolute path of '.' any advice? thanks + regards ...

Standalone jQuery "touch" method?

So, I'm looking to implement the ability for a plugin I wrote to read a touch "swipe" from a touch-capable internet device, like an iPhone, iPad or android. Is there anything out there? I'm not looking for something as full as jQtouch, though was considering reverse engineering the code I would need out of it. Any suggestions on the be...

Two UIViews in one .xib file?

hi, i made a second uiview in mei .xib file. the first view is landscape and i get it by following code ItemController *newItem; newItem = [[ItemController alloc] init]; newItem.view..... how can i "activate" the second view, so i can use it with newItem.view2... is that possible? the second view is portait mode, so it should be h...

iphone - making the CGAffineTransform permanent

I am banging my head on the wall here due to this problem: When I create a UIImageView this view has a certain orientation and size. Lets call this state "A". This view responds to taps. It can be dragged around the screen. At some point in the code I apply a CGAffineTransform to the view. Does not matter if the affine is a scale, a r...

Set Autolock programatically

hi friends, I want to set auto lock my iphone/ipad/ipod screen programaticaly after some time delay. Can any one tell me how to do the same? if any one is having any suggestion please let me know. thanks in advance. ...

Combining iPhone/iPad apps into one universal app

I have two apps (one for the iPhone, the other for the iPad) that I'd like to combine into one universal app. For my first attempt, I tried creating a new universal app project and added the libraries for the iPhone and iPad versions. The iPad version compiled and ran fine (as expected), but the iPhone version didn't. My hope was that I ...

iPad "draggable window"

When you load a view on the iPad it tends to fill the whole screen. Is there a way to create a "draggable windowed view" on the iPad? ...

Displaying very large images on the iPad

I need to display some very large images on the iPad. The files are jpgs and are about 6700x2700 (maps). Is there any way around loading the entire image into memory? Currently I load it int a scroll view for zooming/panning. The images are stored locally on the device. ...

Submit an universal app as iPad only app to Apple

Hello, I created an universal app with the window template in xcode. Now I want submit just the iPad version of my app, because the iPhone version is not yet fully programmed. How is this possible? What do I have to change? (target settings, info.plist, etc.?) ...

Change/check minimum iPhone OS for Universal apps?

The dropdown in XCode shows a base SDK of 3.2, but my iPod Touch (2nd generation), running OS 3.1.3, will run the app just fine in debug mode. (Command + Return/Enter) What is the actual base SDK of my iPhone/iPod touch version of the app and how can I change this? Changing it by right clicking on the project name in the "Groups and Fil...

Install ipad application on additional device

Is it possible for me to create a ipad application and install it on a device that is located at a remote location? Can this be done if I have its device id? ...

[iPad] How to make a UIWebView in the DetailView of a Split View display data for a corresponding UITableViewItem selected in the Root View

I have an iPad app. In the Root View I have a UITableView with two levels. I need to display different webpages in the UIWebView in Detail View based on the selected UITableView row. How can I do it? ...

Ipad/Iphone UIActionSheet

Hi All, Ive only posted on here a couple of times and people have been very quick and very helpful when responding so thanks. Im trying to use the UIActionsheet element in my Ipad application. But just to confuse matters im using Cocos2d aswell. But here is my problem. If coding the actionsheet with out cocos2d you would use the fol...

cannot upgrade current target for ipad

Hi everyone, i try to upgrade my old existing app to make it a universal application for iphone and ipad. i clicked on my target and tryed to select "upgrade current target for ipad", but i cannot click it, because its not clickable. my project settings are: The Base SDK is set to iPhone Device 3.2 The iPhone OS Deployment Target ...

UIModalPresentationFormSheet and MPMoviePlayer on iPhone/iPad OS 3.2?

I have a UIModalPresentationFormSheet which has a movie player inside of it. When the user hits the button to play it in full screen, my UIModalPresentationFormSheet is still there ontop of the video while it's playing in full screen, behind the window and behind the shadow. What do I need to do to get rid of the dim so the video is play...

Can I remove iPad Keyboard 'hide keyboard' button?

Hi, Looking at the iPad's UIKeyboard I'm noticing a 'hide keyboard' button in the bottom right, which I would very much like to get rid of. Is this allowed and possible? I'm not sure of the proper name for the button so google isn't helping me a great deal. Many thanks ...

SplitView in iPad -- Maintain two views without popover

Hi all In a switch view mode in iPad, is it possible to maintain the two views in landscape mode and also in portrait mode without having to use the popover?(Maybe just adjust the width of each views in portrait, instead of the popover) How would I do that? ...

What is the format of iPad magazine file created by InDesign

Does anyone know what is the format of the digital magazine content created by InDesign? And how we can render it in iPad? The digital content for the famous Time iPad mag is created using InDesign. Any information or head start here is well appriciated. Thanks AJ ...

Steps Requird in converting a web application to iPad

What steps are required to convert an existing web application to iPad. Any dev kit/SDK etc. ...