The 2010-2011 version of the iPhone/iPad/iPod Touch/Apple TV operating system family, made by Apple.
0
votes
1answer
24 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 ...
-4
votes
0answers
63 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
19 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
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
1answer
50 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
10 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 ...
-3
votes
0answers
9 views
How to make mobile.config as a verified in mobile ios web app? [closed]
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
29 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
142 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
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
88 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
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 ...
3
votes
1answer
53 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
132 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
68 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
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 ...
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
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 ...
8
votes
6answers
296 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
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
6answers
102 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
77 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
124 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
214 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
58 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
182 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
102 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
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
1answer
115 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
113 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
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
120 views
How to move the sprite with the movement of background?
I am working on a tilemap based game in cocos2d in which the player moves in four directions and I have used four images for the movement of player for example left,right,top and down. My problem is ...
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 ...







