1
vote
0answers
23 views

Recording with AVCaptureSession in iPhone 5 screen display

In my application for recording I am using AVCaptureSession with sessionPreset is AVCaptureSessionPresetMedium. I have set contentsGravity is kCAGravityResizeAspectFill I have set my recording ...
0
votes
2answers
23 views

-[NSThread _nq:]: message sent to deallocated instance 0x1fdf5040 (lldb)

-[NSThread _nq:]: message sent to deallocated instance 0x1fdf5040 (lldb) This is one crash i am getting while my app enter in back ground. In iphone 4 it was working. it happening in iphone 5. ...
0
votes
4answers
34 views

Can i test accelerometer effect in Xcode simulator?

i am creating a app that manage the alpha property of image views. alpha property increase/decrease as the user moves the phone.I saw something on here about using a subclass of UIAccelerometer. Can ...
8
votes
5answers
277 views

App reject : Google Analytics ios sdk 2.0

I am using latest Google analytic iOS SDK 2.0 in my Project and app get rejection in few minute saying invalid binary. I received a email from apple review team that "Apps are not permitted to access ...
0
votes
3answers
99 views

Load two different screens for iphone 4s and iphone 5

i am developing an application which would work on iphone 4s and iphone 5,the main theme here is designing screens for both iphone 4s and iphone 5,In my previos application i have used two different ...
0
votes
1answer
59 views

iPhone 5 dimensions suddenly supported?

I have no idea if it was something I did, or some update. But I've been programming an app that used the dimensions of pre-iPhone 5 devices, and the other day I noticed that my app started utilizing ...
1
vote
5answers
75 views

How to set frame size for iphone 5

I am setting my iphone app screen frames to support iphone 5 , i have set the auto resizing mask and also i tried by setting the frame programmatically using the following code in loadview ...
0
votes
7answers
85 views

is iPhone 5 always Returns False [closed]

I am using the following code (in AppDelegate) to detect if the device is iPhone 5 bool isiPhone5 = CGSizeEqualToSize([[UIScreen mainScreen] preferredMode].size,CGSizeMake(640, 1136)); it returns ...
0
votes
1answer
30 views

Is There any Way To Change Main Headings of Appboy SDK News page from “News and Alerts” To Something else?

I'm currently using appboy SDK in my app.In that we can show News and Alerts Page with the method "displayNews".In this page it is shows a heading with a name "News and Alerts".But i want replace this ...
8
votes
6answers
301 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 ...
-1
votes
1answer
33 views

LazyLoad Plugin by Mika Tuupola not working on Iphone 5/4s but works on ipad 3 using iOS 6.1

I'm having an issue with lazyload on the iphone 5 and 4s. For some reason, when I scroll down the page, it loads two images in the viewport, when there are 9 in the viewport, then i scroll down, only ...
0
votes
0answers
48 views

UIWebview click on href & get title

The thing i want to implement is suppose i open eMail in WebView & i click on attachment in that which is href tag i need a title of that href. Can anyone suggest me how to get this ? Thanks.
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
0answers
58 views

AVPlayer Slow Forward while playing video

