iPad is a tablet computer designed by Apple running the iOS operating system. iPad applications are usually written in Objective-C in the Xcode IDE, although it is also possible to use other tools to build iPad applications. This tag is related to iOS and Objective-C.
2
votes
0answers
78 views
what is the effect of *.mode1v3 file in xcode?
I know project.pbxproje contain project file information.
*.pbxuser contain the information of the layout of some windows.
but I can't find what is the effect of .mode1v3.
if you some tip. thank ...
2
votes
0answers
334 views
iPad (3G models only) Safari crash
I'm using deck.js (http://imakewebthings.com/deck.js/) to recreate a company powerpoint presentation, using a fair bit of CSS3 animations and Javascript.
Testing through development on my wifi-only ...
2
votes
0answers
47 views
How do I create an instance of the iPhone/iPad library PTShowcaseViewController in my own Project?
I found this iOS demo project that incorporates many different libraries and frameworks. I would love to know how to create a new project and add all the necessary libraries and frameworks included in ...
2
votes
0answers
96 views
iCloud only seems to work on start up
I'm trying to create an iCloud app that uses Core Data. To do so, I use a single instance of UIManagedDocument. For persistentStoreOptions, I set "Database.data" for ...
2
votes
0answers
186 views
iCarousel right to left scroll moving to left to right
Am using iCarousel for my ipad application ,
carousel type is iCarouselTypeLinear. while scrolling to right to left it's moving to left to right.
please help me to fix this issue.
2
votes
0answers
90 views
MFMailComposeViewController can not create attachment on iPad IOS5
it works on iPhone , but no attachment on iPad .
is MFMailComposeViewController no support iPad IOS5?
2
votes
0answers
140 views
Bind UIPickerView with key and value
I am working on UIPickerView. I am able to bind and get the selected value with the below code
pickerItems = [[NSArray alloc] initWithObjects:
[[[Company alloc] initWithName:@"Alabama" ...
2
votes
0answers
263 views
Delete core data object instance - must relations really be set to nil?
Deleting a core data object on iOS is a really common task, I'd say. But it has a common problem that I just can't figure out myself: if the instance has relations set, the deletion fails with ...
2
votes
0answers
139 views
How to set the cell width within MonoTouch.Dialog
I'm using MonoTouch.Dialog on an iPad screen.
I have created a fullscreen background on which I have a MonoTouch.Dialog Table plotted.
I wish to change the width of the MonoTouch.Dialog Table (or ...
2
votes
0answers
680 views
setTimeout and setInterval do not work on iPad scrolling/momentum events?
On an iPad, when the page is 'flicked', the page continues to scroll with momentum. The touchend event fires as soon as the finger leaves the screen, yet a setTimeout or setInterval in that same ...
2
votes
0answers
237 views
Change y position of a UITabBarItem
well my doubt is simple, there is the possibility to modify the y cordenada a tabBarItem?
I need this because I want to align all TabBarItens from right to left, because my app will work in Landscape ...
2
votes
0answers
202 views
TVOUT With iOS in Landscape mode
I am using iOS 5 with XCode 4.2
The iOS simulator has the function to turn on/simulate the TV-Out, then the simulator open and a seperate window for the TV out starts, but always in portrait mode, if ...
2
votes
0answers
309 views
Audio total duration is showing NaN in Ipad by using Jplayer
I am using Jplayer to play audio, In my application i have some audio files loading once page changes, but some time it show me total duration NaN and also progress bar will not show.
I used this ...
2
votes
0answers
261 views
Dealing with compiler erros using LLVM 3.1 and LLVM 3.0 at the same time in a team
I got a question related to the error / warning behavior of LLVM 3.0 vs. LLVM 3.1 using Xcode for iOS Development. I'm working on a project with someone who is using Xcode 4.2. I recently upgraded to ...
2
votes
0answers
385 views
How to display wave form visualizer without using Open GLES when playing audio in iPhone?
In my iPhone application, i want to add wave forms visualization.How to write the functionality with out using Open GLES? Could you explain which process have to approach for getting waves form ...
2
votes
0answers
322 views
Could ios 4.3.3 support he-aac software decoding?
i have two ipads with two version. one is ios 4.2.1, another is 4.3.3.
i write an app which plays he-aac format audio and it should have playback mixing behavior .So i init the audio session, set the ...
2
votes
0answers
2k views
Scroll event on touchmove with jquery
I am currently working on something that uses $(window).bind('scroll' but the problem I am having is that on iPad and other touch devices the scroll event is only fired when the users stops moving and ...
2
votes
0answers
300 views
YouTube iframe breaks with webkit scale() on iPad Mobile Safari
The example below loads a YouTube clip and scales it to 50% over 2 seconds. When run on an iPad, the thumbnail jitters and scales itself way too small at the end of the animation.
Why does this ...
2
votes
0answers
479 views
How to reset an UIGestureRecognizer?
I have a subview inside a view. That view has a PanGestureRecognizer.
I want user could zoom in inside the webview, pan around, zoom out, etc.
But I want that, when the user reaches left edge of the ...
2
votes
0answers
126 views
How do I get muliple shouldStartLoadWithRequest events
I'm loading an html document in a UIWebView in an ipad application. It has one button that executes the following javascript
function myfunc() {
var i = 10;
while(i--)
{
...
2
votes
0answers
244 views
SplitView Ipad - Segue to Detail View keeps opening views
I have an app with a SplitViewController.
On the MasterDetail I have that whenever you push a cell, it performs a push segue to load a new view in the Detail View.
The problem is, if I press the cell ...
2
votes
0answers
187 views
adding readability view to iOS app
How can I have a readability view for a particular URL, just like what tweetbot has in their new update? I tried looking at their website and API and it seems that this is not an API feature. So what ...
2
votes
0answers
474 views
UIPageViewController unresponsive in landscape orientation with UIPageViewControllerSpineLocationMin
So here's the problem - I have UIPageViewController set up to support all orientations, it works as it should, showing pages and all, but gesture based page-flipping (pulling the page by its edge or ...
2
votes
0answers
538 views
wireless iphone app distribution - install does not work
I have a problem similar to wireless iphone app distribution - problem with itms-services protocol. When I click on the link pointing to the plist file in safari on the device, the link briefly ...
2
votes
0answers
85 views
How to ignore highslide script for iDevices?
I want to apply highslide script ONLY to non iDevice (iPhone, iPad & iPod) devices. How can I simply do this?
here's the code for highslide that I put between head tag:
<script ...
2
votes
0answers
180 views
UIScrollview with no scrolling just zoom
I have an app that has a bunch of UIScrollViews inside of a UIScrollView.
I can scroll back and forth and then zoom in on sub UIScrollview items in the main UIScrollview.
I would like to remove the ...
2
votes
0answers
509 views
App crash at _CTServerConnectionCellMonitorGetCellInfo
Hi I am using the code of valexa and app getting crash while getting signal strenght at
this line
if (!mach_port || !conn) return;
int count = 0;
...
2
votes
0answers
327 views
iTunes File Sharing - Can't Write to Inbox
How are applications that allow content to be added through iTunes File Sharing utilizing the Inbox folder? To be specific, there are apps that process files dragged to iTunes File sharing by moving ...
2
votes
0answers
364 views
How to find the Ipad keyboard type programmatically?
how to find the keyboard type of ipad programmatically (i.e) dock, undock or split, when i am selecting textfield.
Please help,
Thanks in advance.
2
votes
0answers
125 views
MPMoviePlayerViewController Distorting UISplitViewController on iPad in Landscape
I'm playing a video using the MPMoviePlayerViewController on the iPad, presented on a UISplitViewController. The movie player presents perfectly, and rotates to landscape and portrait with no issues. ...
2
votes
0answers
292 views
Cant paste into TinyMCE on iPad
Developing an app where I would like to be able to paste from Google Docs or even email for that matter into TinyMCE.
This works in Safari and Chrome but when I try it on an iPad, it simply will ...
2
votes
0answers
331 views
Force Scaling on Orientation Change iPad/iPhone
I am working on a site that was designed and coded by someone other than myself. It was not done with the iPad and iPhone in mind. The project has now found its way to me and I've been able to make ...
2
votes
0answers
1k views
how to fix web app low memory crashes on mobile safari
Our web app is generating LowMemory crashes very often on Ipad and Iphone.
This is an example from CrashReporter
Incident Identifier: 858042
CrashReporter Key: 6bda3a
Hardware Model: iPad1,1
...
2
votes
0answers
330 views
Facebook app request dialog height extends well past canvas content height in mobile Safari
We are using the following code to generate a Facebook app request dialog in our Facebook canvas app.
var options = {
method : 'apprequests',
message : 'MESSAGE',
title : 'TITLE'};
...
2
votes
0answers
564 views
How to customize the highlighed text color in UISegmentedControl in iOS5?
I am working on the customization of UISegmentedControl in iOS5. I am using the new method - (void)setTitleTextAttributes:(NSDictionary *)attributes forState:(UIControlState)state.
However, it seems ...
2
votes
0answers
817 views
MapKit deselect Annotation and popover does not animate
I have some custom annotations, and when pressed on the callout accessory control, a popup appears to show more information (like in the maps app from Apple).
Every thing works, except that they ...
2
votes
0answers
290 views
UIWebView and .ics file on iPad
I am having trouble detecting an .ics file in my custom browser on the iPad. I want to be able to open the .ics file in the calendar app.
In Safari, you get the option to "Open in..." or "Open in ...
2
votes
0answers
151 views
Accessing externally connected camera in ios application developed using phonegap
I am working on an application in phonegap and will need to access and allow users to take photos with an externally connected camera.
I was wondering if anyone has experience with this or knows if ...
2
votes
0answers
145 views
iPad Split View App when I show the detail the button disappears
I'm making an iPad app and I have a problem when showing the detail view.
Here is my code:
NSArray *controllers = self.splitViewController.viewControllers;
DetailViewController ...
2
votes
0answers
971 views
Error Domain=SKErrorDomain Code=0 “Cannot connect to iTunes Store”
I'm working on In-App purchases to my iPad app. I am able to receive the productsRequest:didReceiveResponse method, and receive the array of products.
My problem arises when I add a SKPayment to the ...
2
votes
0answers
401 views
iOS: How to prevent video player from disappearing when going to background?
I have an mpMoviePlayerViewController that streams a video from a remote server. It all works well, but I noticed that if I send the app to the background (by pressing the home button), when I reopen ...
2
votes
0answers
108 views
How to hide XMLHttpRequests from console in Firebug lite on iPad?
I have installed Firebug lite as a bookmarklet in Safari on iPad. While debugging there are a lot of XMLHttpRequests records in the console.
How to switch Firebug Lite to not show such messages? I ...
2
votes
0answers
153 views
Using JavaScript to wrap the HTML5 video element breaks video player in iOS
I am using JavaScript to wrap an HTML5 video player in a div for styling purposes. If the mark-up exists when the page loads, the player functions as it should. However if I apply the wrapper ...
2
votes
0answers
229 views
MGSplitViewController on iPad with UISearchBar
I use a MGSplitViewController in tab bar. As a master controller I use a UINavigationController with a UISearchBar with the scope bar.
When I click on the search text field first time everything is ...
2
votes
0answers
4k views
iOS 5 + iPad 1 = Less Memory Available
I have a problem with an existing application for iPad. It is quite sophisticated application written partly native (downloading, local caching and so on), partly using Sencha Touch for UI (without ...
2
votes
0answers
426 views
How to add images to the coverflow dynamically and update coverflow view?
I've implemented OpenFlow library for my iPad application. http://apparentlogic.com/openflow/
After setting the initial view, I'm adding the cover images dynamically to the coverflow view. The ...
2
votes
0answers
307 views
Audio controlls in lock screen iPhone, iPad
I use AVFoundation to play audio. When i lock my device with playing music, and press Home button twice, I can see audio controlls: forward, rewind, pause/play and volume slider
How to use them? ...
2
votes
0answers
192 views
uipopovercontroller animation like in iPad Maps.app
I'm wondering how to make the same popover animation as in Maps.app on iPad. It seems the popover grows in 2-directions at the same time.
Thanks in advance.
2
votes
0answers
635 views
Touch events not get triggered on SVG document
Touch events do not get triggered on SVG document when a USE element has been used to draw a shape(via, xlink:href). The USE element references another element and indicates that the graphical content ...
2
votes
0answers
236 views
AVAudioPlayer setVoume:x, when x > 1.0
I have been working with AVAudioPlayer on the iPad (original version) running IOS 4.3.3
The documentation for the volume property states:
"The playback gain for the audio player, ranging from 0.0 ...
