Questions tagged as 'swift'

2
answers

IOs Padding TextField from MaterialComponents.MaterialTextFields

I currently have a TextField ( MaterialComponents.MaterialTextFields ) with a background like the following image: When writing it looks like this What I need is to put a padding or padding so that it is not so clo...
asked by 20.04.2018 / 22:46
2
answers

IOS: Error with Google Maps, it does not load the map but the bookmarks

Google Maps does not load the map on iphone, but when I connect the iphone to the xcode and execute the project, if it loads the map correctly. This is the code: let camera = GMSCameraPosition.camera(withLatitude: -33.868, longitude: 151.20...
asked by 09.03.2018 / 17:23
3
answers

Display a list of items in horizontal Swift

I'm making an app that shows the weather information. I have the view divided into 3 sections: 1- A Uiview with information about today's weather 2- A UITableView with the following days of the time 3- A horizontal table with time by...
asked by 24.06.2016 / 10:37
3
answers

Calculate route between two points with Google Maps in IOS

I'm using the SDK of Google Maps in
asked by 20.10.2016 / 08:18
3
answers

Xcode does not recognize my device

I'm trying to compile my Xcode project on my iPad, but I'm getting an error that says my iPad can not be recognized, the device is updated to the latest version of IOS 9.2 . At first I got an error saying Xcode can not run the selected...
asked by 16.12.2015 / 05:42
2
answers

Android / iOS, open the browser with javascript from a WebView

Hi, I would like a suggestion, I try to open the browser from a page that is loaded from WebView / UIWebView , in an application iOS or Android for example: window.open( 'http://www.stackoverflow', '_blank'. );...
asked by 29.01.2016 / 19:38
4
answers

Create a circular menu in ios with swift

I need to make a menu in IOS , that when the application starts, a menu like this will appear: I have been looking at bookstores but none resemble what I need. I've also tried with constraints but I can not make it look lik...
asked by 13.10.2016 / 09:25
1
answer

Doubts about two Swift errors

I'm starting with Swift and he gives me the following error //Definimos la clase class Persona { //Declaramos las variables var nombre: String var apellido: String //Inicializamos las variables init (nombre: String, apelli...
asked by 18.11.2018 / 11:15
3
answers

Swift iOS prepareForSegue

I'm just starting with Swift and I have a doubt. I have a controlador_uno : UIViewController and another controlador_dos : UITableViewController . The thing is that I send a varible by segue from controlador_uno...
asked by 08.02.2016 / 05:17
1
answer

Prevent items in a view from being hidden by calling viewDidLayoutSubviews

I have been following a tutorial on how to implement a login with parse with the function of logging in with Facebook and Twitter, however, I find a detail. In principle the elements of the main view are hidden by means of the viewDidLayou...
asked by 27.12.2015 / 21:33