Questions tagged as 'ios'

1
answer

Doubt with creation of For in Swift 3

I'm following an iOS course and the course shows for this way: for var i = 1; i <= 10; i++ { } But I have an error message, has that changed? How could this be done in the new way?    error: CreatingLoop.playground: 6: 1: erro...
asked by 12.05.2017 / 14:49
2
answers

IOS emulator to test my project

I'm starting a project in iOS in Visual Studio developing under Xamarin where I need an emulator for me to run. Is there an emulator that Visual Studio recognizes? I have an iPad in my hands, can I run my APP on iPhone 5 or 6 with it? Wha...
asked by 26.04.2017 / 15:09
2
answers

How to approach the view of your location, and make it follow during a journey?

Please, I'm new to the area and I'm creating an app that will tell the distance, speed, calories spent, and user time during a race / walk. The simulator is finding the location, but the screen does not follow the walk, besides the view from...
asked by 10.04.2017 / 16:57
0
answers

Ajax / php page is not working on iOS

My site's pagination is running at all, both pc and android browsers, but on iphone or ipad, it's not working. Is there any solution I should do to improve this all on iOS? I am using ajax with php. My script is simple: $(document).ready(funct...
asked by 05.04.2017 / 21:26
1
answer

How to show a description of the method in the auto-complete of Xcode?

I'm developing a Framework and would like it when the user types themselves and the auto-complete would suggest the method, below / above would appear to what it does. Type this: I thought it was just like this: /** * <Descrição a...
asked by 24.03.2017 / 18:48
1
answer

Cordova Retrieve Phone Number and IMEI Android and iOS

I need to retrieve the phone number and imei with the cord, I tested some plugins but on my device I'm testing it did not work at all My device is dual sim and with android 7.1 Is there any way to recover the phone number and imei in both...
asked by 16.03.2017 / 20:54
2
answers

SearchBar shows right result, leads to wrong ViewController

I am putting together an app that shows the managers on Page1 and their respective employees on Page2. I decided to mount it on a plist and load it into a TableView, see: Toloadtheplistcorrectly,IinsertedthefollowingcodeintoAppDelegate:class...
asked by 08.04.2017 / 03:22
1
answer

Accessing another APP within my with OAuth 2.0

How to use OAuth 2.0 to change from Apps. I have some Apps and I want inside that we can access other Apps (from the same supplier), without having to login again.     
asked by 17.03.2017 / 14:17
1
answer

How to manipulate where the focus of VoiceOver from Iphone will appear on the next screen when accessibility is active?

I have an Accessibility problem only on the Iphone, some APP pages are in Webview made in .aspx and these screens use a MultiView structure, that is, a single page .aspx can have several following screens and are loaded as if it were an ajaxs. W...
asked by 16.03.2017 / 15:01
2
answers

How to test an application without registration?

I am a registered Apple developer (but not paid), how can I test my application on my iPhone? It gives an error when I ask to open it on the iPhone. I'm trying on iOS 9 with Xcode 7. When I tried it it gave problem, now the iphone says I can not...
asked by 18.09.2015 / 14:32