Questions tagged as 'ios'

0
answers

Current Location does not work with MapModule

Using Appcelerator, starting a new project and need to place my current location on the map, but I can not place it. I can only put a fixed point. Here are my codes below: /Resources/ui/controller/geolocation.js: var points = []; Titaniu...
asked by 24.11.2015 / 22:54
0
answers

Appgyver iOS - How to change the default color of selected and unselected iOS tab-bar icons

I need to change the color of the icon on the app's iOS tab-bar. In the previous documentation, it was done as follows ( link ): steroids.config.tabBar.tintColor = "#00aeef" steroids.config.tabBar.tabTitleColor = "#ffffff" steroids.config.tabB...
asked by 31.08.2015 / 15:52
0
answers

Access array variable [closed]

I have the following problem, there is an array that is my picker, and I have a function that knows the position of my picker, so I would like to compare it to know what text is in that position, ie know the text that is in the position of the a...
asked by 05.10.2015 / 20:05
2
answers

How to make TextView accompany writing

I need Textview to accompany me when I write because if this does not happen I end up writing under the keyboard, I already gave an Up in the textview but it is very big and will end up getting really low. how do I get the textView I followed wh...
asked by 05.08.2015 / 16:28
1
answer

calling the properties of a TableViewCell in a ViewController

I'm trying to create a tableview with the dynamic cell according to the text inside it, and I'm wanting to add the height of the label to the size of the cell, but when I call the label in the ViewConrtoller it is empty and when I call TableView...
asked by 04.08.2015 / 16:37
0
answers

What are all the keyboard type and native Inputs that exists on iPad iOS 8?

I need to do a mapping of all keyboard types that exist on the iPad iOS8. I need to know what are all the ways to input data on the Ipad. How do I get that !?     
asked by 17.07.2015 / 19:25
1
answer

Xcode Projects with Images.xcassets

In iOS projects created by Xcode, you have a "folder" called Images.xcassets , that is, an Xcode assets catalog. In this catalog, I add an image to a UIButton for example, and this image I'm forced to keep it within the project? Or...
asked by 07.08.2015 / 14:00
3
answers

Error 400 when calling a .net service on the iOS app - How to solve it?

I need to access a webservice from my app. I've taken an example in stackoverflow to access the link service. Below is the source code for accessing the service. The problem is that I'm getting 400 error in the response (header) and no content...
asked by 17.09.2015 / 01:51
0
answers

Script Error in Google Maps - Titanium

I am having an extreme difficulty to do only 3 routes in my application. I am days trying to understand the exact logic / code to finalize my project and I am not successful. I wrote the line of code below: var socure = [37.389569, -122.050...
asked by 23.06.2015 / 15:21
0
answers

Send json from iphone to a Bluetooth device

I need to create an app that sends json information (login and password) to a bluetooth device, which will query a database and see if the login and password are correct. I have this app for android and am wanting to develop for iOS.     
asked by 13.06.2015 / 07:25