Questions tagged as 'iphone'

1
answer

NSNotificationCenter calls the page several times - Swift

I want to do the following: 1st the user is in the app and decides to quit. Clicking on the iphone home button. 2nd the user enters the app and instead of continuing on the page where it was when it left, the app automatically sends the us...
asked by 20.06.2016 / 15:16
2
answers

Javascript very slow on safari mobile [closed]

In my application has a javascript siples to increment a field, the problem that in the safari gets ultra slow almost does not work, while in the chrome works perfectly. Is there something to do to run normal on safari? js: $("#aumentaDesco...
asked by 14.04.2015 / 22:13
1
answer

Parameters for a Container View

The scenario is as follows:    I own a UIViewController and within this controller I own   a UITableViewController added as a ContainerView . How do I pass parameters between my UIViewController and my Contai...
asked by 05.12.2014 / 13:31
1
answer

Mask for CNPJ in Objective C

I'm trying to put a mask on a string that is a CNPJ. I get a string with size 14 and tried to put the mask in: NSString *cnpj = [NSString stringWithFormat:@"%@.%@.%@/%@-%@", self.codCnpj substringWithRange:NSMakeRange(11, 2)], [self.codCn...
asked by 09.09.2014 / 18:24
1
answer

Restrict iOS versions

Is there any way I can restrict iOS versions? Detail: Not the minimum version For example, I developed an app and would like it to run on iOS 7.x.x and iOS 8.1.x versions. In short, I would like to prevent the application from being inst...
asked by 30.01.2015 / 14:51
1
answer

Does not xCode components appear in the simulator? [closed]

I'm having a problem with xCode on Swift . From time to time it does not want to appear in the simulator new components that I include in viewController . For example: If I put a simple button on the screen, when com...
asked by 22.09.2015 / 19:22
1
answer

Is it possible to leave a YouTube embed in the background in iOS?

I'm doing a project using Ionic + Cordova and wanted to know if it's possible on the iPhone to leave a Youtube video running in the background while blocking the screen. By default devices with iOS pause the video when it enters the background....
asked by 17.06.2015 / 14:20
0
answers

Jquery and keyboard in android and IOS

I am having difficulty catching which character the user pressed when using smartphone with ANDROID / IPHONE. I use the jquery keyup event, but the answer is always undefined or 229. Does anyone know how to solve this? The code I'm using:...
asked by 12.04.2017 / 01:19
2
answers

Maximum limit of a text box - Swift

Good Night, I have a text box created, how do I set a maximum of characters that can be written to it? (it has to accept any type of character)     
asked by 30.05.2016 / 04:30
0
answers

Undefined symbols for architecture i386: "_RKLogCoreDataError"

Undefined symbols for architecture error Undefined symbols for architecture Follow the error in more detail:    Undefined symbols for architecture i386:       "_RKLogCoreDataError", referenced from:         
asked by 15.04.2016 / 16:17