Tagged Questions
-1
votes
2answers
22 views
iOS paypal API - Apple Rejection
I want to develop one iPhone app in which user upload their documents on my server and then I will process that documents and provide them back via mail or any other mechanism out side of app.
I want ...
0
votes
0answers
10 views
Video playback terminates when popover is dismissed
I am trying to playback a video stored in the photos album. This is being tested on the iPad, hence the use of UIPopover. The code is as follows:
-(void) buttonPressed1:(UIButton*) button{
...
0
votes
0answers
21 views
ePUB 3.0 library for IOS [closed]
I am trying to develop an ePUB 3.0 reader for iOS which allows the user to interact with the text and also allows the user to play videos in it.Also the app should behave like iBook with a page flip ...
1
vote
1answer
37 views
how to get % from web-service in iphone
I'm new in iPhone development.I'm developing one chatting application.i was facing problem while sending and receiving some special character.finally, i succeeded to post and get this special ...
-7
votes
1answer
54 views
Disable the iPhone when user going over 10mph [closed]
How can i disable the phone when user going over 10mph , disable means user can't use email or any text writing work.I am able to calculate the speed but not disable or hang the iPhone.
Please help ...
0
votes
1answer
66 views
Bringing my lables and buttons to front
I have a TableView in my main view. This table view hides some of lables and buttons in main view. After selecting a row from TableView table has to removeFromSuperView and buttons must be visible.
...
0
votes
0answers
88 views
Allow only landscape mode in iOS app
I read up Landscape Mode ONLY for iPhone or iPad and followed the steps, the app opens up in landscape mode but whenever i reallocate the view, it again comes up in the portrait mode. I have kept ...
2
votes
1answer
304 views
Use front and back (primary and secondary) camera simultaneously on iOS device
I wanted to know if there is any functionality/app on iOS devices which allows you to capture videos simultaneously using front and back cameras showing the outputs in say a split screen. And then ...
0
votes
1answer
195 views
iOS6 Camera Overlay Does Not Allow Editing
In my app, I need to have a Camera Overlay to help the user line up the picture correctly for it's intended use. Further, I need to have the Editing interface to let them fine tune the zoom and ...
0
votes
0answers
83 views
Obtaining the iPad Screen display at a lower resolution with createScreenIOSurface
I have been working on screen capture on iOS devices and system level API's like IOSurface, IOMobileFramebuffer etc. both out of interest and need. In extension to the answer mentioned in Creating an ...
0
votes
1answer
792 views
how to find Data Usage for particular/Individual installed App in Objective-C [closed]
how to find Data Usage for particular/Individual installed iPhone/iPad App in Objective-C?
I would like to develop app like Onavo Count. but I do't know how's to count individual Data usage per ...
0
votes
1answer
87 views
How to login with Google+ api with iOS 6?
Please give me a link to any tutorial for login via Google+ api.I am stuck.I alredy tried https://developers.google.com/+/mobile/ios/ for that but after changing the clientID it continuously shows an ...
0
votes
2answers
2k views
UITableView delegate methods [closed]
I need a UITableView delegate method that nees to be called from another function on completion...is there any default UITableView delegate methods that i can use? if not, please comment on how to add ...
0
votes
3answers
96 views
any one help me to solve this thread 1: signal SIGABRT
I am getting an error
thread 1: signal SIGABRT
This is the code
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath
{
/* FOR SIMPLE CELL ...
1
vote
1answer
64 views
How to get indexpath of customCell that has webview?
I am using the webView in customcell of tableview, webView covers total area of the customcell. When i click the web view in custom cell i can't get the indexpath. I have done the basic coding such as ...
0
votes
0answers
57 views
difference between central and peripheral mode in iPhone sdk?
iOS 6.0 supports central and peripheral mode for blue tooth.actually what is the difference between central and peripheral mode,how they are working?
0
votes
0answers
43 views
Recording User's video and playing youtube video simultaneously
I am using MPMoviePlayerController to play the youtube url in front view and in the another view that is behind it i want to record the user's video, but as soon as the video starts playing the ...
0
votes
1answer
240 views
UIDatePicker on a UIActionSheet not working with ipad 4.3
I've been digging through the forum and can't find the answer to this so I'm posting. I have several apps that use a UIActionSheet with a UIPickerView or a UIDatePickerView on them to prompt the user ...
0
votes
1answer
359 views
Multiple UITextfield Create Dynamically in iphone sdk
I have to create a multiple textfield dynamically on scrollview in ipad app. textfield created successfully and i use popup view on clicked textfield but when i clicked on textfield i dont get the Tag ...
1
vote
1answer
126 views
Text Formating in PDF Reader and Writer in iOS
In my application I have to show a PDF reader (PDF from a server) and copy everything to another PDF. I am using Reader to show the PDF.
But it is unable to format the text inside the PDF. Bold text ...
0
votes
2answers
405 views
How to set wallpaper for lock screen in iPhone or iPad
I have gone through many of similar post that I have asked here. I have understood that there is no public API for doing this in iOS devices and if we use the private API for this purpose, apple will ...
0
votes
3answers
59 views
image view— Is it possible to set the position of an UIImageView dynamicaly?
Is it possible to set the position of an UIImageView dynamicaly ? by moving Uislide bar.
2
votes
1answer
322 views
How do I write my files to an NSBundle?
I am writing an iPhone/iPad app where I have zipped files come in which are basically the contents of a website which I can then run upon extracting.
However I would like to put all these files and ...
2
votes
1answer
176 views
Configure iPad IP address programmatically
I have a requirement where the iPad application must configure the IP address of the device to a particular IP and connect to a wireless network. I had gone through the internet but could not find any ...
1
vote
2answers
163 views
How to show next image on image view from image Array by clicking on button
I have image Array with two images out of that first image its showing properly on image View, for that i write code in view Did Load as`
NSString *urlString=[NSString ...
4
votes
4answers
3k views
How to remove gesture recogniser
SO, I am adding a gesture recogniser to an overlay view. When tapped on screen i want this overlay to go away. Having said that adding a gesture recognizer overrides the "touch up inside" and other ...
0
votes
1answer
145 views
Editing html file in uiwebview
I am trying to edit a html file in uiwebview using contenteditability feature of ios 5. After editing, I just want to reload the edited content in same uiwebview without changing the format and all. ...
0
votes
1answer
98 views
Adding custom tag in html using Xcode
I am in the development phase of an iPad application in which user can edit the html content by using content editable feature of uiwebview. My doubt is that , is there any control or third party ...
0
votes
1answer
75 views
How to install app created using storyboard in <iOS 5?
i'm new to iPhone i create an app using storyboard and tried to install in iOS 4 iPhone. my application is not installed in iPhone(iOS 4). i know storyboard installed in iOS 5. is there any ...
0
votes
1answer
59 views
iPhone OK, but not iPad .. Why?
My app works fine on iphone and ipod touch, but shows a blank screen when I launch it on ipad.
When I first created the project I chose the option for builing an iphone/ipad application.
But I never ...
0
votes
2answers
456 views
How to Create Universal Iphone/Ipad App in Separate Classes?
I am Creating a Universal App for both Iphone and Ipad. But i don't need to have same class for both Iphone and Ipad. I need to have a separate classes for each Iphone and Ipad. Can any one give me ...
0
votes
1answer
139 views
Detecting when something has left view in UIWebView delegate methods
I have an iPad application that makes use of a UIWebView to display a few URLs in the application itself. I am also using SVProgressHUD control to display a few user alerts on screen depending on the ...
0
votes
1answer
85 views
iOS Unit testing universal application
I am trying to set up some unit tests on a universal application. The application behaves quite differently when loaded on ipad/iphone. For example there is a separate delegate for each, separate ...
0
votes
1answer
412 views
How to Render After effect Project in iPhone or iPad ?
I want To Know How to Make a After Effect Project , To Render in iPhone or ipad .
I have a adobe after effect Project and it have 20 Image placeholders , I want users can add 20 Images to that Project ...
17
votes
10answers
9k views
Error : failed to launch, when running on ipad
After much frustration ive finally got an application to run on an ipad without errors. However it doesnt run. It gives the following error. My application does run on the simulator but doesnt run on ...
5
votes
4answers
377 views
How to integrate two languages (english or arabic) in one poject in iphone sdk
How to integrate two languages (english or arabic) in one poject in iphone sdk? Please Help me with code or anything else which is helpful to me.
0
votes
1answer
105 views
Date format does not work properly
I take date into string. date format is like this and string is
datenotification=20-02-2012
Now I want to change this into
20-feb-2012
but for checking purposes I just place that into a ...
0
votes
2answers
355 views
iOS: “Symbol not found” error on some iOS4 devices, but not all
I'm getting the following message in my users' crash logs:
Dyld Error Message: Symbol not found: _OBJC_CLASS_$_NSMetadataQuery
So I understand the solution is that I should be making the ...
2
votes
2answers
3k views
Moving Onto The Next UITextField When 'Next' Is Tapped
I have an iPad application which has a sign up form within it. The form is very basic and contains only two UITextFields which are for Name & Email address.
The first TextField is for the ...
2
votes
1answer
305 views
How to fetch the data from WebServices by Get Method and want to save into MutableDictionary in iphone sdk
How to fetch the data from Web Services by Get Method and want to save into Mutable Dictionary in iPhone.....thnx
0
votes
1answer
277 views
UIKeyboardTypeNumberPad with “ABC” Button in iphone sdk?
When i set UIKeyboardTypeNamePhonePad, it gives first Character Keyboard(ABC..).After pressing 123, it gives number pad in which THe Button ABC is available to go to character keyboard.but when i set ...
0
votes
4answers
98 views
allocating Memory to the variable which has been already allocated?
I want to allocate memory for the variable to which i have allocated already.for example
self.m_tabbarController = [[TabbarController alloc] init];
I have to change assigned view controller ...
1
vote
1answer
602 views
Change UIColor of Backgound Image from brown to using RGB Colors
I am using a image Which is darkbrown in color, Now i would like to change the image color to light yellow using RGB Values Programmatically without changing the image.
Thanks in advance
0
votes
1answer
74 views
clicking outside button is working in iphone sdk?
I push one view controller from one controller.But i did not press back button in navigation bar.when i click the area which is below, back button
is working,poping viewcontroller is happening? how ...
-1
votes
5answers
1k views
How can I get an integer value from NSString in an iPhone application?
NSString * str=[zoneDict objectForKey:@"name"];
NSLog(@"==========string zone::==========%@",str);
// str="(GMT +3:00) Baghdad, Riyadh, Moscow, St. Petersbur";
How can I get the 3:00 value from the ...
0
votes
1answer
186 views
What are the best ways to plot Gantt charts in ipad sdk?
I have to draw Gantt charts in ipad, could you suggest how to draw such charts?
What are the API's available?
Thanks in advance!
-2
votes
1answer
186 views
How to parse an HTML link and display whole content, in iPhone? [closed]
I want to display whole content of any HTML link in a textview.
I searched so many links , i could only get page titles or some part of the HTML page.
But I could not get the whole content.
Please ...
1
vote
7answers
845 views
How to create a comma-separated string?
I want to create a comma-separated string like this.
NSString *list = @"iPhone,iPad,iPod";
I tried like this,
[strItemList appendString:[NSString stringWithFormat:@"%@,", [[arrItems ...
0
votes
1answer
146 views
Text appears after hitting the return key in a UITextField
I have a custom class to create a textview with lines like the Notes app from Apple.
This is how the class looks:
NoteView.h
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
...
6
votes
2answers
1k views
Using an Open Cover Flow for video slides instead of images in iOS
Can you have a Cover Flow of multiple videos instead of images in iOS? The user would see a still of the start of each video with the play button instead of images, kind of like Youtube.
So instead ...

