-1
votes
2answers
26 views

Change buttons' font in inputAccessorView [closed]

I can't find a way to change the font for the buttons in the inputAccessoryView. Can somebody help me with this?
0
votes
3answers
54 views

Printing and saving a web page Using iPhone

I want my WebView to save as image or pdf of any formate, I tried with saving the web page using the code : UIGraphicsBeginImageContext(WebPage.frame.size); [WebPage.layer ...
-1
votes
1answer
36 views

I want to hide the secure info on screen while capturing the photo in iphone [closed]

I want to make an application in which I want to hide the secure information on screen while taking the picture in iphone for some security purpose.please help me if any one have any suggestion...
1
vote
2answers
47 views

how to access the secureTextEntry for further use?

Hi I'm using the below code which includes the alertView containing UserID and Password field. these UserID and Password are text field, i made password field as secure, but when i later want to ...
1
vote
3answers
62 views

Get the image of Web Page

I'm trying to capture the full image of the web page.. But its showing the blank image.. what should i do to get the complete Web Page Image? I have tried with CGSize overallSize = [WebPageImage ...
1
vote
0answers
88 views

Labels are not getting displayed and image is not getting saved

I have created UILabels on toolBar, but when i try using it on iOS version 4.3 its not getting displayed.. Labels were getting displayed when deployment target was 6 but when deployment target is ...
0
votes
0answers
26 views

IOS 5.0 preference over IOS 4.0 [closed]

My xcode project is running with deployment target 4.3 and was with Non-ARC project. To improve the memory usage and proper allocations, I converted the project into ARC project. Now, I am running the ...
0
votes
1answer
206 views

Does iOS support Bluetooth SPP?

I want to develop an ios application that communicates with another bluetooth supported device via Bluetooth SPP. Does iOS support SPP? I checked iOS supported profiles bu couldn't see anything ...
0
votes
1answer
43 views

HOW DO I move between gallery and List view? [closed]

I have a UITable where by default I get list view and here I also have two buttons, one for list view and another for gallery view. They both are working perfectly, but when I click on gallery view ...
2
votes
2answers
263 views

Need to convert iOS 5.0 App to iOS 4.3.3

I am developing my app in iOS 5.0 but i also want to convert it to iOS 4.3.3. My Problem is that i get no compiler warnings or error when i install my app in iPhone 3GS(iOS 4.3.3). But app crashes ...
0
votes
1answer
82 views

MPMoviePlayerController repeat mode

I have used MPMovieController for video play. I need to repeat the video for user define times. So how can i check the repeat count for the specific video if i have enabled the repeatMode.
0
votes
2answers
37 views

UITouchUpInside not calling delegate method

I have a class MYView(subclass of UIView) and I am adding MyView to My current ViewController as a subView. MyView has a button which calls a delegate method if TouchUpInsideEvent is fired. My problem ...
-9
votes
5answers
178 views

How to find the substring between two string? [closed]

I have a string "hi how are... you" I want to find the Sub-string after how and before you.. How to do this in objective c?
0
votes
0answers
60 views

ios: How to add remote audio file to AVAudioMix

I am developing a simple video editor on ios using AVFoundation. one part of the video editor is to mix an audio which is saved remotely. for eg: http://zfete.com/sample.mp4 now i am using ...
0
votes
0answers
24 views

inserting data in database ,but the data is not inserting data into database ,it returns the error Library routine called Out of sequenence

In My Application, Iam creating database and writing into database,but sometimes its showing the error as "Library Routine Called out Of Sequence".Iam not getting the scenario,when its failed. please ...
0
votes
2answers
104 views

Upgrading iOS Application

I want to upgrade my existing apps to iOS 5.0 and above. I want suggestions and detailed guide line for main points. what changes I should make in my existing code to make it fully compatible as ...
0
votes
3answers
152 views

load image to tableView

i am using table view to display image fron internet and its taking time to load the image.. i tried dispatch_async(imageQueue_, ^{ NSData *imageData = [NSData dataWithContentsOfURL:[NSURL ...
0
votes
2answers
226 views

programmatically click (Trigger) html button in xcode?

I have an HTML page with some button in it, i want my Objective C code to programmatically trigger that button so that i can get next response (NEXT HTML page).. i am trying get and post method but ...
1
vote
4answers
84 views

Loading the image is taking time

I am loading the images from internet to my TableView cell.. but its taking the time to load it to TableView. one of my friend suggested to use threading. but i dont kno how will it work in iOS ...
0
votes
1answer
66 views

How to get the HTML page after executing java Script

I am using [webView stringByEvaluatingJavaScriptFromString:@"validate(x);"] to execute a java script function and I am getting return value that is returned by "validate(x)" but i want HTML page ...
0
votes
1answer
54 views

How to Connect UIButton to HTML button?

This is the code of HTML : <input name="nextbtn" type="button" value="Next(N)" onclick="validate( this.name )" accesskey="N" > This is onClick(button) event in HTML, I want this validate ...
0
votes
3answers
54 views

How to align the Label in UITableview?

I'm having a UITableView in which I have images of different size. So when I am running the program I am getting different starting point of label in TableView. I want all the labels to start from ...
1
vote
1answer
307 views

Will upgrading iPhone 3GS from 4.3.5 -> 5.0 work? [closed]

I'm looking at upgrading my development iPhone 3GS from iOS4.3.5 to iOS5. Now that Apple even rejects apps that use the older SDK and contain an iPhone 5 launch image, I see no need to keep my iPhone ...
0
votes
1answer
151 views

how to limit the characters of textfield in IOS Application upto 5 characters

I would like to limit the characters in textField of IOS Application. I tried all the methods given in stack overflow, getting verse I am keeping this Question. here I used one Label(secure code) ...
0
votes
1answer
29 views

How to edit the contents while http Post?

hi friends im getting the data ie HTML contents from the following code.. -(void)connection:(NSURLConnection *)connection didReceiveData:(NSData *)data { [receivedData appendData:data]; ...
0
votes
2answers
46 views

Query about distribution certificate and development certificate in iOS app distribution

i want to know do we need both distribution certificate and development certificate, if i want to give my app to any one else or want to install on other mobile? how can i setup my code signing with ...
2
votes
2answers
210 views

Application installation failed in iPhone when installing in other iPhone

im installing an application (which i have created) in to my iPhone and its getting installed, but when i try installing it in other iPhone then its showing "Installation failed", I want to know ...
0
votes
0answers
29 views

Audio Recording Multiple instances IOS

is it possible to do the audio recording in multiple instances at once. It must be possible to resume one recording and start the second one. And it must be possible to resume the recording of the ...
0
votes
0answers
55 views

Twitter Oauth api in ios ^

I'm developing twitter app for iOS version 4.0 and upward. I'm using Oauth lib to connect. When I press login button activity indicator is spinning and view dismiss but user is not logged in. Can ...
0
votes
2answers
73 views

Developing Multiple Charts through program [closed]

I am developing an iPhone app. Where-in, I have to support multiple 3D charts (such as Bar chart, Pie chart and Line chart) through the program for showing data. I've heard by using GLKit framework I ...
0
votes
0answers
24 views

gps stopped when i am calling from the application (automatically stop gps when make phone call hangup)

I have started gps and make phone call using openurl (tel) but when call is hangup it will automatically stopped gps. actually i want gps on until i reopen app and stop gps by my deactivate button. ...
0
votes
1answer
27 views

UIview clear a zone

This is an inherited code, I would like to change as few as possible, just give support for iphone5 (taler) screen size. Somewhere I have a code like this: [self.view ...
0
votes
1answer
107 views

How to set frame size using Avcapture

I am using AVCaptureSession for taking pictures. Here is my code: AVCaptureSession * newSession = [[AVCaptureSession alloc] init]; // Configure our capturesession newSession.sessionPreset = ...
2
votes
2answers
193 views

What are the difference between various iOS versions with a developer prespective?

This questions bounces around with every other new release of iOS. So I decided to jot down all the differences I know from version to version. Let me know if they are more.
0
votes
1answer
35 views

App hangs when i reach the last sound clip in ios5

I have a app with images and once the user presses the image a sound clip will be played. Once i reach the last image (25), which does not have a sound clip, if i press that the app gets closed ...
0
votes
0answers
57 views

facing issues in monitoring regions provided by CLRegion Concept

I am creating an iPhone travelling app which is fetching nearby places from the google place api.Actually. In this app i have to track if user goes in any of these places and spend some time like ...
1
vote
0answers
70 views

Annotation is selected works 1 to 2 times when map region change to Center pin and not work all times

I have problem in Annotation View When i tap First time in Annotation it callout perfect and set Annotation in Center of MapView but after i change Region and Again i click on Annotation it just ...
1
vote
0answers
44 views

Code crashing with following error

My application is using apple connect library. I started my application 8 hours ago and then again when I switched to my application from background to foreground it hangs and shows the following ...
0
votes
0answers
110 views

simulator is not picking up iPhone 5 assets

I am developing iPhone game using cocos2d 2.0 which does not have support for iPhone 5. now i have updated my settings code and some code in cctexture for picking up the art assets for iPhone 5. i ...
0
votes
3answers
50 views

Xcode different View for iOS 4 [closed]

I`m using a storyboard in my app, and storyboards requires iOS 5. What happened when an iOS 4 Device opens my app? Can I put code in viewDidLoad for iOS 4 Devices? I want to create a specific View ...
1
vote
1answer
2k views

Copy custom emoji to clipboard

I want to make an application like emoji icons available in the app store. For that I need to put custom emoji images which can be used in other social networking applications like skype,fb,what'sapp ...
1
vote
3answers
74 views

How to keep user notified that application is running in background?

Since few days i am searching for the functionality which will allow me keep user posted that application is running in background. I have attached a !image for what exactly i am looking for. i tried ...
1
vote
1answer
379 views

NSJSONSerialization is not woking for IOS 4.3

I've a project which was earlier running IOS 5 .I've to make project run on IOS 4.3 . When i run the project then i'm getting 2 errors in my following written method. The errors that i'm getting ...
0
votes
1answer
25 views

is there any possibility to change fields dynamically

Is there any possibility to change the fields like textfield to textview when user click the edit button to change fields.... pls tell me any possibilities
2
votes
1answer
118 views

Memory warnings with UIImagePickerController in iOS 5 but not in ios 4.x

This seems to be a problem with UIImagePickerController in iOS 5 . I have an app developed xcode4.3 I tested it on two iPhones (iOS 4.3 and 5.1) { UIImagePickerController *imagePicker = ...
-1
votes
1answer
22 views

How to display the info message like in image [closed]

How to display the message "Which accounts will benefit the most from these best practices? Think,add customer names and supercharge yourself!" like popup display?
0
votes
2answers
262 views

StopUpdatingLocation method not working for iOS5

I am working on map application, I am try to use [locationManager stopUpdatingLocation]; method to stop the Location services. It seems that it works fine in iOS4.3 but in iOS5, it's not working. ...
-1
votes
3answers
297 views

Convert ios4 app into ios5

I have already created an app compatible with ios<5. Which already exists at Workout DJ FREE for Spotify Now in next version I want this app compatible with ios5 too. For that what do I need to ...
0
votes
0answers
43 views

My Sub View Stop Responding after keyboard hide after appearing

I have few UIViewController and whose nib file size is Retina 4 Full Screen. The all Views add a subview call Bottom Menu as there child BottomMenu *bottomMenu=[[BottomMenu alloc]init ]; ...
-2
votes
1answer
34 views

IOS iterate response json [closed]

In ios, i getting response data like this {"usersNo":"20","leader_list":[{"tag":"3","rank":1"},{"tag":4","rank":2"}]} I need to get the tag value and rank value. Please help me, thanks in ...

1 2 3 4 5 13