The 2010-2011 version of the iPhone/iPad/iPod Touch/Apple TV operating system family, made by Apple.

learn more… | top users | synonyms (7)

-4
votes
0answers
53 views

Generate UIAlert when gps speed decreases to zero [closed]

How to Generate UIAlert when gps speed decreases to zero Here is my code - (void)viewDidLoad { [super viewDidLoad]; CLController = [[CoreLocationController alloc] init]; ...
-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
18 views

Will Apple reject a Mac app that reads sms database file?

Is it possible to create a mac app that reads sms database file since whenever we sync our ios devices to our mac a database file is saved in ~/Library/Application Support/MobileSync/Backup/ with ...
0
votes
0answers
13 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
1answer
48 views

Run app when iPhone restart? [duplicate]

I want to develop an app which will fetch user coordinates and will send it over network to server. App should be run in background as well as if my phone is switched off and restart then app should ...
0
votes
1answer
8 views

Photoswipe rotation issue when in ios4 UIWebView

I am using photoswipe 3.0.5 in my ios application. Everything is working correctly in the simulator (ios 6.1), but when i run the app on my real device (ios4.3) and i rotate from portrait to landscape ...
0
votes
0answers
8 views

How to draw Colored Lines using UISegmentedControl

I am new to iOS Programming. I would like to know how to use UISegmentedControl to draw different colored lines in my view. If i press the green button in the segmented control a green colored line ...
-2
votes
0answers
8 views

How to make mobile.config as a verified in mobile ios web app?

I am developing a ios mobile web app but in install profile i want to display a verified instead of unsigned how can i verified any one can step.I am using a mobile.config file for this profile and i ...
0
votes
0answers
28 views

How can create pop up table that is compatible with ios4?

I'm doing a testing stuff. I'm making a pop up table (PopUpViewController, UIViewController) that trigger by UI button through below code. It work fine. ThirdViewController.m ...
1
vote
3answers
126 views

run app using xcode 4.6 in ios 4.3 simulator

I am actually trying to run my application in 4.3 simulator from xCode 4.6. I copy the sdk for simulator 4.3 at the path, it builds successfully but cant run the application in simulator. So now what ...
0
votes
1answer
14 views

UITabBar autorotation for ios4+

at the moment i have developed an ios tab bar application the rotates perfectly on the iphone simulator(ios 6.1). The problem is that when i run the app on my real device (ios 4.3), the app works ...
0
votes
0answers
45 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
53 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
86 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
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
46 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
51 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
1answer
125 views

FacebookSDK - Unknown Type ACAccountCredentialRenewResult Error

I have installed newly updated facebook SDK 3.5 in my mac. I took the tutorials given in facebook developer website and integrated the facebook SDK in my XCode Project. Facebook SDK Link Tutorial ...
0
votes
2answers
67 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
85 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
50 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
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
186 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
294 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
42 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
253 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
101 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 ...
0
votes
0answers
17 views

pickerview not appearing properly in ios 4.3

i have a textfield and picker view below to that. pickerView = [[UIPickerView alloc] initWithFrame:CGRectMake(6, 30, 180, 140)]; pickerView.delegate=self; pickerView.dataSource=self; ...
0
votes
2answers
76 views

Tabbar item appearance in ios 4.3

I have a UITabbar and I m customizing its appearance which works fine in ios >5 .But when I run the same one in iphone 4.3 simulator it crashes because of tabbar appearance. for(UIViewController ...
0
votes
0answers
24 views

i developed iphone app.but rejected that app treated book by apple(itunesconnect portal)

Apps that are simply a book should be submitted to the iBookstore but i developed that app as iphone native app.what should i do now .is there any way to submit that app with out fail. Please replay . ...
4
votes
2answers
119 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 ...
11
votes
3answers
210 views

Apple to reject any apps that access UDIDs,don’t support Retina, iPhone 5 displays?

Got news from TNW, which states, "Starting May 1, the App Store will no longer accept new apps or app updates that access UDIDs. Please update your apps and servers to associate users with the Vendor ...
-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
57 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
175 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
2answers
99 views

tableView numberOfRowsInSection calls tableView viewForHeaderInSection on iOS4

I got a big app containing a lot of dependencies. For this case I implemented a class called RootTableViewController to handle all the stuff that has to be done everytime a table view controller is ...
0
votes
1answer
80 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
1answer
113 views

dyld: lazy symbol binding failed: Symbol not found:

When I try to run my project in iOS 4.3 Simulator, it throws me following exception: dyld: lazy symbol binding failed: Symbol not found: _CGPathCreateWithEllipseInRect Referenced from: ...
0
votes
0answers
112 views

MPMoviePlayerViewController iOS 4.3 can't stream m3u8 file

I'm performing HTTP Streaming using MPMoviePlayerViewController, the url is a playlist file ends with .m3u8 type. It works fine with iOS 5.0 and greater versions, but when I am trying to play in iOS ...
0
votes
1answer
30 views

How to change the Color of text in UITabBarItem in iOS 4

I know iOS 5 and later has methods to change the attributes for UITabBarItem but i don't know how to change the color of UITabBarItem title in iOS less than 5.0
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
174 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
58 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 ...
26
votes
2answers
14k views

Is ARC really supported in iOS 4? The iOS 4.2 SDK is missing ARC-related symbols at linking time

I've read and heard since ARC was first announced that it was a compile-time thing and would be backwards-compatible with iOS 4. I have successfully refactored my project to ARC using Xcode 4.2's ...
1
vote
2answers
685 views

Error recording to movie file with AVFoundation

This is a strange problem. I have not changed any code involving this in my project but my video recording has randomly stopped working. When I try to save to a movie to a file I get the following ...
44
votes
4answers
14k views

When to use enumerateObjectsUsingBlock vs. for

Besides the obvious differences: Use enumerateObjectsUsingBlock when you need both the index and the object Don't use enumerateObjectsUsingBlock when you need to modify local variables (I was wrong ...
4
votes
1answer
4k views

custom arabic font in ios

Dears, I 'm a novice in iphone programming. I am trying to make an iphone App that displays mainly Arabic language content. I want to use a custom arabic font for displaying that content, not the ...

1 2 3 4 5 89