Questions tagged as 'ios'

0
answers

Best place to put dispatch in CollectionView with Firebase

I'm breaking my head with an application based on some examples from Brian Lets Build That App , tailoring your videos to my need. I'm downloading some Firebase images and updating a collectionview. What I'm having problem is not knowing the be...
asked by 02.05.2017 / 20:52
3
answers

How to put more than one pickerView in just one ViewController

I'm trying to mount a View that takes user data, such as height, weight, and age, using PickerViews. There is no error returning, but when I execute, the pickerViews will only have one question, depending on the photo. In print, I am returnin...
asked by 05.05.2017 / 20:14
1
answer

Random Ads Between Cells in a Table View

I'm trying to insert totally random ads between cells within a UITableView . It's more or less what I want: Sothere'smyTableViewController:importUIKitimportGoogleMobileAdsclassPage1:UITableViewController,UISearchBarDelegate,GADBanner...
asked by 03.05.2017 / 20:54
1
answer

ViewPager on iOS with Swift 3

Hello, I'm developing an iPhone application using Swift 3 , and I'm having some questions regarding browsing between pages within a ViewController . My application for android I have a Activity using a ViewPager...
asked by 31.03.2017 / 01:34
0
answers

How to encrypt and decrypt data in Swift 3 to form native without using any external lib

I have a service on c # that should be accessed with% encrypted%. Is there any way to encrypt data in Swift natively without using these url faults from Cocoapods? My project does not use any of this and I would like to keep it that wa...
asked by 10.01.2017 / 14:40
0
answers

How to avoid the default mobile browser

I am developing a captive portal for WiFi networks, where the client connects and is automatically redirected to the web portal. I wonder if it is possible to include a redirect on the page so that instead of using the browser on the Smartpho...
asked by 30.01.2017 / 17:57
0
answers

Change downloaded file name using Alamofire

I'm developing an iOS app where I update by downloading the JSON file with the new data, this file generated by PHP let destination = DownloadRequest.suggestedDownloadDestination(for: .documentDirectory) Alamofire.download(MINHA_URL.PHP, to:...
asked by 03.01.2017 / 01:27
2
answers

Swift - Add Show Password button

I have a text field, I have already included an image on the right side, clicking on this would like to reveal the password, however, I am not able to reach this result. The current code is: import UIKit class LoginViewController: UIViewContr...
asked by 27.09.2015 / 22:08
2
answers

Pick up user location

class ViewController: UIViewController { var locationManager = CLLocationManager() @IBOutlet weak var meuMapa: MKMapView! override func viewDidLoad() { // Ask for Authorisation from the User. self.locationManager.requestAlwaysAuthorizat...
asked by 26.09.2016 / 02:28
0
answers

InappBroser Phonegap opening URL in Chrome

I'm using inappbrowser on the phonegap to open an external link inside my app. Use this way var ref = cordova.InAppBrowser.open('http://google.com', '_blank', 'location=no'); When I open the phonegap desktop and emulate it on my phone, i...
asked by 01.09.2016 / 02:09