Questions tagged as 'ios'

0
answers

Convert SWF to interactive file in IOS environment

Good! I'm in charge of developing an application for Ipad that runs swf files (with interactivity). Since Apple has terminated Flash support, I have to find a way to convert swf files to files that support interactivity in the IOS environment...
asked by 14.02.2017 / 17:04
1
answer

Migration from Alamofire 2 to Alamofire 4. Extra Argument in call (Request)

When I made the requests to the server I used the following code let URL = Foundation.URL(string: "http:....")! let mutableURLRequest = NSMutableURLRequest(url: URL) mutableURLRequest.httpMethod = "POST" let parameters = ["UserName": "Teste"]...
asked by 12.01.2017 / 11:08
1
answer

Android Open an application from another by link and with parameter passing

We are developing an App that will be a Store and will be responsible for the login and user authentication (a token will be generated every time the Store is opened and the user credentials are placed). The idea is that when the user opens t...
asked by 04.01.2017 / 15:23
1
answer

Banner in IFRAME does not open new window IOS and ANDROID

I have an application that in footer I put an IFRAME that rotates the banners. It turns out that when you click it it hangs and it does not open the new window with the advertiser's site. Where am I going wrong? <iframe id='a177cc70' nam...
asked by 06.02.2017 / 13:03
1
answer

JSON object with Array. Migration from swift 2 to swift 3

Previously in my app when I was making a call to the server and if there was an error I would do the following: Alamofire.request(mutableURLRequest).responseJSON{ response in if let JSON = response.result.value{ if JSON.count != 0{ let errorLi...
asked by 18.01.2017 / 16:38
1
answer

ValueEventListener account as a concurrent connection in Firebase?

If my application in Firebase has 5 users and all of them have a valueListenerEvent on, waiting for some change in the database, do I have 5 connections at the same time? For example, in a chat using firebase with 105 users connected at the same...
asked by 14.11.2016 / 21:13
1
answer

Array display

I'm having trouble running xcode because of the error below: override func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell { let cell: TableViewCell = tableView.dequeueReusableCell(withIdentifi...
asked by 27.10.2016 / 15:44
2
answers

TableView does not update

I have a tableview with several times, so the user could confirm that I consumed the medicine in one of the schedules in question, so I just needed to update the tableview after user confirmation and remove that time from the list , I tried the...
asked by 01.11.2016 / 15:41
1
answer

Changing Simulated Metrics in Xcode 8

With the change of Simulated Metrics which of the following options to use?     
asked by 11.10.2016 / 18:11
1
answer

Real-time validation of a textField

I have an application in Swift 1 for iPAD, I would like to remove or not accept the "." input. in my textField. It is like NumberPad. I found some solutions here but none in Swift.     
asked by 04.10.2016 / 20:47