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...
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...
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...
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...
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'.
);...
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...
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...
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...
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...