Questions tagged as 'xcode'

1
answer

Automate iOS app publishing

I work creating on-demand apps (for Android and iOS). The apps have the same features and only differ in style, which is defined by the clients. In the case of Android I was able to automate the whole process of creating and submitting apps t...
asked by 21.09.2016 / 15:52
1
answer

How to obtain the complete zip code through the mobile phone GPS

I'm trying to get the full zip code through my location using GPS from my cell in Objective-C , but it returns only 5 digits. I used the following code snippet: NSString *cepcompleto = [NSString stringWithFormat:@"%@-%@", placemark.postalCo...
asked by 17.03.2015 / 19:17
1
answer

How to use Xcode 5.0 with 10.7.5?

I have a macbook laptop that I can not install the latest OSX operating system - Mavericks (Apple information), but I need to install XCode 5.0 for application development on iOS7. So I need help finding out: How to install Xcode 5.0 on OS 10...
asked by 27.04.2014 / 19:00
2
answers

Auto layout iOS does not work correctly Xcode 8.2

I'm developing an App in Xcode 8.x. I have a problem resizing 4 buttons on the first screen. I work on the design of iPhone 5 or 6 and I set up all the auto layout, when I squeeze all the devices it's cool except on the Iphone 4 where I can o...
asked by 01.11.2017 / 01:44
1
answer

Error adding APP compilation to iTunes Connect

I'm trying to upload an update from my APP to the store I just changed the contents of some NSStrings, when I archive and send it to iTunes, it does not show any errors, but when I add it, iTunes does not allow it. The only thing I did was up...
asked by 07.11.2016 / 20:25
1
answer

I can not catch error using Try-Catch in Swift

I am making an app , which is giving me a certain error at some point, but it is only occurring on certain devices. I'm trying to catch this error with do/catch , but I'm not able to capture it. The code looks like this: do { try...
asked by 04.12.2015 / 19:51
1
answer

How to open another viewControler in Swift?

I'm new to swift programming and I have a question. I have two files The main one: ViewController.swift and another one that I created called ViewSecond.swift. I made the class import UIKit class ViewSegundo: UIViewController { @IBOut...
asked by 23.09.2015 / 03:33
1
answer

App presents strange scroll on iPhone 6

My app came to show a smaller screen when I squeeze on the iphone 6. Anyone have any suggestions? Follow the screen: Thankful     
asked by 31.07.2015 / 04:45
2
answers

Swift UITableView Multi Selection Problem

I have a tableView that when in Edit mode I can select each item and take an action, for example remove the selected items. When I select the items, the first items are left without "Line Divide", and the ones below are usually selected as sh...
asked by 31.07.2015 / 20:28
1
answer

Calling dictionary in another View Controller Swift

I'm trying to pass a dictionary from one ViewController to another, I succeeded, but the dictionary I'm passing is empty. I want to pass the dictionary after adding the userInput when I click the save (createFav) button This is my ViewControl...
asked by 31.12.2014 / 23:34