iphone-5 Questions

6

I'm trying to replicate a layout that I currently have in an Android application, but I don't know how to go about it in iOS especially because of the tallness of the iPhone 5. I know how to expla...
Erect asked 11/8, 2013 at 18:1

2

I have implemented push notification in my iPhone app and for device registration i used following code in the app. [[[UIDevice currentDevice] identifierForVendor] UUIDString]; Above code works ...

2

Solved

Right now when a user presses a button I play a custom camera shutter sound. However, if possible, I would much rather just use the camera shutter sound that plays by default whenever you take a ...
Rotherham asked 3/4, 2014 at 22:13

9

Solved

For example, is it "iPhone5,1" or "iPhone5,2" for iPhone 5? And what's the difference? If anyone has the iPhone 5, please help by running the following code and showing your result. Thank you. R...
Scavenger asked 20/9, 2012 at 2:38

5

Solved

How Do I set the rootViewController of UINavigationController by a method other than initWithRootViewController? I want use initWithNavigationBarClass:toolbarClass: to deliver a custom toolbar for...
Linguiform asked 25/4, 2013 at 12:40

3

I have an requirement that to handle headphone play/pause button events in foreground. How ever I am able to handle the same scenario in background using the below code if ([[UIApplication sharedA...
Heterochromosome asked 15/3, 2013 at 4:10

6

Solved

I have a button set up in IB. I have an IBOutlet set up and the onscreen object linked to it. Is there a way to programmatically change that buttons position and/or size? I know you can change the ...
Antheridium asked 6/5, 2013 at 19:16

5

Solved

We have an iPod app built with base SDK as 5.1. App has a tabBarController with three tabs and each tab has a UIViewController to load a different view. The app works fine for iOS 6.1 and iOS 7 (3...
Petrick asked 20/9, 2013 at 9:20

5

Solved

Steps to reproduce: Create a new project using Xcode6 (single view template, iPhone only, Objective-C) Navigate to project settings and change the deployment target from 8.0 to 7.1 Run the applic...
Scrapple asked 12/9, 2014 at 22:6

3

Solved

I want to send data from iPhone to a bluetooth device which get discovered and connects. I am referring this tutorial to connect. I am not able to send data to external bluetooth device which is c...
Pyxis asked 26/9, 2013 at 6:21

8

Solved

Is there any way I can design my classes for both iPhone4 and iPhone5 using the same xib?
Gooch asked 3/10, 2012 at 5:48

4

Solved

I'm building a Sencha Touch app and wrapping it in PhoneGap (build) for native use. My most recent build, when ran on an iPhone 5, has black, horizontal bars on the top and bottom of the screen. ...
Holism asked 3/4, 2014 at 2:42

30

Solved

The new iPhone 5 display has a new aspect ratio and a new resolution (640 x 1136 pixels). What is required to develop new or transition already existing applications to the new screen size? What ...
Rebarbative asked 12/9, 2012 at 19:44

2

Solved

When iPhone 5 first came out we had to go through the silliness of adding a [email protected] to the project to get the app to use the full height of the iPhone 5. In late 2014 are we still do...
Besought asked 11/9, 2014 at 20:21

5

I created a single view test app and tried running it on my iPhone 5 with iOS 7 installed. It looks like the screen is set to the iPhone 4 size and black bars appear above and below the view contro...
Laurynlausanne asked 28/9, 2014 at 12:23

2

Solved

I just upgraded my macbook OS to Yosemite and updated XCode from 6.0 to 6.1 and now when I build my project and try to run for iPhone 5s with iOS7.0 simulator , it gives me an error saying "iPhone ...
Coincidence asked 21/10, 2014 at 13:41

2

Solved

is it not enough to supply just 3x resolution image (e.g for a view or button) in Xcode so that it looks good on iPhone 5,6,and 6plus devices ( i.e leaving 1x and 2x in an image set blank ) My re...
Czernowitz asked 10/11, 2014 at 11:53

5

I am facing weird problem on iPhone 5 with iOS 7, i have tested same code with other devices like iPad1, 2, 3 and iPhone 4, 4s etc. with different iOS combination including iOS 7. Problem : When...
Divulgate asked 13/11, 2013 at 9:11

4

Solved

I have the latest version of Xcode. In one of my projects I noticed that the views for the iPhone were the new iPhone 5 screen sizes. I like it but is there a way to switch back to the smaller scre...
Cyndycynera asked 25/9, 2012 at 13:50

11

Solved

The iPhone 5 has a longer screen and it's not catching my website's mobile view. What are the new responsive design queries for the iPhone 5 and can I combine with existing iPhone queries? My curr...
Julienne asked 22/9, 2012 at 0:27

2

I am using idoubs open source in one of my projects for VoIP functionality. Things are working fine in armv6 and armv7 architecture. Now i am updating my project to support iphone 5. I could not co...
Transcendent asked 31/10, 2012 at 11:24

4

Solved

Now that Apple is about to start shipping iPhone 5's, I'm looking into extending my applications so they appear full screen on the iPhone 5. I ran my apps on the simulator, and even the ones with a...
Archicarp asked 20/9, 2012 at 18:42

5

Solved

For some reason, the UITableView cuts off when on an iPhone 5. Instead of seeing the table view on the entire screen, I just see a blue background. Basically, it's behaving like I'm using a 3.5" in...
Seacock asked 2/12, 2012 at 7:36

2

I want to change navigation title's font and color..so, for that i've done this below code..but its not working... if (SYSTEM_VERSION_GREATER_THAN_OR_EQUAL_TO(@"7")) { NSDictionary *navbarTitle...
Moir asked 15/5, 2014 at 6:24

17

So I have a brand new app I created last night for iOS6, using XCode 4.5. I can properly develop on my iPhone 4 with iOS6. Today I got my new iPhone 5 with iOS6 and, after updating the certificate...
Nowhither asked 22/9, 2012 at 3:52

© 2022 - 2024 — McMap. All rights reserved.