Questions tagged as 'ios'

0
answers

Slider Menu programmatically

I am creating a menu programmatically, I instantiate the menu in my home and when I click the button that will pull the menu, the menu appears but I can not interact, I can not click the cells, the priority is home and not the menu, how do I do...
asked by 30.10.2014 / 15:48
1
answer

How to solve this error returning from access to the web service?

I'm developing an app that consumes data from a web service and using AFNetworking to make requests. During the testing phase the app worked and received the data normally. So I exported the database to the web service online and had the fo...
asked by 08.11.2014 / 00:09
0
answers

Read ITF Brazilian bar code (size 44) with the phonegap BarcodeScanner plugin for IOS

Has anyone managed to solve the Barcode Scanner's ITF barcode reading problem (size 44)? The plugin deployed for Android works perfectly for both large and small ITF barcodes. However the plugin made for IOS reads only small size ITF codes....
asked by 21.08.2014 / 15:55
0
answers

Incompatibility to upload files by IPad

I'm having a problem uploading files on the iPad. Via web interface, I can upload normal image, but when I do for the Ipad, it does not change the name of the file and only lets upload images, pdf's and other types of files it nor displays for s...
asked by 01.09.2014 / 15:28
1
answer

How to add a new property to the GMSMarker class?

How to add a new property to this class. I added it to the GMSMarker.h file, but when I tried to use the new property I got this error:    - [GMSMarker setId:]: unrecognized selector sent to instance 0x790cd410 2015-02-27 13: 26: 44.340 Te...
asked by 27.02.2015 / 17:31
1
answer

Using the camera

I am implementing a screen that I would like to show the camera image, but I would like to only show the image, not with front camera switching, canceling, or capturing features. Is there any way to do this? So far I've only been able to show...
asked by 03.03.2015 / 15:24
1
answer

UIImage Temporary

I need to download an image, it is displayed, however after displaying it I need to delete it from the device. But whenever I open the application again it is already loaded. func getPhoto(pathPhoto: String, imageview: UIImageView) {...
asked by 09.12.2014 / 16:46
0
answers

iOS 8 - Manually Changing Core Location Permissions

I'm developing an application for iOS 8 and require permission for CLLocationManager , but if the user does not accept the permission and tries to change in the privacy settings, the settings close at the time of selection (similar to a Cr...
asked by 17.12.2014 / 14:12
1
answer

How to disable ARC for just a few project files?

I have a project using ARC but would like to add files that are not using ARC. Is it possible to do this?     
asked by 13.01.2015 / 03:30
1
answer

Xml parser in Swift

I downloaded a ready project of rss Reader, it comes title description and image. But I'm trying to edit the same for my xml. see the codes: // // FeedTableViewController.swift // RSSReader // // Created by Training on 23/12/14. // Copy...
asked by 15.01.2015 / 21:20