I am using AVPlayerfor play video on iPhone Device now in that to implement the Slow Forward feature i have used following code: if (buttonIndexFFD<10) { buttonIndexFFD++; [self.player ...
1
vote
2answers
85 views

AVPlayer volume control while playing Video

I am working on custom video Player using AVPlayer class now in that i want to implement volume control using with UISlidercontrol. I have done this: NSMutableArray *allAudioParams = ...
1
vote
2answers
76 views

Video Buffering implementation

i have implemented Custom Video Player feature in my Application that will used to play online videos now i want to implement video buffering feature i am searching for it but not getting proper ...
1
vote
1answer
39 views

Best way to implement Drawing feature on Video?

I need to implement when user pause video at that time drawing feature will be enabled. i found one way for doing that is to add a layer & implement the drawing feature in it. Can anyone show what ...
-3
votes
1answer
39 views

in auto complete function how to fetch the data in table view [closed]

- (BOOL)textField:(UITextField *)textField shouldChangeCharactersInRange:(NSRange)range replacementString:(NSString *)string { if (searchView.startTextField==textField) { ...
1
vote
2answers
93 views

'Error while creating add statement' no such table

I am using SQLite Database for storing some information like image name, date i am getting exception while i am trying to insert the data & it crashes the Application. I have already cheked it by ...
0
votes
1answer
37 views

in MKMapkit how to get the current location detail in textfield or tableview

RootViewController *objYourViewController = [[RootViewController alloc] initWithNibName:@"RootViewController" bundle:nil]; CATransition* transition = [CATransition animation]; transition.duration = ...
0
votes
2answers
83 views

Updating App which was removed from sale [closed]

I have a confusion about my Application which is removed from sale by my self by Deselecting All countries from Rights & Pricing section. The reason why i have to do this is because i want to ...
-7
votes
2answers
91 views

Not detecting iPhone 5 4" simulator [closed]

I use : if([[UIScreen mainScreen ] bounds].size.height >= 568.0f) //iphone 5 else //older iPhones to detect iPhone 5 screen on simulator. But it's not detecting.
0
votes
2answers
132 views

How to make app compatiable for iphone 4S and 5?

I am new to UI design, however a client wants an app ready for both iPhone 4s & 5. I understand the iPhone 5 will create two bars if the image is not long enough. Many people said coding it at ...
0
votes
1answer
45 views

Getting error for deployment target

Getting the following error. I have changed the deployment target to 4.3 from 5.0 gives this error. How to solve it with deployment target 4.3? clang: error: invalid deployment target for ...
1
vote
0answers
62 views

German Special Characters Problems

In the MySQl database, we have description that have special characters like "ä ö ü ß", i want to show this characters in the iPhone, But we are some binary or others form of these characters.Please ...
0
votes
2answers
484 views

From May 1 - iPhone 5 support - then what is the minimum iOS version appstore supports?

Apple posted in its developer news - "starting May 1, new apps and app updates submitted to the App Store must be buit for iOS devices with Retina display and iPhone apps must also support the 4-inch ...
-1
votes
3answers
83 views

Query for all smartphones in portrait orientation

What im trying to achieve is a media query that will work only on all smartphone on portrait orentation I was using so far this one, but it isnt working in iPhone 5. Why is this? @media only screen ...
2
votes
1answer
150 views

iPhone 5 app won't launch with full resolution despite Default-568h@2x.png

I have done this: How to develop or migrate apps for iPhone 5 screen resolution? i.e. added the Default-568h@2x.png file. My app still launches with the black bars top and bottom. It launches with ...
1
vote
2answers
202 views

Buttons are not working on bottom of iPhone5

In my iPhone app,I have used an overlay on the camera. I have 3 buttons on bottom-capture,flash,cancel All working fine on iPhone 3.5" devices.I have changed the Y position for all according to iPhone ...
0
votes
0answers
61 views

Button doesn't work on iPhone 5, works on iPhone 4S [duplicate]

I have a very strange issue. I have no device specific code. I'm not even using autolayout since I'm targeting back to iOS 4.3. So I tested on my iPhone 4S, and everything was fine. Sent it out for ...
0
votes
1answer
83 views

imageWithContentsOfFile does not work with iPhone 5

I am making an application for iPhone 4 and iPhone 5 compatibility. For setting the image I am using the code: [UIColor colorWithPatternImage: [UIImage imageWithContentsOfFile:[[NSBundle mainBundle] ...
0
votes
0answers
82 views

One screen is missing from app in iPhone 5

recently I uploaded an app to app store after checking all issues in simulator, all were working well. When I downloaded the app in iphone 5 one of the screen is missing and instead of that a black ...
2
votes
0answers
163 views

Any open source games (or apps) for iPhone 5? [closed]

I'm making slight modifications to an open source iOS game for the purpose of running a demo on my iPhone 5, however, the problem is the game is pretty old and not optimized for new iPhone models - ...
0
votes
3answers
89 views

iPhone app retina and nonretina

I have developed both ipad and iPhone app in xcode 4.5 and did it by checking the device : if(UI_USER_INTERFACE_IDIOM()==UIUserInterfaceIdiomPad) { //code for ipad.Adjusting sizes for all the ...
-2
votes
4answers
133 views

How do I make an app designed for iPhone 5 work on earlier devices? [closed]

I have created an app for iPhone 5 and it is running well. When the app is run on an iPhone 4 or earlier device, the layout is wrong. Textfields and labels are not in the right position. My client ...
2
votes
4answers
248 views

How to convert existing height of UIView for iphone 5

Hi I have developed app for iPhone4 now I want to convert the app into iPhone5, I have a UIView named settingsView it is popped up by click of a UIButton. I wanted to know how to adjust the height of ...
0
votes
1answer
376 views

Convert iphone 4 app into iphone 5

We have update our application to support both iPhone 4 and iPhone 5 screen size. It is working fine in both simulators but when we install it on iPhone 5 device then it behaves like iphone 4 ...
0
votes
1answer
267 views

Problems when trying to support 3.5 and 4 inch screen of iPhone

I started the development of a new app on the iPhone 5 and now I also have to add support for 3.5 inch screens. As you know, there is more space for content on a 4 screen than on a 3.5 screen. When I ...
0
votes
0answers
64 views

View frame changed in the iPhone 3.5" simulator from iPhone 4-inch screen xib

I made a viewcontroller XIB as 4" retina screen and put a custom view at the bottom. And I run the app on the iPhone4 3.5" simulator. My app should be supported on most of iPhone versions, so I set ...
0
votes
0answers
246 views

iPhone 5 Retina: Custom Email Templates Scrolling Horizontally (Display Bug)

I'm hand coding several email templates. They look great on iPhone 4/4S and desktop, but for some reason there is a horizontal scrolling that occurs on the iPhone 5 Retina. I'd like to avoid any ...
1
vote
2answers
130 views

How to get iPhone mute setting programmatically ?

My app wants to know the current mute setting of iPhone. Is there a way to achieve this? I see some solutions in google, but they don't work on my iPhone5. Any example codes or open source solutions?
0
votes
2answers
293 views

iPhone 5 vs iPhone 4 Screen sizing

I have been developing a cocos2d app for the iPhone. I have been testing it solely on my iPhone 5. Everything looks great on it, but when I test it on the 3.5 inch simulator iPhone, some buttons go ...
0
votes
1answer
181 views

Black lines on iPhone5 with old apps

I got an old app, wich is compatible with 3.5 inch displays, like on iPhone4S and older. This is app's screen: When i tried run this app on iPhone5 simulator it looks really bad! Apple promis that ...
1
vote
1answer
269 views

QR code scanning issue zxing iOS 6.0.2

i am working on an application where we need to scan QR codes for iPhone. I am using zxing API for it. App is working great with iOS 6.0.1 but it's not working right with the latest release of iOS ...
1
vote
3answers
516 views

jQuery-animation on touchend after scrolling on iPhone5

I have a pretty strange problem with the jQuery animate() function on an iphone 5. The scenario: I attach an event handler to the touchend event on an element, starting an animation. Usually this ...
2
votes
2answers
349 views

adjust table view size in iphone 5

I have created an universal app and i run it in iphone 5 simulator i.e. iphone retina 4. All is working fine but a table view size is not appropriate.Actually, i have that table view completely above ...
0
votes
2answers
45 views

Anything to be aware of that causes instability when running on iPhone 5? [closed]

I'm not sure if this is going to be a useful question/thread, as I dont have any concrete examples or snippets to provide. All I know is that I have been testing my app via simulator (the Retina 4") ...
0
votes
3answers
201 views

how many nib file I need to support iPhone 3G, iPhone 5 and iPad?

If I want to support and design with old iOS and iPhone, how many nib I may need? Will it be 3 nib, one for older iPhones, one for iPhone 5 and one for iPad? Surely I do not want the black border ...
0
votes
1answer
272 views

Interstitial Ad for DFP not showing Fullscreen in ADMob iPhone 5

I am implementing the interstitial ad using Google's AdMob SDK. The Ad shows fine on iPhone 4S and lower. However on iPhone 5, the ad leaves a blank space at the bottom since its not resized properly. ...
1
vote
1answer
158 views

Launch screen via custom url for iPhone 5

According to the Apple docs, I can use different launch images when my app is launched via a custom url scheme. I have been able to implement this for the 3.5" standard and retina images. I am ...

1 2 3 4