Questions tagged as 'xcode'

2
answers

NSInvalidArgumentException

Good morning! I have an app that was developed for me, I have no knowledge in swift, cocoa and others. When trying to run the app I get the following error: 2018-05-28 10:22:09.264671-0500 GP[1557:49855] *** Terminating app due to uncaught...
asked by 28.05.2018 / 17:47
0
answers

How to change the ID Signing Certificate prefix of my iOS project

Currently I have several certificates of several development accounts in my workplace. I have a project that in the development and production mode has an ID prefix (Example: ABCDEFGHIJ) and I need to change it to another development team prefix...
asked by 25.05.2018 / 10:44
0
answers

Animations made with the Xcode editor in Spritekit begin paused

All the animations made with the Xcode editor in .sks files start paused in my projects, but I see that in examples of books and tutorials the same thing does not happen and the animations are executed as soon as the application is started. P...
asked by 23.05.2018 / 11:35
0
answers

Sub View of Header Section ITUable Swift

First of all I would like a result like the following, and without using several tables So far I have the following behavior Table code: @IBOutlet weak var menuTableView: UITableView! let sectionTitles = [NSLocaliz...
asked by 16.05.2018 / 16:24
0
answers

Footer x section Fixed Swift

Currently my UITableView has x sections each with a footer, the problem is that it is stuck and my idea is to behave as one more cell, I already try to put the Grouped stylo on my table, but this one distorts my whole table, so I see it as un...
asked by 17.05.2018 / 17:11
1
answer

How do I save a file in the data folder of another application?

I am developing an application which I want to save a file ' xxname ' to the data folder of another application, the file is saved in the data folder of my application but how I move it from that folder. Example: From: var/mobile/co...
asked by 12.05.2018 / 23:15
0
answers

CosmeticMind TextField Position

I have the following textfield self.txtIdentificationCard = TextField() self.txtIdentificationCard.placeholder = "Email" self.txtIdentificationCard.detail = "Error, incorrect email" self.txtIdentificationCard.isClearI...
asked by 09.05.2018 / 21:04
0
answers

UITextField Swift Show error

I have the following UITextField @IBOutlet weak var txtIdentificationCard: UITextField! What I would like is to be able to show an error when validating the fields, not only mark and change color but also be able to put a text below...
asked by 09.05.2018 / 22:40
1
answer

CollectionView control

I am developing a game for iPhone with Swift 4 . My problem is this: I have a% co_of% of 10 columns and enough rows, more than 70, so in the iPhone screen only 12 rows of the more than 70 are displayed) We put ourselves in situation:...
asked by 10.05.2018 / 10:57
0
answers

Link dynamic library XCode

I'm using the Steamworks SDK , I've imported the cebeceras but when I run the program I get this error:    dyld: Library not loaded: @ loader_path / libsdkencryptedappticket.dylib       Referenced from: / Users / xxxxxx / Library / Develop...
asked by 02.05.2018 / 07:00