Questions tagged [ios3.0]

For issues relating to using iOS, version 3.0.

iOS is an operating system for mobile devices developed by Apple Inc that they currently use in their iPhone, iPod touch and iPad devices. It is optimized for portable (including handheld) hardware with touch interfaces.

See for further information.

38 questions
0
votes
1 answer

CGAffineTransformTranslate not working in iOS 3.1.3

I'm trying to move a UIAlertView from it's default position in the center of the screen, up to the top. I'm using the code below and it works on iOS 4, but it doesnt move on 3. Anyone has any idea? UIAlertView *newSubscriptionAlertView =…
Olsi
  • 929
  • 2
  • 12
  • 26
0
votes
2 answers

How can I use local push notifications in iOS 3.0?

I want to use local push notification in iOS 3.0. Is there a way to do this?
Ali
  • 10,774
  • 10
  • 56
  • 83
0
votes
2 answers

in switch case i want to print nslog as per my requirement?

- (IBAction)calciAction:(id)sender { weightBMI=(([_weightinpounds.text floatValue]) * 4.88)/((([_feet.text floatValue])+ ([_inch.text floatValue]/12)) *(([_feet.text floatValue])+ ([_inch.text floatValue]/12))); NSNumberFormatter…
subbu
  • 31
  • 3
0
votes
1 answer

Update Xcode project to iOS 4.1

I started a project under iOS 3.1 and I stopped developing for a while. Now I installed the new SDK with iOS 4.1. If I wanna build now, there is a error message which says "There is no SDK with the name or path 'iphoneos3.1', which actually make…
gabac
  • 2,062
  • 6
  • 21
  • 30
0
votes
1 answer

HTML5 video tag on iPhone OS 3 is appearing outside a layer that has overflow: hidden;

I have an HTML5 video tag in a layer that has 'overflow: hidden;' set on it, but the video shows up outside the overflow area. It's essentially an accordion control, so the layer the video is in will be closed by default, and then when activated it…
8three
  • 369
  • 1
  • 3
  • 3
0
votes
1 answer

iphone OS lower than 4 ==> Testing iAd?

I implemented iad to my app (sdk 4), i set the target to be able to run OS 3 and higher now i need to test and make sure that devices with OS 4 lower won't crash because of iAd. Is there a way to go back to iphone OS 3.2 to test this. Where can i…
aryaxt
  • 76,198
  • 92
  • 293
  • 442
0
votes
2 answers

[self.window addSubview:[_viewController view]]; moving the view up in lower version of iphone

I am working on a universal application.I am using self.window.rootViewController = self.SecondViewController to load viewcontroller class in the AppDelegate method. This line of code is working fine for ios versions 4 and later but when i run it…
sujay
  • 1,845
  • 9
  • 34
  • 55
-5
votes
2 answers

Codesigning error when updating from iOS 3 to iOS 8

I am trying to update iOS 3 application to iOS 8. All functionality in my application are work fine on simulator but when i try to deploy my application on my iPad which has iOS 5, facing some error. I fixed all setting like deployment target to iOS…
1 2
3