Questions tagged as 'ios'

0
answers

Error generating IPA

Good afternoon, When generating my IPA in phonegap I get the following error The following build commands failed:     CompileC build / SeralNews.build / Release-iphoneos / SeralNews.build / Objects-normal / armv7 / CDVFile.o SeralNews / Pl...
asked by 20.07.2016 / 17:31
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
3
answers

My app runs with lag [closed]

I have created a fairly simple app and when I run it, it does it with a lag in the screen change. When I click on a configuration button or when I click on a cell to see the detail, I change the view with a very annoying lag. Any idea what th...
asked by 26.05.2016 / 22:19
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

Constraint in Swift 2

Is there any way to make responsive content without using Constraint? Because I'm making a rss reader and to adapt to all the iphone I have to put constraints but whenever I use them I see these errors in the console Probably at least one of t...
asked by 14.06.2016 / 14:17