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
32 views
Memory management for webview content (Image data from script)
How to manage memory for the webview content? Creating Sample that uses the tab bar with webviews each loads html Google image search results. Its known that app running out of memory, I received ...
2
votes
0answers
76 views
Making iOS two finger swipe similar to apple's four finger swipe to toggle between apps
Hi all we all know iOS four finger swipe to toggle between apps
I am planning to do something similar, when I do a two finger swipe I will be doing the same thing as the four finger swipe but ...
2
votes
0answers
111 views
Xcode Optimization causes variables to return invalid on first use
I create an array of objects. These objects have a public variable correct. When I have xcode optimization turned off everything in my project works great, but when I have any sort of optimization ...
2
votes
0answers
79 views
iOS Provisioning Profiles
I developed an iOS app for a customer over a year ago and recently the customer contacted me saying the app was no longer loading.
The provisioning profile had expired and they had gone into the ...
2
votes
0answers
50 views
iPad UIImageView creates aliased edges when scaling down larger UIImages, but not when displaying a screenshot of itself.
I'm running into a weird issue with a UIImage displayed within a UIImageView.
If I put a 1024x1024 image within a 173x173 image view with "scale to fill" set, the result is aliased. However, if I ...
2
votes
0answers
23 views
Save document directories data in Mac
I have an application where lots of data get saved in Document Directory of application for later sending to a webservice. This saving in documents was done for offline access of the application as ...
2
votes
0answers
86 views
is there any chances to get the statusbar tinted on iPad (iOS 6)?
iOS 6 provided statusbar tinted on iPhone, but I cant find it on iPad
I tried to modify [SBApplication StatusBarStyle] and other [StatusBarStyle]'s value to "1" via FLEX (Cydia plugin), and after I ...
2
votes
0answers
60 views
AVPlayer Slow Forward while playing video
I am using AVPlayerfor play video on iPhone Device now in that to implement the Slow Forward feature i have used following code:
if (buttonIndexFFD<10)
{
buttonIndexFFD++;
[self.player ...
2
votes
0answers
93 views
Html5 video on iPad Swallows Events. Using Vimeo
I have the same issue as this post here. HTML5 Video Element on iPad doesn't fire onclick or touchstart events?
I have forward and back buttons that overlay the video. When the video is playing ...
2
votes
0answers
47 views
How to fix duplicate symbols in xCode 4.5.2?
Reading the previous posts on StackOverflow on this topic I could not find the right solution.
I'm compiling my project and I get lots of duplicate symbol errors like:
duplicate symbol ...
2
votes
0answers
81 views
Spinning orientation when going to next storyboard
So I've been trying to put off posting here about this because it's such a stupid thing and I imagine it's going to be a simple fix but I honestly cannot find the answer.
...
2
votes
0answers
112 views
Flash Builder build ios ipa ends in java out of memory error
I'm using Flash Builder 4.7 with Adobe AIR 3.6 set into an Apache Flex 4.9.1 SDK;
HW system is:
iMac, 2,7 GHz Intel Core i5, 8 GB 1600 MHz DDR3, NVIDIA GeForce GT 640M 512 MB, OS X 10.8.2 ...
2
votes
0answers
295 views
Problems displaying PDF in iFrame on Mobile Safari
Within our web application we are displaying a PDF document in an iFrame using the following line of code:
<iframe id="iframeContainer" src="https://mydomain.com/pdfdoc.pdf" style="width:100%; ...
2
votes
0answers
145 views
How to remove white lines when using Google Maps API on iPad?
I'm using custom styling to create a blue map using Google Maps API V3.
It renders fine across different browsers on a desktop, but when I view it on an iPad there is a vertical white line present. ...
2
votes
0answers
82 views
Left side of split view is blank after switching screens and changing from portrait to landscape
This is a really strange issue I have not been able to narrow down.
The left side of a split view screen goes black under certain conditions. These are,
The first, and the most odd, is that the ...
2
votes
0answers
169 views
Stuck while Updating Progress bar in iPad table view
Hi I am Updating ProgressBar by Calling Below method at each iteration while updating to UI, Progress bar stucks meanwhile I am getting correct value of propagation.
...
2
votes
0answers
74 views
C# MVC Facebook application does not work in iPad Facebook application
I've written a Facebook application using Microsoft's ASP.NET MVC template. Works great from the browser on IE, Android's browser and will even work in Safari.
Inside the Android Facebook application ...
2
votes
0answers
73 views
iOS: Understanding positionFromPosition:inDirection:offset:
I'm trying to implement my own UITextInput however I'm having trouble updating the position using the cursor key on a Bluetooth keyboard. I'm trying to create a TextInput that loops, if you imagine ...
2
votes
0answers
60 views
Why does changing turning WiFi off then on kill my iPad app that is running in the background?
I'm trying to figure why my iPad app is being killed by the OS whenever I make the app go into the background then turn WiFi off then on in the Settings app.
Once I turn WiFi off then on, then go ...
2
votes
0answers
255 views
How to implement AFOAuth2Client to get refresh token?
I am trying tro implement the Oauth authentication in my iphone application.
Scenario
Created a subclass of the AFOAuth2Client and override the method
- ...
2
votes
0answers
99 views
masterViewController in UISplitViewController not shown
I have a tabbarcontroller with 3 tabs that are splitviewcontrollers.
It works fine except when:
in portrait view tap the rootview button to show the master
popover.
switch to any other tab
rotate to ...
2
votes
0answers
151 views
Cellular Data Usage on iPhone/iPad
Hi I want to read Data Usage of Cellular Network I tried Something below
- (bool) hasCellular {
struct ifaddrs * addrs;
const struct ifaddrs * cursor;
bool found = false;
if ...
2
votes
0answers
93 views
Dynamic 2D Ogre3D Texutre
I'm trying to create a 2D background for my ogre scene that renders the camera frames for the QCAR SDK. This is on an iPad with iOS 6.
At the moment I'm retrieving the pixel data like so in ...
2
votes
0answers
272 views
three.js: performance drop on iPad beginning at 1024 pixels
I have a website using three.js with CanvasRenderer. The renderer's size is set depending on the window size. On an iPad, the size is 1024 x 672 pixels. With this size, I get extremely bad performance ...
2
votes
0answers
140 views
Poor OpenGL graphics Quality on First Generation iPad
I am using NinevehGL graphics library for rendering 3D models for an iOS application.
The rendering is quite good on the simulator and works well on iPhone 4S, iPad 2 and other recent devices.
But ...
2
votes
0answers
83 views
iPad persistent second top bar
I am designing a coperate iPad app. My app has 5 mini apps each completely separate in functionality, but all for the company.
I planned on having a full width top bar displaying the current mini-app ...
2
votes
0answers
98 views
Running a web app from the iPad home screen as an iPhone web app?
A few weeks ago while developing a web app for iPhone/iPad, I tried adding it to the iPad's home screen. When I launched it, it launched as an iPhone app running on an iPad (portrait with the 1x/2x ...
2
votes
0answers
332 views
Getting warning (nested pop animation can result in corrupted navigation bar) while performSegueWithIdentifier from unwind segue method
I have scene from where I call a another modal scene.
Once modal scene completes or on click of ok button on modal scene, I call an unwind segue to return back to main scene. My unwind segue method is ...
2
votes
0answers
67 views
Modulate contrast gradient with a sine wave to generate a sine grating
I need to generate an image output on an iPad similar to this (from Wikipedia):
http://commons.wikimedia.org/wiki/File:SinVibr.png
I've done similar gratings in MATLAB, using vectors with a sine ...
2
votes
0answers
143 views
How to add an image gallery to swipe through on a slide of reveal.js?
In a current project, I want to create a presentation like web-app for tablet (ipad for the beginning), where the user can swipe through slides to learn something about a product.
Reveal.js seems to ...
2
votes
0answers
129 views
On iPad, how to prevent the modal view from moving up upon keyboard presenting?
On iPad, I have a text field in the modal; when I tap on the text field to bring up keyboard, the whole modal view will move up, to have the least area covered by keyboard.
I don't want this ...
2
votes
0answers
93 views
Adding EXIF tag 'ImageUniqueID' to an image
I've had some great success adding EXIF data to an images captured from the UIImagePickerControl...Mostly following the examples from other questions. i.e.
UIImagePickerController and extracting ...
2
votes
0answers
156 views
Safari on IOS stops JavaScript execution with handlebars.js
I am working on a heavy and JavaScript driven web app that works fine except on Safari in IOS. It seems like Safari on IOS just stops executing JavaScript code after a certain amount of [i have no ...
2
votes
0answers
30 views
What should I consider in deploying iPads?
I have built a web-based process management system for the company I work for. It manages all aspects of the business: estimates, clients, scheduling, accounting, work-orders, etc. The business has ...
2
votes
0answers
66 views
Extracting an area from a shape in iOS
Im trying to assemble code for an iOS drawing app. The various drawing objects ( rectangle, square, ellipse, circle, bezier etc ) will have an area. I want to be able to extract this area from the ...
2
votes
0answers
27 views
jailbroken ipad3 problems with landscape mode
I published an app in appstore, and works perfectly with all ipads with 5.1 and above. The problems appears when an ipad3 with jailbreak use de app.
The app uses storyboards and the landscape mode is ...
2
votes
0answers
48 views
UIWebView inside of UISplitView not sizing correctly
I have a Split View controller interface in which the master controller is always visible, even in portrait orientation. One of the detail views is a UIViewController that contains a UIWebView and it ...
2
votes
0answers
171 views
How to change brightness of an Video or Image using UISlider on run time(Camera) in iPhone?
-(IBAction)changeslidervalue:(id)sender
{
NSUserDefaults *defaults2 = [NSUserDefaults standardUserDefaults];
float values = [defaults2 floatForKey:@"slider_preference"];
NSLog(@"value of slider ...
2
votes
0answers
203 views
How to scroll an iframe inside another iframe with iPhone or iPad
I'm creating a website with iWeb. I use some iframes on my web and I want to be abble to scroll the content with touch devices too, like iPhone or iPad.
I have found a solution on this question ( ...
2
votes
0answers
410 views
PrepareForSegue not been called on IOS 6 Simulator
I have a application which is using storyboard. When I developed it, it targeted to ios 5, and everything works very well. However, when I try to run it in ios 6 simulator, I found "PrepareForSegue" ...
2
votes
0answers
317 views
MKMapView iOS6 - buggy and slow on scroll and zoom
with the iOS5 MKMapView (google maps) i could zoom and scroll fine on any device.
Now with iOS6 MKMapView (apple maps) when I start scrolling around the app ends up hanging pretty much every time.
...
2
votes
0answers
63 views
grouped tableview in iOS6 not reflecting in older iOS versions
I have started using Xcode 4.5 for a new iPad (split view) project , I have a MasterViewController which is a subclass of UITableViewController.
I have made the tableView in xib of this ...
2
votes
0answers
207 views
How can I improve the responsiveness of buttons in an iPad kiosk web app?
I developed a web app for our iPad 2 kiosks that just went live today. Pretty much all of our clients are having problems using the touchscreen. They are pounding on the buttons and the app is not ...
2
votes
0answers
179 views
UIWebView tel: phone link delegate not called on iPad (but it works on iPhone)
My UIWebView shows a web page which contains the URL tel:+123456789
<a href="tel:+123456789">Phone link</a>
When I click on this link on iPhone, my UIWebViewDelegate gets called ...
2
votes
0answers
244 views
Strange behavior of Split View Controller in iOS5 and iOS6
I have a strange behavior of Split View Controller in iOS 5.0 and iOS 6.0 iPad simulators. I created Master View Detail template in Xcode and set deployment targets everywhere to 5.0. I switched ...
2
votes
0answers
193 views
How to stop my Custom Keyboard from 'floating' or being undocked on iPad
I have a custom Keyboard that gets displayed for a certain UITextField when I set the textField's inputView to my KeyboardView. The keyboard works fantastically well but it has become apparent that ...
2
votes
0answers
213 views
Can not associate file types on safari with iphone application
I'm making an sample application which can read and share many kind of files,included docs, videos, audios, images,... One of most important its feature is associate with mail attaches and Safari. In ...
2
votes
0answers
205 views
Form sheet with custom split view like UITableView crash when scrolling
I have created a iPad app that has a settings form sheet. The form sheet is using two subviews for create a split view like display. The left (master) UITableView scrolls and launches fine. The ...
2
votes
0answers
325 views
How to disable page scroll when keyboard pops up
I have a web site with an input field.
When the input field is focused, the iPad keyboard shows up and the page scrolls up automatically. When the keyboard is dismissed, there's no scrolling back to ...
2
votes
0answers
236 views
iPad “3” HTML5 Canvas Drawing Resolution
I've been toying around with iPad and HTML5 but since the display is retina, the text on my screen seems to be of low resolution. As do lines drawn with lineTo/moveTo/stroke. Note the text is drawn ...









