Questions tagged as 'ios'

2
answers

IOS - How to program the navigation between ViewController direct in viewDidLoad?

I want to navigate between the ViewController of an app by clicking a button and switching from one to another for example. I wanted to run this directly in the viewDidLoad of the ViewController1, if the user has already registered, I will send...
asked by 29.02.2016 / 13:58
1
answer

Keep alive object in memory for another class

Hello! I have a very simple question, as I have already found a solution for her, but it still seems problematic to me. I'll explain: I created a web service connection to receive some data, and in the end I am storing this data in a dictiona...
asked by 15.07.2014 / 18:00
1
answer

Design for iPad and iPhone

Well, I have a problem, I'm with a project where I have a Storyboard file for iPhone and another Storyboard for iPad. So I have a UIImageView on the Storyboard for iPhone, and another UIImageView on the iPad Storyboar...
asked by 16.09.2014 / 15:36
1
answer

Image Density Change (DPI)

I'm working with a project that I do image capture and I need to transmit that image with 200dpi, I would like to know how do I change the image density to 200 dpi?     
asked by 21.10.2014 / 20:49
1
answer

Error converting string to date, with dateformatter in swift

In the user registry I have an input with a mask in this format "dd / MM / YY", after getting the input value, which comes as string, I have to convert it to date. The conversion always worked, only with the date 10/25/1992 that it's the problem...
asked by 15.02.2018 / 17:17
1
answer

Lost file in xCode

When I copy a Swift file and paste it from my folder, it does not appear in xCode.     
asked by 05.10.2017 / 16:59
1
answer

Ionic 1: Error compiling for iOS - [ERROR] An error occurred while running cordova build ios (exit code 1)

I'm compiling for the first time on the Mac, for the iPhone, when I type the command to compile: cordova build ios The error appears: [ERROR] An error occurred while running cordova build ios (exit code 1). I do not know what I'm doing...
asked by 25.10.2017 / 19:58
2
answers

Is it possible to create mobile games with C # only? [closed]

Is it possible to create mobile apps as much as Android and IOS using only C # in visual studio? the app in question is a game     
asked by 12.05.2017 / 03:33
1
answer

Is it possible to swipe to open the application?

I would like to know if it is possible to create an event in an application that performs this function, and if there is a plugin.     
asked by 17.12.2016 / 18:01
1
answer

How to redirect to a ViewController

For conflicts between two frameworks, I had to pass the facebook login code to an auxiliary class, however I'm not sure how to redirect the user to the main screen of the app once the login is done, Someone there can give me a solution to this?...
asked by 06.10.2016 / 06:35