Most voted "iphone" questions
DON’T USE this tag unless the problem is specifically on an Apple iPhone device and/or iPod touch. For issues that are not hardware-related use the [Ios] tag. Avoid using this tag for questions about iTunes App Store or iTunes Connect.
Learn more…88 questions
Sort by count of
-
0
votes1
answer349
viewsiPhone 5 and iOS 8 - Location permissions
On all devices is OK, the request for permission to use the location appears (independent iOS 7 or iOS 8). Only iPhone 5 does not appear. Code for requesting permission: var versionString =…
-
0
votes1
answer86
viewsCore Data issue in iOS 7
I have a problem between iOS 8 and iOS 7. I am using Core Data, I have an entity called Pessoa (NSManagedObject), only when doing a data update happens a EXC_BAD_ACCESS, only that, no other…
-
0
votes1
answer28
viewsAfnetworkreachabilitystatus with inconsistent values when reestablishing connection
I’m trying to use the Restkit framework to observe the changes in the connection through the method setReachabilityStatusChangeBlock class AFHTTPClient. As soon as the application starts I get the…
-
0
votes0
answers41
views -
0
votes1
answer193
viewsUsing the camera
I am implementing a screen that I would like to show the image of the camera, but I would just like to show the image, not with features of switching to front camera, cancel, and capture. Is there…
-
0
votes1
answer43
viewsError creating Tabbarcontroller at runtime
I’m having a problem creating a Tabbarcontroller at runtime in objective-c, when I call the method that creates the tabbar an error occurs: Thread 11: EXC_BAD_ACCESS(code=1, addess=0x3000000c) I…
-
0
votes1
answer46
viewsBasic authentication using Afnetworking
How can I do a basic HTTP authentication using Afnetworking in Objective - C ?
-
0
votes1
answer224
viewsGet 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 get only one result but it’s…
-
0
votes1
answer93
viewsAuto layout does not work in Xcode 7
I opened my project which was in Xcode 6 in Xcode 7 and the auto layout (for different devices) is not working in the simulator. Below I put a simulator image on iphone 4s and another on iphone 6.…
-
0
votes1
answer182
viewsUpload. mp3 file to PHP server in Objective-C
How do I upload a file. mp3 on my iphone to my server using an upload page I managed to do with images but I’m not able to do with files . mp3 could someone help me? Follow the below the code I use:…
-
0
votes0
answers75
viewsIs it possible to open an app on Ios without this app having Urlscheme ?
I wanted to see if it’s installed or not. From my researches everything suggests that it is not possible without the Scheme url, but I saw many unanswered questions here.
-
0
votes2
answers300
viewsProblems getting the layout right in the Xcode
I’m having difficulty with the following question. The blue button in the image below has to be at the height of the woman’s waist as it is on the storyboard, but it has to be on all iPhones (4"…
-
0
votes1
answer46
viewsResize Uitextview according to the amount of content
I’m creating a screen where there’s a UITextView which receives the content of a Web Service, I would like to know how to UITextView resize according to the amount of content obtained, without…
-
0
votes1
answer47
viewsPut a line on a Uitabbaritem?
How to place a line at the bottom of a Uitabbarbutton as it occurs in this image: However this line should only appear on the selected button.…
-
0
votes0
answers88
viewsHelp with CSS for Iphone on site
I’m posting to a colleague of mine. His website: www.consultapelaplaca.com.br has a BG image of passing cars. This image does not appear on Iphone/Safari, getting a totally gray background. The…
-
0
votes2
answers691
viewsOpen calendar from a link
I’ve seen many different ways to do it, but none of it works I need to put a link on my site, where when click, open the schedule for the save person in her calendar just like tel: mailto:, I saw…
-
0
votes1
answer37
viewsComplete Range Script on Swift 3.0
I was normally using this code in a Swift 2.0 project, then decided to upgrade the project to version 3.0 and adapt some functions that changed... Only the last "squeak" argument I can’t adapt. Code…
-
0
votes1
answer120
viewsReal-time validation of a textField
I have an application in Swift 1 for ipad, would like to remove or not accept the entry of "." in my textField. It is like Numberpad. I found some solutions here but none at Swift.
-
0
votes0
answers29
viewsHow to test the application on Iphone? Xcode 8 beta
Good morning, I’m doing an application on Xcode 8 beta do not have license for developer (U$ 100), as I do to test on my iPhone ? You have some tips to facilitate my tests? Thank you.…
-
0
votes1
answer117
viewsHow to manipulate where the focus of Iphone Voiceover will appear on the next screen when accessibility is active?
I have a problem of Accessibility only in Iphone, some pages of the APP are in Webview made in . aspx and these screens uses a Multiview structure, ie a single page . aspx can have several following…
-
0
votes1
answer53
viewsMake GET request through a Webview
I have a problem trying to send a request via get for a Webview to open the contents of a page, when I pass the concatenated parameters an error occurs, I believe it is for encoding reasons this…
-
0
votes0
answers29
viewsshare on facebook not working on iphone
I made a button to share on Facebook, when clicking it opens the Facebook UI window, but is not working on iPhone. I don’t have an iPhone to test and I’m having trouble finding the error. Follow the…
-
0
votes3
answers389
viewsChange font size according to iOS device
I have a Phrase App and each sentence has a different size (according to the amount of words) and on tablets as the resolution is the same as the iPhone 4s the phrases extrapolate the size reserved…
-
0
votes1
answer89
viewsWhen trying to install app it hangs on the message "Preparing Debugger support for iPhone"
I can’t install my app on iPhone get stuck in this message: "Preparing Debugger support for iPhone" Illustrative image: I tried every answer to this question and nothing worked Following this…
-
0
votes1
answer36
views -
0
votes1
answer64
viewspwa sites work on iphone as on android?
Good night to you all!!! My question is the following: sites made with PWA work the same way on iphone and ipad, as on android? some change is needed for iphone? Thank you for your attention!!!…
-
0
votes1
answer168
viewsHow to calculate distance travelled 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 screen. Can you help me? The most relevant parts of the code are listed below.…
-
0
votes1
answer616
viewsCSS does not work on IOS
My site gets all buggy on IOS, is it because css doesn’t load? How could I get around the problem? Is there any IOS console, like Chrome and Firefox, to fix the site? on Android it works normal.…
-
0
votes1
answer527
viewsGeneration of . IPA without a certificate?
Good morning, I would like to know if there is a possibility of generating . IPA Ios without the need for certificate or something of the kind for testing in development, so do not need to assign…
-
0
votes1
answer46
viewsDisplay None in Chrome for iphone
I’m trying to hide items from a dropdown for value. In the Chrome of the computer and Android worked, but in the iPhone nay: option[value="home-01"]{ display: none; }…
-
0
votes1
answer325
viewsInput type file in webview - Xcode
I created a webview of a page that contains an input type file to upload photos, however, in Iphone webview, when I click the button to upload the photo, it opens a menu only with the option of…
-
0
votes0
answers23
viewsProblem uploading iPhone to a Cordova app
Hello, I am working on a project in which I have to serve an external and responsive website from a Cordova app. Almost everything works as expected, but I’m having problems with uploading images on…
-
0
votes1
answer62
viewsProblem with collectionView
Hello, good afternoon. I’m facing a problem with the collectionView Swift, it just doesn’t show up, I don’t quite understand this issue, but it doesn’t get into the routine of the collectionView…
-
0
votes2
answers2984
viewsHow do View move when displaying keyboard (IOS and Android) in React-Native?
I’m developing a messaging app in React-Native. When clicking on the text input, and the IOS keyboard is displayed, it hides the text input view, which is displayed at the bottom of the screen. How…
-
-1
votes1
answer1126
viewsSlide effect of Carousel bootstrap does not work on iphone
I am building a responsive web page with the bootstrap plugin. Everything works fine in desktop browsers, even in low resolution. But when I open the page in Chrome or Safari, on my iphone, the…
-
-1
votes1
answer99
viewsResizing in iOS 8
[RESOLVED] Guys, thank you so much for the answer, but I solved the problem by redoing what I already knew was wrong, this code was legacy, and was not good, but for lack of time I just needed to…
-
-1
votes1
answer244
viewsBOOTSTRAP MODAL BUG ON IOS
The modal works perfectly when called on android devices, or descktops, but when it is used by the iphone it simply extends to the end of the screen as if there is no end. SOMEONE COULD HELP ME,…
-
-2
votes1
answer167
viewsProblem with environment variables for a non-existent application
I’m trying to simulate a new application done in Act-Turn on IOS, but after the emulator presents my app, 3 seconds later opens another address that has nothing to do with the directory of my app: I…