0
votes
0answers
11 views

cannot change AVCaptureVideoDataOutput orientation

I have a project to use front camera in LandscapeRight orientation for remote communication. when I use the front camera,I need it to work at Landscape orientation,the remote one can get the clear ...
0
votes
1answer
27 views

Present UIPopoverviewcontroller

I am working on a app, which uses UIPopoverController, I am getting a problem in presenting that popover, I have a UIView which is added on self.view, and a tableview added on that view, that table ...
0
votes
1answer
29 views

Twitter Integration for IOS 4.3

It's easily to integrate Twitter in iOS 5 (Twitter.framework) and iOS 6 (Social.framework). What about iOS 4.3? I tried Sharekit, it's not working properly, it's hard to install, and I get a lot of ...
-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
0answers
15 views

Port base SMS for iPhone

Is it possible to implemented the port base SMS notification for iPhone(without jailbroken) native app? is there any way to read the incoming port base SMS. Your help greatly appreciate. Is there any ...
0
votes
0answers
47 views

iPhone - linker error only in Device

I started using the view-based ESRI Xcode template, and created a simple project with an OSM tiled map layer in a single map view. This runs fine in the simulator, but when I try to deploy this to ...
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 ...
-11
votes
1answer
92 views

Minimum IOS supported by Iphone4 [closed]

Which minimum version of IOS is supported by iPhone4? Does iPhone 4 support IOS 4.0 or IOS 4.3?
-1
votes
1answer
37 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
48 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 ...
3
votes
1answer
58 views

How to set the video orientation from landscape to portrait using CAAffineTranslation or any other way?

I am merging the video using AVMutableComposition and the videos gets merged.But the video gets stored in the landscape (which is default mode for AVAsset) after merging.So i want the video to be fix ...
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 ...
0
votes
2answers
74 views

Image not getting saved (download) in iOS 4.3

I'm using UIImage *viewImage = [UIImage imageWithData:[NSData dataWithContentsOfURL:[NSURL URLWithString:self.imageURL]]]; NSLog(@"UIImage : %@",viewImage); ALAssetsLibrary *library = ...
1
vote
0answers
91 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 ...
1
vote
3answers
52 views

Border Radius Doesn't work in ios4?

I'm using border-radius:50%; This doesn't work in IOS4? but http://caniuse.com/#search=border-radius says it does? Huh? Whats going on?
0
votes
1answer
268 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 ...
8
votes
6answers
305 views

iOS Project Update Xcode 4.2 to Xcode 4.5

In my Project I have done 90% development using XCode 4.2 (was only need to support 4.x,5.x), Now I need to Build for iOS 6 as well, so I switched to Xcode 4.5 & iOS 6. But I am facing lots of ...
0
votes
1answer
44 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
277 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
6answers
107 views

is it possible to change the style of uitableview in two different views? [duplicate]

i have a table and i have also declared its style as grouped table style in view did load but i also have a button on click of which i want to change the style of the same table. initially i was ...
4
votes
2answers
130 views

iOS 4.3 user interface orientation issue with 20 points of status bar

I have next view controllers: FirstViewController SecondViewController ThirdViewController The goal is: present ThirdViewController via SecondViewController. In FirstViewController I present ...
-1
votes
3answers
97 views

Technology used to send information from iPhone to server [closed]

1) I am building a software same as Boojam incident reporter.In that the incidents are recorded from an iphone and send it to the server. 2) After capturing all required information the reporter is ...
0
votes
1answer
62 views

iOS 4.3 Custom Container Programming

Referring to this question: addChildViewController alternative for iOS 4.3 My app requires support for 4.3 so I am unable to take the approach mentioned in the Apple guidelines for container ...
0
votes
1answer
191 views

dismissViewControllerAnimated:completion: method replacement doesn't work on Xcode4.6.1

I have been overriding "dismissViewControllerAnimated:completion:" to use this method in iOS4.3. But this this technique have got a runtime error since I update Xcode(4.6.1) error: address doesn't ...
0
votes
0answers
19 views

AudioRecording,Editing,Playing [closed]

Hi Is there any third party libraries available for integration of: audio recording editing and playing in iOS 4.0, While playing the video i have to give option for playback and recording it ? ...
0
votes
1answer
87 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
179 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
63 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
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
162 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
1answer
293 views

Bluetooth share an mp3 file between iOS when only one phone has the app?

I am building an iOS app to match an android app that can send a raw mp3 file from an app to another phone that does not have the app. The file is store in the file structure. I'd like to know if ...
2
votes
0answers
2k views

How to run iOS simulator 4.3 in Xcode 4.6?

I'm trying to test my iOS application on iOS 4.x. I'm using MAC OS X Mountain Lion(10.8.2) and Xcode 4.6. I tried to install the older iOS 4 version from the Downloads tab inside the Xcode but that ...
0
votes
2answers
238 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 ...
10
votes
2answers
385 views

Large custom UIView - CABackingStoreUpdate Performance

Why, on iOS 4.3.5, do 'large' (960 x 1380) custom UIView's perform CABackingStoreUpdate so inefficiently and how can I improve the performance of drawing operations? Not entirely sure what I mean? ...
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
1answer
115 views

animateWithDuration causing problems with touch events on ios4 after upgrade to xcode 4.6

I have an app that was running fine until I upgraded to xcode 4.6. After the upgrading the xcode 4.6, no touch events are received when running on ios4 (works fine on ios5 and ios6). I tried just ...
0
votes
3answers
55 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 ...
0
votes
1answer
220 views

Scroll UITextField above Keyboard in a UITableViewCell on a regular UIViewController

I have tried most of the examples here on StackOverflow. I also used Apple's. The problem I seem to have with them is that they don't account for the UITextField being in a UITableView. I've done ...
0
votes
0answers
49 views

Showing SegmentedControl view as collection view

Hi I am developing an app.i need to show segmented control as collection view.Means If it is having 4 segments, showing first 2 segments in one row and the remaining two columns in another row which ...
-1
votes
1answer
102 views

Objective-C Navigation Based to Master Detail [closed]

I am Watching a tutorial over at lynda.com, and the guy on that website is making a RSS News Reader. Sadly he is making the app for iOS 4 and the equal Xcode. The problem I am having is that when He ...
0
votes
2answers
76 views

iphone - Battery Utilization of each component

Is there any way, we can identify the battery utilization of each of the components/ processes running in an iPhone device ? We can get the same details for android device through code. But, is the ...
0
votes
1answer
158 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
216 views

download files using http request in background in iPhone (above iOS 4.0)

I am new to iOS. I want to know some basic need for my application is possible or not? "When my application starts (tapping on my application icon), app should download some 5-10 files from server. It ...
1
vote
1answer
52 views

Service call executed in viewdidload when i go to theat viewController

I Call one service call in viewDidLoad but the cache memory is increasing when that service call is execute someConnections = [[SomeConnections alloc]initWithDelegate:self]; [someConnections ...
0
votes
1answer
30 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
1answer
2k views

Targeting iOS 4.x devices under XCode 4.6

I'have Xcode 4.6 and the minimum iOS version I can target is 4.3 ! How can I target iOS 4.x devices using my XCode ? Is that possible ? Thank you for your help !
0
votes
1answer
78 views

How do I download a set of files from s3 using ios?

I've seen a lot of questions on SO answering this but yet I'm having trouble getting the implementation right because the files aren't downloading. Some background is that I have a set of 10 files in ...

1 2 3 4 5 27