Xcode is Apple's integrated development environment (IDE). This tag should only be used for questions about Apple's development tools, not general Mac or iOS programming topics. (Ask yourself if your question would be unchanged if you were using vi and make. If so, it's not an Xcode question.)

learn more… | top users | synonyms (1)

0
votes
0answers
10 views

ios: prevent scroll view zoom out of bound

in my iphone app if I split the screen to two parts, the top is a scroll view and the bottom is something else, the question is, when the user zoom in the scroll view, how do I prevent it zoom out of ...
0
votes
1answer
15 views

How do I make two different designs XIB vertical and horizontal

Hi everyone I have a question with I work with .xib, add buttons and other interface. Faced with such a problem. While device in the upright position, all excellent, but as soon as I turn it all ...
0
votes
0answers
7 views

Undefined symbols for architecture armv7 for _NTP_Logging

First of all there is a lot of question Asked how to solve that compilation Error that seems happening when importing lib/files. Can anyone explain what does it mean by "Undefined symbols for ...
0
votes
1answer
15 views

Store locator API for iOS

I was browsing through some applications for the iPhone with a store locator in them allowing users to find stores based on a zip code or current location. I was wondering if there is any way to find ...
0
votes
0answers
13 views

Simulate run on older OS X version

How can simulate a run on a older OS X version ? Right now my app works on 10.7 and 10.8 but I want to make it compatible with 10.6. Since I'm using some new apis I'm still compiling with the 10.8 ...
0
votes
2answers
27 views

How to retrive accidentally deleted app target from Xcode?

I was developing a big app and in the final release I accidentally deleted my app target and all the code is gone now. Do anyone knows how to retrieve it?
0
votes
0answers
18 views

Xcode, no provisioning profile was found for this executable

So I've had this problem before, but I never know the right away to approach it. I created a new provisoning profile through the Xcode organizer and tried to use that to run on the device. It did ...
0
votes
1answer
18 views

Custom button bar with custom back navigation button

Reusable button bars? gets me part of the way here, but now I'm having trouble with the "back button" requirements. I need a layout solution that: will work on iOS 5.0 and 6.0 has a custom view at ...
0
votes
1answer
9 views

How to remove MPAVController console logs from Xcode

Since I last updated XCode I'm getting a lot of MPAVController logs when I play video, like this: [MPAVController] Autoplay: Likely to keep up or full buffer: 0 [MPAVController] Autoplay: Skipping ...
0
votes
1answer
17 views

How do I make a UITextView Wrap to accommodate text within it?

I have several UITextViews that contain numbers between one and three digits. I'd like these views to expand and shrink as the number becomes larger or smaller. At the moment the text is shrinking and ...
0
votes
1answer
12 views

Change Button and Label position during execution

I'm bit surprised, because I'd like to change a label and a textfield in dynamic during my App execution. I mean based on an image size, I need to change label and textfield position. But, it doesn't ...
0
votes
1answer
10 views

How call a method when a UICollectionViewCell is pressed?

I'm trying to call another UIViewController when a UICollectionViewCell is pressed, but I just can't. Which one of the following method i should use? -(void)collectionView:(UICollectionView ...
1
vote
1answer
22 views

IBAction won't drag to UISearchBar

So I've defined an IBAction in my header, implemented it in my main and I can see it in IB - however, when I drag over the UISearchBar, it doesn't connect. Here's my header code: #import ...
1
vote
3answers
23 views

how define programmaticaly if app is run on iphone 5

I work on image scaling. How to find out if app is run on iphone 5? Need to know if screen height is 960 or 1136..
0
votes
2answers
19 views

Default CellAccessory

How can I set first row of tableview checkmarked when the app started? I mean when I start app now, there are few rows in tableview and when I click on some of them its accessory change to checkmark. ...

1 2 3 4 5 2778
15 30 50 per page