Questions tagged as 'xcode'

3
answers

Display a list of items in horizontal Swift

I'm making an app that shows the weather information. I have the view divided into 3 sections: 1- A Uiview with information about today's weather 2- A UITableView with the following days of the time 3- A horizontal table with time by...
asked by 24.06.2016 / 10:37
1
answer

Error ios 8.4 simulator in xcode 7

I'm trying to download the simulator of iOS 8.4 in Xcode 7 and it returns this error:    Could not download and install ios 8.4. Authorization is required to install the packages. Before that, I entered my user password.   ...
asked by 30.10.2015 / 20:42
3
answers

Xcode does not recognize my device

I'm trying to compile my Xcode project on my iPad, but I'm getting an error that says my iPad can not be recognized, the device is updated to the latest version of IOS 9.2 . At first I got an error saying Xcode can not run the selected...
asked by 16.12.2015 / 05:42
2
answers

Slowness in the simulator with Xcode 8

Since I upgraded to Xcode 8, I am experiencing a lot of slowness in the simulator, specifically when entering text in a Text Field, it takes several seconds for the typed letters to appear. With version 7.3, it was perfect. Does anyone else pass...
asked by 25.09.2016 / 22:25
0
answers

Schedule in C, create TAD with Xcode

I have a question to make a TAD, (abstract type of data) in C, with the development environment Xcode (version 7.2.1 although I do not think it has much to do with the version). That is, for simple files: test.c (for example) I...
asked by 03.03.2016 / 02:18
1
answer

Project XCODE generated with Unity 5.3.4 is closed when I run it on an IPAD2

I have a project in XCODE generated with Unity 5.3.4. The problem is that when you run it on an iPad2 it closes instantly. When running it on my iphone 5 it works fine. Both devices have iOS 9.2. I enclose the log that reports to me on iPa...
asked by 25.04.2016 / 23:40
2
answers

How to make a hairline in Swift

Sketch a bit in Swift I find that I do not know which is the control to make the following type of model so far I have My question would be how to imitate the image above Add as you told me a view of 1 height but the view...
asked by 05.04.2018 / 14:24
1
answer

Swift Project 2 without StoryBoards

I would like to create a project in Swift 2 that does not work with storyBoards since in Objective-C I am used to working with XIBs . Some time ago I was testing with Swift 1.x and I remember that to assign the VC to rootViewC...
asked by 30.12.2015 / 15:12
2
answers

Refer to a Pointer type value in Swift with Parse

I have created in parse several classes and many of them related to each other by Pointers. An example is the following. I have 2 classes: subcategorias comercios In comercios I can have records of many trades, t...
asked by 24.01.2016 / 20:16
1
answer

Using objects as properties of another class Swift 3

I am new to Swift, I have a class that has properties that belong to other classes. class Pizza { var tamaño=Tamaño.self var masa=Masa.self var queso=Queso.self var ingredientes = [Ingrediente]() var aa:String = "" } The...
asked by 20.08.2017 / 01:01