Questions tagged as 'xcode'

1
answer

Swift does not arrow text in UITextFiled after updated to swift 3

I updated XCode to Swift 3 last week and it converted all my code to the Swift 3 version. After this I'm trying to set the text inside a UITextField and it does not work. I have already re-done all the UI connections...
asked by 04.11.2016 / 18:40
1
answer

Changing Simulated Metrics in Xcode 8

With the change of Simulated Metrics which of the following options to use?     
asked by 11.10.2016 / 18:11
2
answers

Swift: Fixed header in a TableViewController

My problem is this: my application has a screen that uses the UITableViewController layout. I created a header (View) for this screen, however, the header does not stay fixed at the top of the screen. That is, when I drag the screen up / down, t...
asked by 08.09.2016 / 17:35
1
answer

How to add image to LaunchScreen.storyboard

It's been a while since I've been trying to add an image to the LaunchScreen.storyboard of an iOS app I'm developing. Text I can add and view while loading the app, but I can not see an image that I added through the "image view" component. I...
asked by 15.09.2016 / 19:37
2
answers

Problems with prepareForSegue method passing data

I'm having a problem guys, I'm new to swift, and I have a method that takes a result from a JSON and I wanted to store it in a local variable and then pass that variable to a viewcontroller next, but the variable when step in the prepareForStack...
asked by 06.08.2016 / 17:47
1
answer

Import Function from a Pod - CoCoaPods Swift

I'm now starting with Swift (Xcode 7), I installed cocoapods, but wanted to know how to import the functions that exist in the pod to a new project.     
asked by 09.06.2016 / 21:15
1
answer

Image gallery lib

I'm looking for a lib image gallery in the image style below with page control . I tried to create one using page view and insert it into the screen part with a container , but it did not go well. I tried to use lib...
asked by 15.04.2016 / 02:44
0
answers

Error publishing application on Apple - xCode

I am trying to publish an application in apple developed with Cordova, when I try to send the application using xCode 7, this error appears here: I've gone Google in a solution, but I was not successful, I found several tips but everyth...
asked by 13.03.2016 / 18:33
0
answers

Xcode - App installation failed: An unknown error has occurred

I upgraded Xcode to version 7.2 (7C68). After the upgrade I can no longer install the project under development for testing on my iPad. This message appears:    App installation failed: An unknown error has occurred I've tried to gi...
asked by 18.02.2016 / 14:56
0
answers

Remove cocoapod plugin from xcode

I installed the Alamofire plugin to run some tests. Now I would like to remove it to continue my project. I already removed it from the Podfile file and executed the command:    pod install I opened the project again through the worksp...
asked by 15.02.2016 / 14:50