Questions tagged as 'ios'

2
answers

onClick does not work on ipad

I'm developing the application on windows, but then through the phonegap I'll pass it to an ios application, which uses the IScroll plugin to scroll through my list. Problem: In every li I have a div that has the event o...
asked by 11.06.2015 / 16:07
1
answer

Transaction / Commit in Core Data, is it possible?

Is there a concept of Transaction and Commit in Core Data? I have a base in the app that is fed by an external file, however there are a lot of data and the application takes around 2 minutes to perform this import so I need to run it in the...
asked by 18.08.2015 / 23:04
1
answer

How to create a sidebar menu with hamburger icon?

I'm starting to use Intel XDK now and I have a question regarding the development of menus, I would like to create a side menu with the burger icon and after opening the menu, it becomes a X to close. Here are some examples: lin...
asked by 10.04.2015 / 06:43
1
answer

Motion sensor

How do I identify the rotation of the iPhone on its own axis (same rotation as a top)? I was able to identify practically all possible rotations and could not identify this, which is precisely what I need for a game I'm developing. The iPhone wi...
asked by 04.03.2015 / 15:17
1
answer

How to maintain a real-time synchronization?

I'm working on an app and I already have the database handling done. But a question arose as to how I can create a real-time synchronization system from the app's local bank to the remote server's database. If anyone knows how to explain or h...
asked by 07.02.2015 / 20:26
1
answer

Do not insert repeated annotations on the map

I'm inserting some annotations that are coming from a JSON server, but I wanted to check if annotation is already on the map, if so, do not add it again . For they are being added one over the other. Can someone help me solve this problem?...
asked by 08.04.2015 / 05:22
1
answer

Best practice of data persistence

When it comes to persisting data with Core Data . What is the best way to persist the data? For example:    I have an object Pessoa (subclass of NSObject ). And at the time of   persistence I "convert" PessoaMO (s...
asked by 20.11.2014 / 17:54
1
answer

Splash screen no ios

What's the easiest way to do a Splash Screen on ios? I always see different tutorials, and I can not. I just want to load an image for 3 seconds before entering my application     
asked by 27.09.2014 / 23:06
1
answer

How to group Markers in Google Maps API iOS?

How can I group the markers of an area when the user zooms out the map to reduce the visual pollution of marker's on the map and show only a marker with a number inside to indicate the number of points in that region? p>     
asked by 15.02.2015 / 02:24
1
answer

Outlets in Xcode 6 (Universal Application)

I have a problem / doubts. Until today due to some needs I have developed only for iPhone or iPad separately, however today I am starting in the development of universal application, iPhone and iPad. I'm using Xcode 6 and developing directly...
asked by 03.02.2015 / 02:28