Questions tagged as 'ios'

0
answers

Problem with Unity 5.5.0p3 and Xcode

I'm making a game with 'Unity version: 5.5.0p3 (64 bit)' for iOS platform, I build it and open it with 'Xcode version: 8.2.1 (8C1002)' of the Warnings does not appear, but when running in a device appear 329 Warnings (many Warnings are repeated)...
asked by 28.12.2016 / 12:58
1
answer

Cordova Calendar plugin does not work on iOS 10 Ionic

The plugin installed it as mentioned in its website, but for some reason it is not showing the information in the emulator or on a device. When I run it with localhost if it shows me the calendar inside the application, but it does not show i...
asked by 27.10.2016 / 23:38
0
answers

Cordova plugin media error when running multiple audios

I am developing an application with Cordova and AnuglarJS I'm using the Cordova Media plugin, but I have a problem that I can not solve and it only happens in iOs, in other platforms it works fine I have a background audio loop, and anothe...
asked by 21.10.2016 / 13:34
1
answer

Problem recovering view saved in file

I have done the following example in which I create a button, I add a function for the touch up event and save it in file. The problem is that when you recover the button from the file, it no longer responds to the touch up. I could add it after...
asked by 12.10.2016 / 18:30
3
answers

Move views created dynamically

I'm doing a simple application in which different views are added dynamically (buttons, sliders, labels, etc) to a view that makes container.This already works, but the next step would be to move (drag) these views created To place them in the d...
asked by 20.09.2016 / 12:57
0
answers

Error IONIC EMULATE

I have an error in the ionic configuration. I want to emulate iOS with ionic emulate iOS and I get this error: When doing an ionic info the following appears: Already install Xcode and also iOS-sim but that's still coming ou...
asked by 05.09.2016 / 00:13
1
answer

Screenshot of a UITableViewCell from swift

I'm doing an app in swift , in which I need to be able to make a screenshot of a specific cell of a table from a button. I have this code: func capturarPantalla(sender: UITableViewCell) { let miDelegate = (UIApplication.shared...
asked by 08.09.2016 / 08:16
1
answer

Higher speed navigation according to the swift

I'm doing a pp that contains several screens and I have to navigate between them. The problem is that when navigating to some screens it takes too long for the other one to appear. How can I add more speed in transitions ??? My code: func c...
asked by 02.09.2016 / 08:28
2
answers

Error with ImagePicker in swift 3

I'm trying to get an image of the camera or the library. I can take the image, the problem is that it does not save it. I have set print test but I also do not get the delegated function to save the image. var imagePicker = UIImagePi...
asked by 04.10.2016 / 13:30
1
answer

How to go from a C view to an A view with the navigation back button

I have a navigation controller in the storyboard and I noticed that this has the option to add a navigation bar and has a button to go to the previous view (back) according to the order, it is possible that when pressed it can take to another vi...
asked by 09.08.2016 / 09:37