Questions tagged as 'ios'

1
answer

Swift - How to make and execute an AssyncTask?

I made an Android app and I'm currently making a version of it for IOS, I'd like to know how to implement an AssyncTask in Swift and run it. On Android I did this: public void carregaBanner2(){ new LongOperation3().execute("");} private cla...
asked by 18.04.2016 / 21:24
1
answer

Label moving as a digital marquee

Hello, I would like to know how I do in Swift a sentence moving from right to left and when every sentence passes it is doing the same procedure forever, like a digital marquee.     
asked by 14.03.2016 / 19:20
1
answer

Passing parameters between IOS views

I have a view where I have login forms in my app, if the person choose login or register will be redirected to the same view but depends on the button that is pressed I will present a different screen ... How can I pass the parameter to know the...
asked by 14.01.2016 / 15:36
1
answer

DropDown on swift

I'm using a dropdown type using this 1 project, and now I wanted to select one of the items that is inside it and close the dropdown and the chosen item appears on the button label this all in swift, can anyone help me here? Thank you     
asked by 11.02.2016 / 12:48
1
answer

How to add scroll in ion-tabs with several tabs?

I'm developing an ionic app, with this, I have a page with tabs, but I intend to put 10 tabs and it will not fit on the devices, like putting a horizontal scroll to the tabs? <ion-tab title="Home" icon-on="ion-ios-filing" icon-off="ion...
asked by 02.02.2016 / 22:56
1
answer

IOS - How to send an E-mail informing the recipient?

I'm trying to send an e-mail with the recipient already informed, but I do not know how to pass this information in the code. Code: -(IBAction) mail : (id) sender{ mailComposer = [[MFMailComposeViewController alloc] init]; mailCompo...
asked by 15.02.2016 / 19:42
1
answer

IOS - How to program the navigation between ViewController in Objective-C?

I want to navigate between the ViewController of an app by clicking a button and switching from one to another for example. But I did not want to do this for the .storyboard, I want to do it directly via code. It's possible? If so, how can I do...
asked by 19.02.2016 / 19:08
1
answer

upload videos directly to Vimeo with URL return

Friends could help me in an issue where I'm developing an app where I upload videos to the server, but I'm having problems in the playback and storage of the videos, since these videos take up a lot of space on the server, so I'd like to To uplo...
asked by 17.12.2015 / 12:41
1
answer

Access button text

Good afternoon guys ... I have the following, I need to know the title that is in a button, as if it were .text, to set use the setTitle, but and to know what the name? Thanks     
asked by 05.10.2015 / 19:12
1
answer

UIPicker array view

People, good night ... I have the following problem: I need to insert a picker view in my application, this picker view receives the data from an array, and when the user clicks a button it triggers an action that takes the value of the pickView...
asked by 05.10.2015 / 02:59