ipad

One frontend for iPhone/iPad, Android and Multi-Touch displays.

Hello to all. I have built a multi-touch application which is based on a Java EE backend and combined with BlazeDS to a Adobe Flex frontend. The application runs on a DIY-Multi-Touch which I built. Now I want to use another solution. The Adobe Flex frontend (with a multitouch library) and the BlazeDS adapter should be replaced by a solu...

Not getting messages from Apples push Notification Service?

Hello Friends I have developed application to test Push Notification service provided by apple. I got the device token after registration and also on the server side which is configured on windows using C#.net platform, certificate is installed and there is no issue too. I have send 2 notifications from server to apple server but still h...

UISplitviewController + Issue regarding the Layout of Detail controller

Hello All, I am facing one issue regarding Layout of detail view in UISplitviewController. below is application flow. [window addsubview:PreLoginController.view] Application launches with Login Screen [ Master = number of options + login button Detail = detail of option selected from Master ] User clicks "Login" and one view [ f...

Hide StatusBar from MPMoviePlayerController

Hi everyone, I've been struggling with a very annoying problem all day long and I hope I could find help on this board. I'm using an MPMoviePlayerController to play a fullscreen movie on iPad and I can't figure how to remove the status bar which is always displayed despite all my efforts to make it go to hell. Here is the code of the ...

"no symbol XXX in current context" for specific classes in debugging of XCode ip* project

I randomly get this error, and I can't figure out a way to fix it: the variables pane (top right) is blank, and the gdb "po" command can't print any variables. The "po" command doesn't even know about "self": The problem appears specifically for all methods in the MGMinimap class. Nowhere else. I can debug from A and see self and th...

iphone/ipad - parent UIView is blocking touches from getting to subviews - why???

I have a UIView which has a bunch of subviews. The subviews should be able to receive touch events, but for some reason the parent UIView takes the touch and does not pass it on. I have created it in a very standard way like I always create views: UIView *myView = [[UIView alloc] initWithFrame:CGRectMake(0,0,1024,768)]; self.mainVi...

How do I get my 3ds Max models into an iPhone 3D game?

I've written a couple apps that are currently published in the app store. However, I'd like to start writing games that use OpenGL ES. I know how to model objects in 3D Studio Max but what I don't know is how to get my models into an OpenGL ES application on the iPhone/iPad and then manipulate those objects to create gameplay. Can anyon...

What are the maximum dimensions for displaying video on IPAD html5

I'm building an Ipad (compatible) website and am now trying to embed videos in html using the video tag. For the IPAD, I'm having succes with video dimensions of 640x430. However I want to embed videos with a dimension of 1024x690 but I cant get them to play. Is there a maximum video dimension for videos on mobile safari? Thanks. ...

IPhone/IPad: How to get screen width programmatically?

Hi I'm wondering if there's a way to get the width programmatically. I'm looking for something general enough to accomodate iphone 3gs, iphone 4, ipad. Also, the width should change based on if the device is portrait or landscape (for ipad). Anybody know how to do this?? I've been looking for a while... thanks! ...

How can I enable vertical split views in the Xcode IDE?

Hello. I'm diving into iOS development and I'm using Xcode on a multi-monitor setup. Obviously I want to take advantage of the multiple monitors to view and edit multiple panes of source code, but I'm having a hard time figuring out how to enable vertical split views. In other IDEs, it's just an option you click in the "Window" menu. ...

iPad Interface Builder Localization Problem

I have 3 .xib files, two were generated by Xcode (mainWindow.xib, DetailView.xib) and I created one (WordSearchViewController.xib). I selected "Make Localizable" from the Get Info window in Xcode. I then dragged the xibs in Xcode to a group named Resources. I ran the app in the simulator and it worked. HOWEVER, anytime I change something...

IPad: can I deal with landscape, portrait orientations solely in interface builder? (non-programmatically)

Let's say we have a very simple view with just a single button. I'd like this button to flip when the user rotates his ipad. What's the simplest way to do this? Maybe interface builder has some kind of property I can set? I keep hearing something about autoresizingmask but I can't really find it in interface builder. Thanks p.s I unde...

CATiledLayer drawLayer:inContext: crashing when the view is deallocated while the image to draw is being retrieved

My app crashes when my ViewController gets deallocated while my CATiledLayer is retrieving the image to draw in a background thread. I get a message -[MyViewController respondsToSelector:]: message sent to deallocated instance 0x8f58e00 and the debugger shows 0 ___forwarding___ 1 __forwarding_prep_0__ 2 -[CATiledLayer(CATiledLayerPri...

How to resize & scroll image within a fixed region on iPad's Safari?

There are very good demos show a fixed header on top & scrollable contents below in mobile Safari(see: cubiq.org/dropbox/iphonescroll.html & doctyper.com/stuff/iphone/fixed/). But if we also want to scale image around within lower part. How can we do this? ...

Maximum size of temporary files.

Hello everyone. I use many temporary files in my program. It's for programmable swap(because iOS doesn't have it). It's normal if size of all this files is around ~250 Mb? Thanks in advance. ...

want to use popViewControllerAnimated instead of popToRootViewControllerAnimated.

hi all, I want to use popViewControllerAnimated instead of popToRootViewControllerAnimated to move to the root view.I do not want to move to root view directly.so is there any method to move to root view by popping all previous views? ...

UIPinchGestureRecognizer problem

I am using UIPinchGestureRecognizer.can i write two action for pinch in and pinch out..is there any specific Method(delegate)?I have written only one it is called when i pinched in... UIPinchGestureRecognizer *pinchGesture = [[UIPinchGestureRecognizer alloc] initWithTarget:self action:@selector(handlePinchGesture:)]; [self.view addGes...

MFMailComposeViewController send the email!

hello all, So I am trying to send an in application email on the iPad using the MFMailComposeViewController. However, everything I am reading shows how to set it up and get it ready, but not how to actually send it! I have the delegate all set up and handling the button clicks, but am not sure how to say "Now go send the email". Can...

Can I make a UIScrollView only scroll when i interact only with specific places in the view? UIScrollView iPad

I have a UIScrollView wich contains 2 views the first at offset 0 and the other at offset 800. I want the user to be able to scroll down but not always, because in the upper view i have another controls tha receive touch input and dragging and sometimes when you are dragging if your touch is just a little bit out of the control the scrol...

Full settings missing in iPhone Simulator 4.0.2?

I believe I remember running the iPhone Simulator (perhaps version 4.0) on a macbook some months ago and was able to get to the full settings (mail specifically) them. Now, having installed the iOS4 SDK and running the 4.0.2 Simulator, I do not see the "mail, contacts and calendar" settings regardless of whether I choose the iPhone, iPad...