Specific to Apple's iPhone and/or iPod touch, but inapplicable to iPad. For questions not dependent on hardware, use the "iOS" tag. Another tag to consider is "cocoa-touch" (but not "cocoa"). Please refrain from questions regarding the iTunes App Store or about iTunes Connect.

learn more… | top users | synonyms (6) | iphone jobs

8
votes
4answers
718 views

Performance hit from blending large quad

I have a game which runs pretty well (55-60fps) on a retina display. I want to add a fullscreen overlay that blends with the existing scene. However, even when using a small texture, the performance ...
0
votes
3answers
10 views

selecting all elements with a certain tag in xcode

I have 15 UIButtons with the same tag How would I go about selecting/accessing all of them? Ultimately, I want to change the properties of all of them on an event trigger, and I don't want to create ...
-2
votes
0answers
28 views

Navigation between viewcontroller

How can I pass object from firstViewController to secondViewController knowing that firstViewController is not my first view in the application? secondViewcontroller *s = [[secondViewcontroller ...
0
votes
1answer
10 views

How to override iOS System Vibration Settings?

I've just recently noticed that they're are two switches inside the Settings Application that say "Vibrate on Ring" and "Vibrate on Silent". If these switches are turned to OFF, I am not able to ...
0
votes
1answer
14 views

how to get the RGBA value of UIImage in the specific clicked point

I am developing an iPad application that has multiple UIImageViews in a viewcontoller. each image has some transparent parts. when the user click on the image I want to test if the area of the image ...
17
votes
16answers
22k views

Could not load nib in bundle on iPhone device

I'm trying to test an app I'm developing on my iPhone. To do that I changed the target from Simulator to Device on Xcode. The application is correctly uploaded to the device and it works, or better, ...
5
votes
3answers
5k views
0
votes
1answer
8 views

jQuery Mobile on PhoneGap - List Example Looks bad, components overlaps

just downloaded PhoneGap to try it. Made an XCode Project and it's working alright. Then, I wanted to try some jQuery Mobile on it, so added this to the default Hello World Page of Cordoba: I ...
1
vote
2answers
54 views

Could I use a 3GS as test phone for iOS6?

I'm learning to write app for iOS6. I have a Mac, but I am locked into an Android phone for another year and really don't want the monthly expense of an iPhone from a regular carrier. I can get a ...
0
votes
0answers
19 views

pass an object : multiple uiviewcontroller

this is the senario of my application : I have 3 viewcontrollers, viewcontroller1, viewcontroller2, viewcontroller3. in viewcontroller1, I have simply one button, on the click of this button I add the ...
0
votes
1answer
90 views

Does Google's GTMOAuth2Authentication client support granting offline access?

I'm trying to get a request token for Picasa to access albums and photos offline. I was able to request for it from the server side using these two params (access_type and approval_prompt) but i'm not ...
2
votes
2answers
48 views

UIToolbar refuses to move

I've been trying to move my UIToolbar on -(void)viewDidLoad but no matter what I use, it doesn't work. My example code is below: [toolBarView setBounds:CGRectMake(0, 50, 150, 150)]; [toolBarView ...
16
votes
13answers
16k views

Objective-C and Android

I've just finished a relatively large project for the Android, and it's left a bitter taste in my mouth with the knowledge that it will never run on one of the most ubiquitous handsets this side of ...
2
votes
1answer
280 views

Adding UIView to UIButton subview prevents touch events

I'm trying to add a view as a button's subview like this (btn1 is a UIButton); [self.btn1 addSubview:view1]; After adding it, the button wont give any touch related events, the button works fine ...
0
votes
0answers
8 views

Facebook Connect Plugin is doesn't work with Cordova 2.7.0

When i use Facebook connect Plugin for cordova2.5 doesn't working in Cordova 2.7 phonegap application Here is the below issues when i build application. Kindly help me to fix the below issues. ...
0
votes
1answer
85 views

Weird glitch in UITableView section header when reloading section above

Have a look at this video. I get this glitch when running this code: [NSFetchedResultsController deleteCacheWithName:@"Root"]; NSPredicate *predicate = [NSPredicate predicateWithFormat:@"following ...
0
votes
2answers
1k views

Unable to install app on my device - iOS

I have created a sencha sample app uisng the follwing command in the terminal Mac-mini-2:sencha-touch-2.0.0-commercial eit$ sencha app create mySenchaApp /path/to/www/mySenchaApp Then i build that ...
-1
votes
0answers
17 views

mapView:viewForAnnotation called after 2s delay

When my mapView is showing up, there is a 2s delay until mapView:viewForAnnotation: returns a pin on iPhone 3GS and in simulator too (iOS 5). But when i test this app in my iPhone 5 (iOS 6.1) there is ...
1
vote
2answers
36 views

Force landscape mode at the beginning of app, but allow later changes in orientation

I am planning to allow user to rotate the devices however during launch, i want the app start from landscape mode. May i know how can i do that? Here is my code now for the orientation - ...
-1
votes
0answers
19 views

optimum use of iphone/ipad memory by application using audio

I am creating an application for iphone/ipad in which I play an audio on clicking collection view cell. For that I am using a single audio but different chunks of this audio is played by clicking ...
0
votes
3answers
32 views

Am I Required to Have Some Form of a Navigation Controller to Navigate Views?

I am building an app with a tableView and a couple details pages. I started with the masterViewController template, but found that I wanted to customize my tableView layout, so I deleted the ...
0
votes
2answers
10 views

How do you disable error alerts in Sharekit?

The Facebook sharer for example displays really esoteric, non user friendly error alerts, is there an easy way to just hide them all? Or do I need to actually remove the alert code from the source?
0
votes
0answers
13 views

unit tests simultaneously iphone ipad

I'm developing an application for iPhone and iPad on xCode 4.6.2 and I am using TDD method. My question is how to make unit test simultaneously for iPad and iPhone ? Currently, I have to run my test ...
0
votes
0answers
11 views

Flot touch on iPhone displays white screen when 3+ data series are added - how to fix?

I'm running into a weird issue when working with flot-touch example on iPhone with retina display. Everything works fine for 1 or 2 data series, but when I add the 3rd, I get white screen with legend ...
10
votes
9answers
13k views

How to list out all the subviews in a uiviewcontroller in iOS?

I want to list out all the subviews in a uiviewcontroller. I tried self.view.subviews, but not of the subviews are listed out, for instance, the subviews in the uitableviewcell are not found. Any idea ...
0
votes
0answers
11 views

iPhone Programming — Table Populated with Type Object

I am trying to create a table that is filled is textfields and labels, but am having a tricky time populating it. Errors are being thrown as if the table will only accept strings into its cells. My ...
0
votes
2answers
216 views

NSValue to NSNumber conversion crash

I want to convert NSValue to NSNumber. What is wrong with this code? char value[4]; [myNSValue getValue:(void*)value]; NSNumber *number = [[NSNumber alloc] initWithBytes:(void*)value ...
3
votes
3answers
7k views

Navigating to another view controller without a navigation controller

As you guess am still a newbie, getting my head around iphone development. I am just trying out basic view loading on demand, which i cant get to work I have an app, with 2 view controllers, each ...
0
votes
1answer
4k views

NSMutableArray in AppDelegate addObject from IBAction

I've been trying to add a simple bookmarks facility to my app for my dissertation at uni. Im new to iPhone development so really I don't understand whats happening. What im trying to do is add an ...
0
votes
1answer
13 views

How to identify Core Data Managed Object Model — hash?

Is there a method to get a unique hash for a Core Data Managed Object Model, so that I can see if the core data store is up-to-date with a specific model? I am building a core data sync system, and I ...
71
votes
5answers
21k views

SplitView like Facebook app on iPhone

I want to create an iPhone app that uses a navigation scene similar to the one pictured in the link Please note I do not want this to only work for iPad, I want it to work for iPhone exactly as ...
0
votes
1answer
187 views

How to migrate existing iphone application to iphone 5 screen resolution as well?

I have my existing application, I want to migrate these application to iPhone 5 resolution as well, I tried lot of links regarding these problem, I haven't get clear idea about actually to migrate ...
5
votes
4answers
3k views

iOS: Bold and Italic on the same word

Background: I have been trying to display a sentence with Bold and Italic font as well as normal ones. Question: How can I display something like this "Hello, my name is Byte". Notice that Byte is ...
4
votes
0answers
123 views

Iphone ABUnknownPersonViewController using allowsAddingToAddressBook = YES issue

Let me explain what i want to do first. In native Iphone in the Recents tab if you click on a contact not found in any addressbook you have an option to "Add to Existing Contact" After clicking ...
12
votes
3answers
466 views

Large UICollectionViewCell stopped being displayed when scrolling

The same behavior of UICollectionView as described here has been led to this question. Even though I decided to post my own one, because I did further investigations, I didn't want to post in a ...
0
votes
0answers
34 views

Urban Airship and phonegap sample (cant register device token)

https://support.urbanairship.com/customer/portal/articles/66970-implementing-with-phonegap using the link above i download the sample of urban airship and phonegap.. Following the instruction here -> ...
16
votes
1answer
6k views

“Share Screen” iOS 6

Can I show this "Share Screen" in my own app using iOS 6? Somebody that now how?
0
votes
0answers
8 views

How can I fix multiple audio streams in an iPhone app from creating distortion?

I am using several instances of AVAudioPlayer to play overlapping sounds, and getting harsh distortion as a result. Here is my situation... I have an app with several piano keys. Upon touching a key, ...
0
votes
0answers
35 views

iPhone Programming--Changing Screen on Button Click

I am developing a simple iPhone application that has 3 layers of screens. The second layer has a problem connecting up to the third--you'll see code below, mostly pulled from a tutorial. The ...
0
votes
3answers
96 views

Replicating PhotoScroller entirely in code

I've been trying to replicate Apple's PhotoScroller sample app entirely in code but had no success so far. Even if I copy the PhotoViewController, ImageScrollView, and TileView classes over to a new ...
0
votes
1answer
19 views

NSJSONSerialization creating values of class NSCFConstantString?

I'm creating an NSDictionary from a valid JSON using NSJSONSerialization like this: id result = [NSJSONSerialization JSONObjectWithData:response ...
0
votes
1answer
36 views

Scrollview didn't scrolling after dismissViewControllerAnimated

I'm calling a view controller from my mainScreen with the following code: VisualizarFotoViewController *visualizarFoto = [self.storyboard instantiateViewControllerWithIdentifier:@"VisualizarFoto"]; ...
0
votes
3answers
1k views

CAGradientLayer not smooth enough?

I'm doing a CAGradientLayer for every background of my UIViews, but I have a small problem. The gradient doesn't seem that smooth enough. The transition between the colors are to present. You can see ...
0
votes
1answer
12 views

Copy A Texture to PixelBuffer (CVPixelBufferRef)

I am using an API which only gives me the integer id of the texture object, and I need to pass that texture's data to AVAssetWriter to create the video. I know how to create CVOpenGLESTexture object ...
0
votes
2answers
44 views

Customizing activityItems based on UIActivityViewController selection

I'm having trouble understanding how to customize the UIActivityViewController's activityItems based on the user's selection. Currently, I am sending an NSArray containing an ActivityProvider, ...
0
votes
1answer
282 views

How do you hide the camera controls within a UIImagePickerView in an iPhone app?

I have a UIImagePickerView in my iPhone app, and would like to hide the camera controls. How can I do this?
15
votes
5answers
13k views

Iphone SDk : Issue with ampersand in the URL string

how do we pass a string Mr.X & Mr.Y in the URL. I have tried this but this one does all the chars but ampersand. [urlString stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding] ...
0
votes
1answer
21 views

Open UIManagedDocument take too much time

Recently, I'm working with a timetable app in iOS, and i get trouble with Core Data. My app has a main user interface kind of like the original calendar app created by Apple, and i save all my events ...
8
votes
4answers
2k views

How to check if an app is installed from a web-page on an iPhone?

I want to create a web-page, a page that will redirect an iPhone to the app-store if the iPhone does not have the application installed, but if the iPhone has the app installed I want it to open the ...
136
votes
22answers
69k views

Placeholder in UITextView

I'm making an application which uses an UITextView. Now I want the UITextView to have a placeholder similar to the one you can set for an UITextField. Does anyone know how to do this?

1 2 3 4 5 3475