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.
0
votes
1answer
20 views
Make iPhone app Bilingual
I'm new in iPhone app, I want to make my
app bilingual "Supports both English and Arabic" by pressing a key to convert the language
could anyone tell me how to do this programmatically?
Thanks in ...
0
votes
0answers
17 views
How to make images compatible with Retina Display (iPad) Rails App?
I am currently using Paperclip and AmazonS3 to upload images to my Rails App.
Everything works perfectly on my desktop and the images look great, But for some reason when I use my iPhone or an ...
0
votes
1answer
26 views
iPhone UITableViewCell SwipeGesture
I wanted to simply animate custom view in a custom table cell by swiping left or right in that cell. I am loading the cell from the xib.
This is the code I used to populate the cell from the xib.
- ...
0
votes
0answers
11 views
x and y coords in middle of pinch javascript
I am trying to write a function that will zoom into an image on pinch. I am hooking into the ongesturechange method for ipad.
I have scaled the image using the scale provided by the event. I want to ...
-1
votes
0answers
15 views
CSS3 transitions on :after element on iOS
The site url is as follows: http://hasla.org.uk/acad/tsla/ On the main navigation I have a ":after" element when the item is clicked. On desktop browsers (IE10, Chrome, Firefox etc) I have applied a ...
1
vote
1answer
14 views
How to stop the ipad web page slide when we click on input field
I have web page in which i have input field when i enter any data in textfield screens slides up i want to stop this slides,i have searches some people say it is by default in ipad you can not fix it ...
0
votes
0answers
10 views
How to write apps that syncs to device's refresh rate?
One one of the iPad's app website says - "to take full advantage of the iPad's graphics processing to create a fluid, 60 frames per second, experience." Wow! Moreover, Google Chrome's animation rate ...
0
votes
2answers
18 views
iPhone/iPad Credit Card within PhoneGap App [closed]
I built a native iOS app using PhoneGap that acts as a Point of Sale system for our event team that sells product on the road via an iPad. I am now trying to build in credit card swiping that would ...
0
votes
1answer
35 views
how do I restrict ipad app to ios6 only?
Ive developed an app which I want to upload to the AppStore, but the code contains various methods which can only be used in IOS6. Is it just simply a case of setting the SDK to 6 before uploading, or ...
0
votes
1answer
14 views
Local Webpage on iPad with Javascript
I have a simple web page with a javascript touch enabled slider that I would like my client to be able to run on their iPad without an internet connection.
Saving it to reading list kind of breaks ...
0
votes
0answers
19 views
How do I make the flip animation on a modal view on the iPad transparent in the background?
How do I make my flip animation transparent so the view behind it is shown through?
Here's some of my code:
EditInfoViewController *editController = [[EditInfoViewController alloc] ...
1
vote
2answers
37 views
How to convert from iPAD/iPAD2 layout to iPhone4/iPhone5/iPAD-mini layout
I never used Interface Builder ever in my app, and don't think it is something good to do.
My app was already designed for iPad/iPad2 layout, without ever considering making it work on ...
1
vote
1answer
34 views
Embed App Store in my app
I see games in the App Store that allow you to download other games. Rather than app switching to the App Store to download the other game, it brings up an embedded App Store within the app itself.
...
0
votes
0answers
18 views
iPad Css misplaced DIV
I've read quite a few hints and answers regarding similar problems, but couldn't seem to get it right until now.
I'm trying to fix a problem with a site made some time ago (not by me) using a nice ...
2
votes
1answer
17 views
Xcode: Base Localization - Running application on simulator displays latest version of Storyboard, running on device displays an older version
I have a problem with my app. I need to support some languages so I created the Localizable.strings file and I also have the Base localization. Everything works fine except for one curious thing.
...
0
votes
0answers
13 views
SKDownload not working in sandbox
I'm trying to download content for an IAP, but it fails after a few calls to "paymentQueue:updatedDownloads:" method. The first two calls to this method show that the download is in the ...
0
votes
1answer
20 views
How to solve flicker on iPad when event delegation is used?
When using the method of event delegation, we set the event handler on a higher level element (parent or grandparent), but this has an issue on iPad's Safari: if the parent element has a click ...
-5
votes
0answers
23 views
error when installing in iphone 5 showing linker erros,All static library creating problems. But working fine in ipad [closed]
problem when installing in iphone 5 showing linker erros,All static library creating problems. But working fine in ipad
architecture armv7s clang: error: linker command failed with exit code 1 (use ...
0
votes
1answer
19 views
How to share IAPs across an iPad and iPhone app
I've seen this done before with apps that I use, but I was wondering how it would be possible to share IAPs between an iPhone and iPad application. More specifically, I want to make sure that users ...
0
votes
3answers
51 views
How can i change UITextview content
I'm fetching datas from my api and trying to write datas to UITextview but when I try this I'm getting error.
These codes are feching datas from api and write them in uitextview:
NSOperationQueue ...
2
votes
2answers
45 views
Why my [UIScrollView removeFromSuperview] is crashing?
The crash log is below.
Do you know any particular reason why might [UIScrollView removeFromSuperview] can crash? The scrollview contains view hierarchy with different types of UIViews. I also finds ...
-4
votes
3answers
61 views
How to add an animation in adding a view?
I have an application in which I had a button on the navigationbar.
When clicking on that I need to add a subview to the self.view.
DemoViewController *demoViewController1 = [[DemoViewController ...
0
votes
0answers
50 views
Scrolling a scrollview hides all unhidden subviews
I have two subviews and two uibuttons nested within a scrollview.
When the buttons are tapped, each of the subviews are unhidden and appear underneath their respected uibutton.
What's weird is ...
-2
votes
1answer
19 views
MPMoviePlayerController fade out while exit full screen [closed]
I am playing a movie in full screen mode using MPMoviePlayerController. I want that when full screen exits, it should exit with a fade out effect. Does anybody know how to achieve this?
Thanks in ...
0
votes
0answers
15 views
Smarty 2 template losing styling on iPad after page refresh
I have built a landing page for landscape mode and then used the CSS zoom functionality to scale it for portrait mode. I've had to add other portrait-specific CSS, but it looks ok.
The problem I have ...
1
vote
0answers
20 views
iOS MDM Device Information payload results
I'm working over iOS MDM and found some inconsistencies with the response of the DeviceInformation payload. See response below based on test performed on iPhone (iOS 6) and iPad (iOS 5). The response ...
1
vote
3answers
53 views
Is GPS Spoofing possible in iOS sdk?
Is there any way in iOS to spoof the GPS location. I mean to say show user different coordinates not the real one ?
Thanks!
0
votes
1answer
26 views
How to connect iPhone with Hip Key using Bluetooth [closed]
I want to develop an application for iPhone and iPad same as hipKey application available on iTunes.
Hip Key : http://store.apple.com/us/product/HA561ZM/A/hipkey-proximity-and-movement-alarm
hipKey ...
0
votes
0answers
10 views
Itunes link is not opened from the ipad chrome
Please, help me out why the 'https://itunes.apple.com/us/app/speaker-replay/id579163510?mt=8' will not be opened from ipad chrome.
Thanks in advance.
0
votes
0answers
17 views
Trouble in Fetching LinkedIn Connections
I am fetching LinkedIn connections in ios SDK using the
URL:"http://api.linkedin.com/v1/people/~/connections"
When I am sending the request I am getting this:
"errorCode": 0, "message": "Access ...
0
votes
1answer
23 views
GPU usage of webp on iphone, compared to png
I am currently working on an iOS game and the image resources seem to be a little too much. I heard of webP and wanted to know more about it.
I did some researches on webP and know that this new ...
0
votes
2answers
49 views
how to store data in NS-Mutable-data in did-receive-data and than write to file
I am stuck from 2 days i want to display downlaod progress bar.
I am sending json in post to server and in response server send me video data.
To display progress bar i write some logic code like
In ...
0
votes
1answer
15 views
Expanding html for safari debugger iPad / iPhone
Is there a way to expand in a fast way the html in inspect element for safari?
How my situation looks like: http://d.pr/i/43ke
If you debug in your browser you can right-click on your element, and ...
0
votes
2answers
28 views
how to set focus on input when after dropdown value is selected in web page
I have drop down i want that when user select any value from dropdown then set focus of the cursor in input field. But this should work on ipad also.
<!DOCTYPE HTML>
<html lang = "en">
...
0
votes
1answer
26 views
Duplicate Storyboard files appeared in Xcode project Directory. Barely able to run project
I have quite a big and complex project with multiple storyboards, all localized in 2 languages. I have 4 storyboards - main iPhone, main iPad and another 2 for a separate feature.
Here are the ...
0
votes
3answers
53 views
IOS Provisioning profile for business distribution
Hi I developed one business app for my customers(SALES PERSONS) it integrate with ERP ,
this app distributed to many Sales Person iPad's by Developer provisioning profile.
My bad time Developer ...
0
votes
1answer
12 views
How to use kerberos in iPhone application
Will you please explain "How to use kerberos in ios Application. I am in the need of using that. I did not find any useful tutorial or example to proceed.
0
votes
0answers
10 views
Embedding Youtube Videos in iPad app that play in app (not launching youtube app)
I am trying to understand if this is absolutely not possible and do not feel that I have found a definitive answer.
I need the video content to play in app and not transfer my users over to the ...
0
votes
0answers
10 views
How to test game developed in MMF2 IOS exporter
First Of all let me tell you please do not down vote without reading as this is really important question for me. and yes it is totally related to iphone and ipad. now i am coming to my question
I am ...
0
votes
2answers
33 views
onclick event is not working on ipad and tablet
onClick event not working on tablet,ipad? it is perfectly working on Pc browser but not working for touch events , i tried .binding(),.on() and many thing but they are not giving 100% result.
How ...
0
votes
1answer
33 views
iOS push notification alert with three buttons
I would need 3 button on a push notification alert. "YES", "NO", "REMIND LATER". Presently, I Only found only Two button VIEW & CANCEL, Where we can customize the Names of those buttons, But what ...
0
votes
0answers
21 views
iPad Camera has incorrect screen placement when you open it
I am developing an iPad app to take a photo or choose from library.
It works fine, the only problem is the camera layout incorrectly when you follow the steps below.
List item
Tap btnPhotoLibrary ...
0
votes
1answer
29 views
Automatically double an iPhone view on an iPad without a user doing it [duplicate]
When a user uses an iPhone app on the iPad, they have the option to double the view to fit the iPad. My application has over 100 view controllers and 800 segues. Is there an app delegate api or line ...
-7
votes
0answers
131 views
XCode 5 Developer Preview, missing iPad Simulator? [closed]
I have just installed XCode 5 developer preview and I have a full compliment of iOS SDK's (5.1, 6.0, 6.1 and 7.0) for iPhones both non-retina and retina, 3.5" and 4".
But I cannot see anything ...
0
votes
0answers
9 views
Server authentication on iPAD
I am developing an app which would run ONLY on iPAD. I want to do an username/password authentication with no session management. I am looking for a quick/faster implementation to do server ...
0
votes
0answers
12 views
detect touch/ “mousePressed” on ipad
I want to hide a image when the screen get's touched and show it again when the user doesn't touch the screen anymore.
At the moment i have this:
$('#patternFrame').mousedown(function() {
...
0
votes
0answers
11 views
image too small on iPad
I use a iPad from school and i have to make this site to work on a iPad only.
I have a image of 1024x768 but when i display it it is a lot smaller.
<div id="container">
<img ...
0
votes
0answers
29 views
iPhone app dead to user interaction on iPad
One of my 3 iPhone apps has the following behavior. The other two are fine.
The "bad" app (iPhone, not universal) when running on iPad under iOS 6 (but OK under 5) will not accept user input. Button ...
0
votes
0answers
8 views
One Custom B2B App for Multiple Clients
I have written a custom B2B app for a SMB Accounting Software that is modifiable. The main source code that I wrote is compatible only for the generic, unmodified desktop version of the software. That ...
0
votes
0answers
8 views
Deploying iPad application
I am new to iOS development. Having made an app on XCode, and tested on iPad simulator, I now want to deploy the app on the device.
The scenario is this app will be deployed on our client's iPad. ...
