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.
-6
votes
4answers
65 views
How to Prompt user to enter data in the textfield
I am working on an app where there is a requirement that all text fields are mandatory and user cannot go to the next one until it is completed. If user selects the next one without entering anything ...
0
votes
0answers
25 views
Mail controller sheet and partial page curls
I'm using a UIModalTransitionStylePartialCurl modal transition in my storyboard, showing a ViewController when clicking on a button. I have a button inside ViewController that I'm using it to display ...
0
votes
1answer
14 views
Pan Zoomed Image on Ipad using Javascript
I am writing a jquery plugin that allows users to pinch and zoom into an image. The user can then pan around the image using one touch.
I have got it all working but the panning around the image is ...
-1
votes
0answers
12 views
how to disable sliding when we enter data on web page in ipad
As we normally enter data in ipad the web page slides as there any way to stop this slide it may hide the entering data but it should does not slide up is there any way to stop this sliding in ipad ...
-2
votes
0answers
46 views
How to check if airplane mode is on without using any private frameworks? [duplicate]
In my app I want notify user if the phone is in airplane mode.
I also want to notify the wifi strength if it is low.
Thanks in advance.
Answer :
In info.plist add application requires persistent ...
0
votes
0answers
28 views
Put various Stencil effects or make-up on live camera images
I am working with an application which requires The user will have the option to pick any of the stencils (say eyebrow stencil) they would like to use at any time on the live image from camera and ...
0
votes
1answer
26 views
IP Camera Streaming on iPad stuck
I am getting stream on iPad from an IP camera named Foscam. If I open IP in iPad browser then it is working good but when I fetch stream in my application then it gets on frist screen shot and stuck ...
1
vote
1answer
25 views
Any sample code for Twilio Client ios to make a call
I am new to objective-c or ios development. I have to create a app which provides the incoming/outgoing call functionality. I know the concepts of Twilio with Java Rest API but didn't tried it with ...
0
votes
0answers
12 views
How to Integrate krpano to show panoramic images in ios app
I want to show panoramic images in ios app.I found krpano is solution for that but i don't know how to integrate krpano in IOS app.Can you please help me out.
0
votes
1answer
55 views
Base 64 decoding issue with special characters
I have used Base 64 files from the below link to decode my response that I receive from server:
nicklockwood / Base64
But somehow it fails when it encouters special characters. How can I solve this ...
0
votes
1answer
34 views
how to call start capture method in iphone app
I am capturing video in iphone app. I want to run below delegate method when user starts capturing video. It does not get call automatically. Any idea how to call this method?
- ...
0
votes
2answers
47 views
iOS Twitter User-Timeline fetching with v1.1 API
Recently Twitter has changed API to v1.1. With this API, it is now required to first login on Twitter and only then we can fetch timeline. Is that true?
Can we fetch user timeline without user ...
0
votes
1answer
39 views
importing Xcode Project and accessing file with to different project
I initially start a project which I want to emerge with existing project, I have noticed there is a way that you can add a project in your workspace, that makes sense, but if I want to use the files ...
0
votes
2answers
55 views
what can be used instead of new uiviewcontrollers
I am developing an iOS app which have 3 main uiviewcontrollers and more than 50 different forms.
I completed designing main forms (login, form selection and message uiviewcontrollers). User will ...
0
votes
1answer
17 views
Mobile CSS/Javascript iPad and iPad mini compatibility
I am creating a phonegap app for iOS devices. I wrote some codes for only iPad like this:
$(window).bind('orientationchange', function()
{
if ($.event.special.orientationchange.orientation() == ...
0
votes
0answers
13 views
web app using translate3d on mobile safari ipad causing memory issues
I have a web app, originally for desktop, that uses jquery animate a lot and I now want to re-optimise it to work on ipad. Most thing work well with only minimal changes, except for the fact that ...
-1
votes
0answers
12 views
I get extra characters when inputing many spaces in vi over ssh using my iPad [closed]
I use Server Auditor on my iPad to connect to a Rapberry Pi on my local network over WiFi. When I edit files with vi and I input several spaces in a row (for indentation) every other character is a ...
-1
votes
0answers
19 views
How to transfer EPUB books to the iPad Mini [closed]
I'm waiting for my very first tablet to arrive, an iPad mini.
Maybe this sounds silly, but I would like to know, is it possible to transfer epub books from my Mac to the iPad mini? I want to mention ...
0
votes
1answer
19 views
iOS PDF with libHaru issue
I use libHary to create PDF.
I use this answer iOS SDK - Programmatically generate a PDF file to create pdf.
In this library method HPDF_LoadPngImageFromFile exist, but I need to load image from data ...
2
votes
3answers
141 views
What should Objective-c developer do to start windows 8 development?
I am an Objective-C developer and work in XCode. I want to create Windows 8 versions of my iPad applications.
Can I reuse anything from my XCode based apps?
Is there any automated tool or application ...
0
votes
0answers
10 views
why my media queries need refresh the page to work?
I have these media queries in my webpage:
/* first, media all codes */
@media only screen and (max-width : 480px) {}/* smartPhone */
@media only screen and (min-width : 480px) and (max-width : ...
0
votes
1answer
27 views
Persistent device identifier even after app gets uninstalled
In my iPhone/iPad app's use case, there is a voting system and one device can send its vote once to the server. Therefore my server needs to identify user's device. I don't want the user to register ...
0
votes
0answers
30 views
How to re-create floating warning banner from the facebook app?
could someone please give me some ideas on how to re-create this floating message banner from the Facebook app?
It is the red banner:
It remains floating on top of the screen while scrolling the ...
0
votes
0answers
20 views
Showing master view on some pages and preventing the user from hiding it
I have an iPad app with a UISplitviewController set as the root view controller of UIWindow. The master view controller (i.e. the view controller of the left view) is the UISplitViewController's ...
0
votes
0answers
25 views
Fetch follower list using Twitter new Rest API v1.1 in ios sdk
When I am fetching the follower List using the new API I am getting response:
{ errors = ( { code = 215; message = "Bad Authentication data"; } ); }
The Request I am sending is:
...
1
vote
1answer
46 views
How many devices can be used for test?
I have several iPad devices for developing and testing apps and all of them belong to my customers. How many different devices can i use for developing and testing?
And I am not sure if it's a good ...
1
vote
0answers
22 views
UIScrollView Pinch ZoomIn/out at certain location
I want to make application like Solar Wether application. Please see this video.
I don't want code but want to know how can we achieve functionality like zoom in/out in this application.
Please ...
0
votes
1answer
11 views
Specific Orientation Background
Here my code for specifying the background in ipad iOS6,
- (void)viewDidLoad
{
if ([[UIScreen mainScreen] bounds].size.height == 1024)
{
self.view.backgroundColor = [UIColor ...
0
votes
0answers
12 views
i want to stop scrolling the ipad body out side the holder div is there any way to stop scrolling when holder div contents were shown?
i want to stop scrolling the ipad body out side the holder div, problem iam facing is that when records scrolled down ends than body also moved i want to prevent this moving, below is my code for ...
0
votes
2answers
25 views
Twitter framework account configuration in ios?
I have an application in which i am using the latest
twitter framework of ios to tweet to my account
.All is working fine if the user had already configured the twiiter
account
.
If ...
-1
votes
0answers
22 views
how to make ipad web page screen does not scroll up when we enter data
As in ipad web app when we enter any data our page slides up is there a way so that we can stop this slide. and user enter the data on screen.
-1
votes
1answer
38 views
Universal Empty Application with Storyboards
I know many questions related to this topic has already been asked and answered but none of them completely resolved the issue I'm facing. And there there are too many suggestions so I'm pretty ...
0
votes
0answers
26 views
VAO vs manual setting of attribute pointers
I have read that binding a VAO is a fairly expensive operation. But so is the binding of vertex buffers and other tasks that are typically set up inside a VAO. On iOS devices, is there a particular ...
0
votes
2answers
31 views
Styling for various screen resolutions (smart phones, tablets, laptops, etc.)
I am trying to design a site that is easily accessible from tablets, smart phones, and desktops, and is equally usable from any device.
After a bit of reading, I found mixed numbers for the iPhone 4 ...
0
votes
2answers
36 views
UIScrollView adding two unwanted UIImageViews on touch out of nowhere
I have noticed some strange behaviour for a UIScrollView.
In a new XCode(4.6.2 on OS X 10.8.4) iOS project, I've only added a RootViewController, with one line of custom code: adding a UIScrollView ...
0
votes
1answer
23 views
iOS/iPad orientation change: rotate views manually vs. have 1 view ready for each orientation
I have been debating with my boss which of the following is a better way of accounting for an iPad device orientation changes:
Rotating / resizing all views as necessary / making sure their ...
0
votes
3answers
37 views
User selected themes in iOS - Is a setNeedsDisplay possible on the entire UI?
I've added a user selected theme option to my app. Each relevant element (mostly UIViews) conditionally change their appearance dependent on the state of an NSUserDefaults BOOL.
This worked fine when ...
0
votes
0answers
45 views
NSManagedObjectContextObjectsDidChangeNotification infinite loop
See this code:
[[NSNotificationCenter defaultCenter] addObserverForName:NSManagedObjectContextObjectsDidChangeNotification
...
0
votes
1answer
39 views
NSString To NSDate Conversion Not Working in iPhone [duplicate]
I Tried to convert from NSString to NSdate but its not wroking. See my Code. Its getting out put as "1991-01-04 18:30:00 +0000". can any one help me. thanks in advance
NSString *selectedDateString ...
0
votes
0answers
17 views
Playing videos in flash player in ipad like youtube site videos [closed]
I am developing mobile site.I am using jwplayer to play videos in my site, but flash player is replaced by video tags in mobile [in both android and apple].So video loading symbol is not showing as ...
0
votes
1answer
27 views
find all objects that belong to a relationship from an Array of NSManagedObjects
I have an array of NSManagedObjects. Lets call it Items. There are two more entities called Group and SubGroup. I have many to one relationship between Items and Group and Items and SubGroup. So an ...
0
votes
1answer
22 views
Can not debug app in ios device with xamarin studio
I have developed an ipad app in xamarin studio(monotouch), suddenly I cannot debug this app in ios device(ipad) any more, but in ios simulator everything works fine.
From the "Build Output" I got ...
-1
votes
3answers
26 views
NSNull Exception in iphone app in Cell for Row at index
cell.theTitle.font=[UIFont fontWithName:@"Helvetical Bold" size:14];
cell.theTitle.text =[NSString stringWithFormat:@"%@",theCellData.contentTitle];
...
0
votes
1answer
28 views
change attribute value in xml in Objective C using GDataXML
I want to change attribute value of this XML
<btn1 btnID="1">
<ch1 state="1" value="250" dimspeed="8" />
</btn1>
I want to change state value from 0 to 1 and vice versa ...
0
votes
1answer
24 views
imageview with zoom and scroll not working with UIViewContentModeScaleAspectFill
I am trying to put image in imageview with zoom and scroll. but when I set contentmode to UIViewContentModeScaleAspectFill image get fix and zoom and scroll available.Any reason I am getting this ...
-1
votes
2answers
22 views
set appdelegate' window rootviewcontroller
In Home ViewController based on user selection I will have to load selected viewcontroller. For this I am changing AppDelegate.window.rootViewController to the navigationcontroller inited with ...
0
votes
0answers
18 views
show the time of record video in label in iphone app
I am recording video in iphone app i want that after press use button then there should be label saying you have record 1 min video or 30 seconds time of the recored video any idea how to do this.
...
-1
votes
2answers
40 views
why can't I access iPad photos library?
I'm using IImagePickerController to get photos from the photo library. Works great on the iphone, but won't work on an iPad. There were solutions suggested to use UIpopoverController. I was using ...
0
votes
2answers
37 views
Response data sending in back ground
I have an iPad application in which I need to send some datas to the server and if get success response the data is deleted from my cache folder . I am currently using asihttp network queue to do ...
-2
votes
0answers
67 views
What iOS third-party control has been used in two iPad apps on pictures? [closed]
Need you help in identifying third-party control, that has been used in these two apps (on the pictures below). Control visually consists of two bars - a menu bar in the top and a scrolling bar in the ...









