Actualice UILabel desde una fuente de datos en línea [cerrado]
Frecuentes
Visto 65 veces
2
What methods are there to update a UILabel
using an external resource, such as an online database or website, and could anyone provide any links or tutorials?
1 Respuestas
2
An online database will generally require a servicio web call. To update the value from a website you will need to make a standard HTTP llamada.
kit de descanso for calling Restful API's.
contestado el 23 de mayo de 17 a las 13:05
No es la respuesta que estás buscando? Examinar otras preguntas etiquetadas cocoa-touch uilabel or haz tu propia pregunta.
:), you can also get a json file from that webservice. - neoesperanza
Yes Restkit supports JSON. It is up to dbramhall to configure/determine the output of the intended webservice/site. - Joe