Questions tagged as 'ios'

1
answer

How to obtain the complete zip code through the mobile phone GPS

I'm trying to get the full zip code through my location using GPS from my cell in Objective-C , but it returns only 5 digits. I used the following code snippet: NSString *cepcompleto = [NSString stringWithFormat:@"%@-%@", placemark.postalCo...
asked by 17.03.2015 / 19:17
2
answers

Site images do not appear on your iOS iphone or tablet

On the site: link the images do not appear when accessing iphones or ipads, I suspect it is because of this php code that resizes the original image: <a href="?page=item&prod=<?php echo remover($exeprod['produto']);?>"> &l...
asked by 27.08.2014 / 17:59
2
answers

Call a new IOS class

I'm new to the IOS environment and after studying a bit how the language works, I did not understand how I can call a window / class and superimpose the current window as I do on android. Intent intent = new Intent(a.class, b.class); startActi...
asked by 01.08.2014 / 14:34
1
answer

Verify that a device has GPS and Location Service is active

I need to check if the iPad I'm using has GPS and if the app's location service is active while using the app, how can I get this information?     
asked by 02.04.2014 / 19:38
2
answers

Is it possible to make a selection list in a loop?

Is it possible to make a selection list ( UIPickerView ) in a loop? Put the month of January right after the December, I say.     
asked by 19.06.2014 / 19:28
1
answer

Design requirements for publishing applications in the AppStore

I am developing an Ionic application, I have checked the layout / design documentation for AppStore applications, but would like to know if there is any design requirement that I should be concerned about. Example: Can my application be declined...
asked by 15.08.2018 / 21:53
1
answer

Ionic 2 OneSignal IOS

I have a project developed in IONIC 2 and I generated the version for IOS but I have a problem with OneSignal. I have already tried to reinstall the plugin by ionic but problem still continues.     
asked by 23.10.2017 / 23:56
2
answers

Auto layout iOS does not work correctly Xcode 8.2

I'm developing an App in Xcode 8.x. I have a problem resizing 4 buttons on the first screen. I work on the design of iPhone 5 or 6 and I set up all the auto layout, when I squeeze all the devices it's cool except on the Iphone 4 where I can o...
asked by 01.11.2017 / 01:44
2
answers

How to share a pdf that is in a webview in Swift

I have a webview and I call it an address that if accessed by a browser forces a download of a PDF, in the app I created I loaded the PDF in a webview, but I would also give the user the option to share this PDF by e- mail, send to IcloudDrive,...
asked by 30.03.2017 / 16:54
5
answers

UITextFieldDelegate does not hide the keyboard

Good evening, comrades I'm having a little problem with UITextFieldDelegate. I intend that when the user clicks the return key (Back) the keyboard disappears for a few moments and return the textField to write something again. But the Return...
asked by 27.03.2017 / 01:40