I'm trying to spoof Opera (under linux) to be an other browser, in this case iPad for some testing purposes.
Now I know sites can check which browser is accessing the using for example in PHP $useragent = $_SERVER['HTTP_USER_AGENT']; and in javascript navigator.userAgent (or navigator.platform).
In firefox you can use an addon to easily...
Based on a college-project I'm trying to realize a relatively simple game (Poker) where an iPad acts as Server and multiple iPod-Touchs connect to it as Clients.
Gamekit seems to drop out, since those old ipod-touch-devices don't have bluetooth-support.
Are there already some Frameworks out there simplifying the process, or do I have t...
i developed first ipad application. i want to fix orientation to landscape. can i fix only one orientation to ipad application??
...
The iPad virtual keyboard will disappear in one of (at least) these 3 circumstances:
If the control (say, a UITextField) programmatically resigns first responder.
If the user taps the "dismiss keyboard" button in the lower right.
If the user connects to the USB/keyboard dock peripheral.
In all cases, I get the UIKeyboardWillHideNotif...
Hello. I'd like to add a Calendar picker control to my iPad app that is similar in appearence and functionality to the Calendar picker control in the upper right corner of the native Calendar app on the iPad.
I've looked into a couple of the 3rd party frameworks that have Calendar controls like this (such as the Tapku Library), but beca...
Our CEO wants our iPhone app's icons to look correct (ie not scaled) on both the iPad and iPhone. He does not want to actually create separate versions, or a universal version of the app. The app will remain iPhone only, but the icon would need to show up proper on both devices.
This is a "business decision", and I think its rather si...
Hi all,
I have a view controller that has a UITableView which is populated by a NSFetchedResultsController. I'd like to add a UISearchBar to be able to filter the records from Core Data that are displayed in the UITableView via the NSFetchedResultsController.
I'd like to know what the "cleanest" way to do this is, and if there is a cl...
I got a very strange problem. I got a viewcontroller that is displayed in a popover. within the popover the initial subview gets transitioned to another subview and the popover height changes.
The issue is in the second subview the two buttons lowest on the screen do not respond to touches. If I move them up in the interface builder th...
I am having a terrible time getting this to work, and the Apple Developer forum has been of no help.
I have an application that plays video and when the moviecontrols are displayed and the iPad is rotated, the status bar sticks to the orientation that the video was in before the orientation begins. Then there is a 20px gap at the top of...
Hi , i try to load a view via UIPopover but my app crash after tap the popover button , i tried to solve it but i don't understand ! here is my code :
-
(IBAction)calendarPopUp:(id)sender {
PopViewController *cal = [[PopViewController alloc]init];
//The compiler tells me the problem comes from this line :
UIPopoverController *popOve...
After some grueling debugging, I think I have found a bug in the iPad Safari's implementation of canvas.drawImage(). Specifically this overload:
void drawImage(in HTMLImageElement image, in float sx, in float sy, in float sw, in float sh, in float dx, in float dy, in float dw, in float dh);
When slicing an image and scaling it down, i...
I have a UISplitViewController, I used the iPad template to start. To change the type of view in the detailview area, I'm adding my view types as subviews to the DetailViewController's view. This works for UIViewController derived views, but not for UITableViewController view types?. Why would this be?
My problem is rooted in the fac...
Anyone here know the fix for this?
...
I'm developing a web app for the iPad, to run in Safari. I don't yet have an iPad to test on. Does anyone know the usable screen size - after any space for the safari/ipad controls is takes up?
...
Hi,
Does anybody is aware of implementing VOIP feature in iphone and ipad.
The Things for which i need clarity is,
By using which third party library/protocol can i implement this feature? or is der any in built classed available in objective c which i can make use of??
Is there any Apple store accepted iphone application which uses ...
Hello,
I've been staring at the Memory Monitor in Instruments and I am scratching my had. Why is it displaying virtual memory? iPhone OS has no virtual memory. What does it mean?
My concern is that I am getting memory warnings for my iPad app but the apps real memory never exceeds 70MB and the virtual memory never exceeds 180MB?
Could...
Is there an API for checking at runtime whether you are running on an iPhone or an iPad?
One way I can think of would be to use:
[[UIDevice currentDevice] model];
And detect the existence of the string @"iPad" - which seems a bit fragile.
In the 3.2 SDK, I see that UIDevice also has a property which is really what I'm looking for, b...
In the google maps app in iPad, when the user taps twice on the "locateMe" toolbar button, the map shows the user's direction (I mean orientation, whether facing east, west, south, or north). Is that available in the sdk 3.2? how would I do that with a mapview?
...
Possible Duplicates:
iPhone development on PC
iPhone development on Windows
Hi,
Do I really need a Mac to make small simple apps for iPad? Is there any kind of work around? Cool IDE?
Thx for any reply!
/Marthin
...
This application is used to let you use our company basecamp site and only that site. When logged in, if you go to post a new message, you can insert text in the title text field, but if you try to tap in the message body section, it does not bring up the keyboard. I have to assume it's something with my coding, because safari works just...