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.
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...
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...
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...
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...
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...
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...
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) {...
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...
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?