Questions tagged as 'ios'

0
answers

Xamarin form IOS - Picker Control

I am using the Picker control to show answers to a question, the problem is when the questions are very long they are shown in the following way. Open some way to increase the size of the picker so that the complete answers are shown?...
asked by 06.03.2018 / 01:13
0
answers

Problems with background video in Storyboard in Xamarin iOS (not in Xamarin Forms)

I need to insert a video background of my application (Login). I'm using this code in the ViewDidLoad method MPMoviePlayerController mpPlayer; mpPlayer = new MPMoviePlayerController (NSUrl.FromFilename...
asked by 22.02.2018 / 12:50
0
answers

Market SDK for Swift 4 [closed]

Good evening ... is the sdk of ios compatible with swift 4 available? if not, do you have any idea when it will be available? Thanks     
asked by 31.01.2018 / 23:12
1
answer

how can I move the route mapped in mapkit swift 4

What happens if you mark the route and everything, but if I move either towards the direction, or against, the route is still there, and I want that if the road disappears along with me, or return to Appear. How can I achieve that? annex c...
asked by 01.02.2018 / 05:01
0
answers

Differences in jQuery in localhost and server

I have this jQuery code: (function($) { $.fn.extend({ WETotalScroll: function(opts) { var object = $(this); var position = "top"; var domHeig...
asked by 10.10.2017 / 15:53
0
answers

Doubt about host [closed]

How about, I tell you, I am a junior programmer in Android and iOS systems I am developing an application and web which requires a lot of data flow and storage. To give an idea, it is intended to be an application and web similar to eBay or OLX....
asked by 13.10.2017 / 22:51
1
answer

IOS App - Method applicationDidEnterBackground

I am developing my first application in IOS and I want that when I update my bbdd (Firebase) in the subject method (applicationDidEnterBackground) I get a notification to show it in the icon of my app. I have this code: func applicationDidE...
asked by 12.11.2017 / 22:11
3
answers

stay in a viewcontroller

I'm doing a login for iOS . The problem is that I have 2 viewController , of which, the first has 2 textField (username and password) and a button (Enter), and the second, only has a label Ingresaste and both connected by a...
asked by 05.06.2017 / 04:31
1
answer

A UIButton can take the image of a UIImage Objective-C

This is my code. NSArray *sub = [self.view subviews]; if ([sub count] == 0) return; for (int i=0; i<sub.count; i++){ UIButton *boton = (UIButton *)sub[i]; //Convierto el boton a UIImage UIGraphicsBeginImageContextWithOptions...
asked by 19.05.2017 / 18:00
1
answer

Play video from a server on iOS in unity 3D

I'm trying to play video from a server on iOS in unity 5.5.1, xcode 8.2.1, iOS 10.2.1 I have tried the following ways: 1- with Easy Movie Texture, I get the following error Use of undeclared indentifier 'GLES_CHK' I include the library and...
asked by 03.04.2017 / 17:18