Questions tagged as 'xcode'

1
answer

TextView with dynamic height

I'd like to know how I can make my UITextView dynamic height, something like WhatsApp . I need that as the text is typed it will increase by itself. Thanks in advance for your attention.     
asked by 16.10.2015 / 01:46
1
answer

Parameters for a Container View

The scenario is as follows:    I own a UIViewController and within this controller I own   a UITableViewController added as a ContainerView . How do I pass parameters between my UIViewController and my Contai...
asked by 05.12.2014 / 13:31
1
answer

Get field values from an NSArray with CoreData content

I have a table in coredata with some fields, I can get the size of these values but I need the values of each field, I have this code: var request:NSFetchRequest = NSFetchRequest(entityName: "Radar") //my table in coredata let appDeleg...
asked by 12.06.2015 / 23:48
1
answer

Objective c Basic, error in setNome EXEC_BAD_ACESS

Good people when entering the setNome of my class happens the error EXEC_BAD_ACESS below is the code: Registry Class // // Registro.h // Agenda // // Created by Renan Vicente de Farias on 01/07/14. // Copyright (c) 2014 Renan Vicente...
asked by 03.07.2014 / 13:49
1
answer

Error while running in Xcode 6 an app created in Xcode 5

I have an app that runs perfectly on Xcode 5. For the purpose of updating, I installed Xcode 6 and went to run the same app (without uninstalling Xcode 5). From there, I found some problems, among them: 1) The app runs only in landscape orien...
asked by 04.11.2014 / 00:27
1
answer

Open new swift 4 screen

I have a webview app, after the lauchScreen it goes to the ViewController where it loads the page, I have a class that does the check if there is a connection, and if it does not exist I would like to open a new screen warning that it is offline...
asked by 18.07.2018 / 03:04
1
answer

Error publishing to the AppStore

I put all the data in iTunes Connect but there is an error in the screenshot part. I already have an image for 3,5" , 4" , 4,7" , 5,5" and iPad with the sizes informed on the site. However, the error always...
asked by 08.01.2015 / 00:10
1
answer

How do I call a function in swift xcode

Good night, I have a function that is linked to a button, I would like to call it directly without the need of the button, what do I do? The function ... static func goToTutorialOrTo(market: Market, from viewController: UIViewController) {...
asked by 16.05.2018 / 00:30
1
answer

Problem doing POST method in Swift

I have this body to make a POST to the backend '{"token":"xxxx", "extra_information": {"expires_in": xxxx, "refresh_token": "xxx", "user_id": "user_uuid", "token_type": "Bearer"}}' The parameters that are with "xxxx" will come fro...
asked by 08.02.2017 / 20:33
1
answer

Create custom map using corelocation

I would like to know if there is a way to insert a map made by you and not google maps. I'm trying to create an indoor location application and I have to insert a plant instead of google maps. Does anyone know that?     
asked by 16.03.2017 / 19:39