Questions tagged as 'ios'

2
answers

Consume data Json - Webservice Swift 2 - iOS

I need to check price in buscape api (returns in json) in my app with swift 2. Could someone help me do this or point out a tutorial on how to do it? How to use buscape api: Using the BuscaPé API to obtain a list of products using the Find P...
asked by 19.01.2016 / 01:28
2
answers

Is it possible to compile for IOS using Delphi XE7 on Windows?

Hello, I want to know if I can compile for IOS using delphi XE7 on Windows, when I try to compile it it tries to use the "Create a Connection Profile". Is it mandatory to have a Mac to compile for IOS? How do I compile in Windows.     
asked by 12.05.2015 / 21:23
2
answers

How to test an application without registration?

I am a registered Apple developer (but not paid), how can I test my application on my iPhone? It gives an error when I ask to open it on the iPhone. I'm trying on iOS 9 with Xcode 7. When I tried it it gave problem, now the iphone says I can not...
asked by 18.09.2015 / 14:32
1
answer

Is Xamarin a viable option for mobile development? [closed]

I need to develop for mobile and I was thinking about Xamarin as an option, and then I went to search and found: Xamarin is paid, and the price is half salty for a single individual license. There is no way to develop the 100% C # app, mos...
asked by 06.10.2015 / 01:39
2
answers

How to make UITextField keep track of keyboard level when typing

I have a problem, I created an app that has a form where it has 6 UITextField , but I have a problem when running the app on an iphone4 the keyboard overlays some UITextField and I can not see the text I'm typing in, I've placed a UIScrollVi...
asked by 27.08.2015 / 15:29
2
answers

Design tool that exports to .xib or .storyboard

I wonder if there is any tool that can be used to develop the app design (like Justinmind's Prototyper program) and then export to xib or storyboard format.     
asked by 06.07.2014 / 04:23
1
answer

How to change the color of navbar ios

I'm developing an application, I'd like the navigation bar to have the same body color as the project, I'm trying with the following code UINavigationBar.appearance().barTintColor = UIColor.redColor() This code works, changes to red...
asked by 19.08.2016 / 01:09
3
answers

How to round values of type Double?

I made a function to return the rounding of values of type Double , the function is working, but I do not know if it is the ideal way to get this result, I think there must be a way without having to use the String class. var nume...
asked by 18.11.2015 / 13:58
1
answer

What is it and how do I use it? Why use ViewDIdLoad?

What is and what is ViewDIdLoad for?     
asked by 25.10.2015 / 23:57
2
answers

How to use / maintain obsolete methods for older versions of iOS?

I'm developing an app for summers other than iOS, in this case for iOS 7 and iOS 8. I'm trying to create the Push Notification service, but the methods to register the app and others are "obsolete". Below is the method I'm using: [[UIApplic...
asked by 09.11.2014 / 22:42