Questions tagged as 'iphone'

1
answer

Upload .mp3 file to PHP server in Objective-C

How do I upload an .mp3 file on my iphone to my server using an upload page I was able to do with more images I am not able to do with .mp3 files could someone help me? The following is the code I use: Objective-C: NSData *imageData = UII...
asked by 25.09.2015 / 14:00
1
answer

How do I add characters to a native iOS keyboard type?

Scenario: In an app screen, the user should enter a data type that is only a number to perform a search. To avoid using text, I set up a keyboard for the type: Number Pad. However, I need to display other characters together, in this case the hy...
asked by 13.10.2014 / 20:00
1
answer

XCode - Adapt / fill screen for iPad mode

I recently started learning to program in XCode. After seeing some tutorials, I started working on a demo of an app whose initial menu features 5 buttons positioned vertically on a stack and a side image as shown in the following image: This...
asked by 25.05.2018 / 17:55
3
answers

Change font size according to iOS device

I have an App of sentences and each sentence has a different size (according to the amount of words) and in tablets as the resolution is the same as the iphone 4s the sentences extrapolate the size reserved for them and are behind a button that...
asked by 08.11.2017 / 10:52
1
answer

Display none in chrome for iphone

I'm trying to hide items from a dropdown by value . In Chrome and Android worked, however on the iPhone option[value="home-01"]{ display: none; }     
asked by 08.09.2017 / 17:05
1
answer

How to calculate distance traveled by me in swift

I am trying to calculate the distance I travel between my starting point, until the moment I stop my race / change of screen. Can you help me? Below are the most relevant parts of the code. @IBOutlet weak var mapa: MKMapView! var gerenciadorLo...
asked by 20.04.2017 / 14:53
1
answer

CSS does not work in IOS [closed]

My site gets bugged in IOS, so why does not css load? How could I get around the problem? Is there an IOS console, like Chrome and Firefox, to set up the site? on Android it works normal.     
asked by 17.05.2017 / 13:32
1
answer

Make GET request through a WebView

I have a problem when trying to send a request via get to a WebView to open it containing a page, when I pass the concatenated faces I get an error, I think it's for coding reasons this only happens when I pass parameters with special characters...
asked by 30.06.2016 / 17:39
1
answer

Put a line in a UITabBarItem?

How to place a line at the bottom of a UITabBarButton just like in this image: But this line should only appear on the selected button.     
asked by 13.04.2016 / 15:38
1
answer

AFNetworkReachabilityStatus with inconsistent values when re-establishing connection

I'm trying to use the RestKit framework to observe the changes in the connection through the setReachabilityStatusChangeBlock method of the AFHTTPClient class. Once the application is started I get the AFNetworkReachabilityStatu...
asked by 28.05.2015 / 10:44