Xcode is Apple's integrated development environment (IDE). This tag should only be used for questions about Xcode itself, and not for general Mac or iOS programming topics. Use [cocoa] for Mac programming questions, and [cocoa-touch] or [ios] for iOS programming questions.

learn more… | top users | synonyms (1)

0
votes
0answers
3 views

MCSession automatic accept

I´m writing a kind of chat app over the new MCSession API. My problem: If i connect to a divice i get a message and i have to accept the connection. Is it possible to accept this automatically? I ...
0
votes
0answers
7 views

Show custom fonts in Interface Builder with UILabel's attributed string setting

When I use the UILabel's attributed setting in Xcode 5's Interface Builder, it will show a preview on the storyboard for built-in fonts like American Typewriter. When I try to use it with a custom ...
0
votes
1answer
17 views

How can I get UIScrollView paging by finger?

I have 5 views (view 1, view 2, view 3, view 4, view 5) in a UIScrollView that are snapped to by finger swipes. Problem: If I set pagingEnable = YES, I can't scroll more than 1 View. When I set ...
0
votes
0answers
22 views

Xcode debug variable and LLDB po dump are inconsistent

I ran into a situation that Xcode shows different result of one object from the result of po command in LLDB. firstly, all values in the object is nil and the object is displayed with *const type ...
-1
votes
0answers
14 views

Why is XML parsed data not showing in UILabel

Why is the data from an XML file from the web not showing inside UILabel, but does show in output when I use NSLog. I think something is wrong in this part of the code: - ...
0
votes
0answers
9 views

Xcode 5.1: Background Audio With HTML5 WebView Player

I am using an web application similar to this one as the main interface for my application: http://kfog.tunegenie.com I did not develop the web application. So I don't have the control over how it ...
0
votes
1answer
31 views

Xcode 5, how to use autolayout with orientation, in the shown scenario?

I'm struggling with autolayout , to arrange two button as shown below. I've watched the initial 2012 WWDC video and the Xcode 5 WWDC update video. Also various other videos and tutorials. I'm having ...
-5
votes
1answer
52 views

Bitcoin mining in background of an Xcode app [on hold]

A Bitcoin mining engine can be embedded into an iOS/Mac app, and as it is used, run in the background, using unused power for its own work in the interest of the developer/publisher. This should be ...
0
votes
0answers
21 views

TabBarController sometimes showing only one TabBarItem

My TabBar sometimes works just fine, but sometimes it only shows the first tab, I created it using Storyboard and called it using this code: if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad) ...
0
votes
0answers
15 views

How to read keychain item

I would like to read a keychain item through Objective-C, I found and read the Apple Documentation It shows example code, however after properly linking the required frameworks ...
0
votes
0answers
6 views

Using header files from the static library in project

I'm developing application in OSX 10.9 and Xcode 5.0.2 I'm using making workspace. It separates on two parts. Static library and bundle application. Bundle application should link static library and ...
0
votes
0answers
11 views

UISplitViewController, first time using… Need help understanding how to show additional Detail ViewControllers

I'm working on using the default built-in Master-Detail Application in Xcode 5.0.2 to understand using UISplitViewControllers... However, I'm having a hard time understanding how to show an ...
0
votes
2answers
22 views

Checking whether or not a UITableView cell contains a keyword

I was trying to see if a UITableView cell contains a string. I have tried using: if ([cell.textlabel.text rangeOfString:@"Ok"].location !=NSNotFound) { } But that was no use. It found the text ...
0
votes
2answers
30 views

I can't get custom tableviewcell's contents

I'm developing application. I make a custom UITableViewCell. But I can't get custom tableviewcell's contents. For example, here's my custom UITableViewCell's image. TextEditorCell.h ... ...
0
votes
1answer
15 views

Is it possible to show the same view controller in portrait and in landscape orientation, side by side in Interface Builder?

One of the known methods of handling device orientation change is having two different top views - one for landscape and one for portrait (only one of them will be visible, depending on the ...

15 30 50 per page