Questions tagged as 'ios'

1
answer

How to update UITableView with two-dimensional array?

I can not update my UITableView with the data contained in Array : var linha: NSArray = [["Categoria": "Desenvolvimento para IOS", "Imagem": "swift.png"],["Categoria": "Programação orientada a objeto", "Imagem": "php.png"]] func table...
asked by 30.09.2015 / 19:17
1
answer

Auto layout does not work in Xcode 7

I opened my project that was in Xcode 6 in Xcode 7 and the auto layout (for different devices) is not working on the simulator. Below I put an image of the simulator in iphone 4s and another one in iphone 6. Does anyone know how to solve? Tha...
asked by 06.10.2015 / 02:07
2
answers

Label Position - Swift IOS

Good evening everyone. How do I leave the label that is reporting the current weight positioned under the progress bar cursor? To make this progress bar I'm using GradientSlider ( link ) Thanks in advance for your attention.     
asked by 05.10.2015 / 04:22
0
answers

Play Audio - iOS Does Not Play Sound - Sound Output Delay

I have this function to load, remove, start and pause the audio. media = (function(){ return{ create : function(name, src){ mediaData[name] = new Audio(); mediaData[name].src = baseURL+'/media/'+src;...
asked by 25.08.2015 / 16:09
2
answers

How to retrieve the html presented in a UIWebView with swift for IOS

When my application starts the viewDidLoad method, it runs a snippet of code that accesses an X site, retrieves an HTML form and displays it in a UIWebView. My problem is this, when a link is clicked I need to intercept the return HTML to p...
asked by 19.10.2015 / 00:26
1
answer

Get my location through reverseGeocodeLocation

I would like your help to solve a problem, I have a delivery system that gets my location using GPS, I've been reading something about "reverseGeocodeLocation", but I only get one result but it's not always what I'm in if I am in my house in the...
asked by 29.07.2015 / 23:06
0
answers

How to get data in a web service when receiving a push notifications with application in idle state

I have an application that when I receive a push notification needs to connect to my web service to get relevant data for the user. When the application state is active or in the background it is able to make this connection, but if the appli...
asked by 21.07.2015 / 07:01
0
answers

Play function does not work in iOS browser

These functions below are from the Youtube API for viewing videos. It is working in all browsers. But when I open the site on iPhone and click on PLAY to start the video, it does not perform the action. I put click , touchstart a...
asked by 27.07.2015 / 14:09
1
answer

Basic authentication using AFNetworking

How can I do basic HTTP authentication using AFNetworking in Objective - C?     
asked by 25.07.2015 / 05:25
1
answer

Open PDF on iOS mobile using Xamarin - C #

Does anyone know how I can open a PDF that is in the local iOS folder using the Xamarin platform? I've researched and tested it in many ways, but none of it works.     
asked by 07.07.2015 / 15:17