Questions tagged as 'xcode'

1
answer

Help error with the pods when running the xcode simulator on MAC

When I run my application in xcode, I get the following error: dyld: Library not loaded: @rpath/Toast_Swift.framework/Toast_Swift Referenced from: /Users/alberto/Library/Developer/CoreSimulator/Devices/40EB2EEE-A6DC-4E26-BDDF-D7AE7A5A6BEE/da...
asked by 20.07.2016 / 13:11
0
answers

CPU usage between scenes in Swift

Good morning! First forgive me if this question is very obvious, but I am still a novice in Swift and I am trying to familiarize myself with the language. I'm trying to make a very simple game. In the main screen at the moment there are so...
asked by 03.04.2016 / 12:18
2
answers

how to convert anyObject to Int32

I need to convert a anyObject that comes from a JSON of a web service to Int32 I have tried in many ways but none of them have happened to me. The last one I have is this: let puntos = "\(objeto["CATPUNTOS"])" as? NSString...
asked by 25.05.2016 / 23:49
1
answer

Error serializing data received from a swift web service 2

Good morning I would like you to help me please, I have a web service in Swift 2 returns an array like that    {"message": "Successfully Stored Image." "error": false} but at the time of serializing it do{ let json = try NSJSONSer...
asked by 25.05.2016 / 16:05
2
answers

How to create an image gallery in Xcode 7 Swift 2

Hi, I'm starting to use Xcode 7 with Swift 2, what I need is basically on a screen to display a gallery of images in which more 20 images should go. I was looking for how to achieve this and the only thing I found is that an image they divided i...
asked by 13.05.2016 / 21:56
1
answer

UIPageViewController in Swift

Hi, I'm following a tutorial on UIPageViewController to generate a gallery of images in my project link even download the demo and it works but in my case it gives me an error and the application is dropped.    fatal error: unexpectedly fou...
asked by 30.05.2016 / 19:02
0
answers

Error consuming a POST web service

Good afternoon I have the following error when consuming a web service by POST: Error Domain = NSCocoaErrorDomain Code = 3840 "JSON text did not start with array or object and option to allow fragments not set." the error comes out just at th...
asked by 01.06.2016 / 17:23
1
answer

Two links in a table view cell swift 2

I'm doing an app in Swift 2 , and I have a UITableView with tweets that I get with the Twitter API, and I show the profile image, the user name, the publication date and the content of the tweet. What I want is that if I click on th...
asked by 15.06.2016 / 07:44
1
answer

Adapt images in a UIImageView in Swift 2

I am developing an app that works as a rss reader, when reading the information of an xml, I get the title of the news, the date, and an image, I get the image with the following code: var cell:UITableViewCell = UITableViewCell() cell = tableV...
asked by 16.06.2016 / 12:34
1
answer

iOS TabBarController

Hello, I am having a problem with the implementation of the save function in a TabBarController, for which, I have followed the advice of someone from the community and to whom I thank you very much, but I have a problem and I do not get that wo...
asked by 03.05.2018 / 18:13