Questions tagged as 'swift2'

3
answers

Display a list of items in horizontal Swift

I'm making an app that shows the weather information. I have the view divided into 3 sections: 1- A Uiview with information about today's weather 2- A UITableView with the following days of the time 3- A horizontal table with time by...
asked by 24.06.2016 / 10:37
3
answers

Calculate route between two points with Google Maps in IOS

I'm using the SDK of Google Maps in
asked by 20.10.2016 / 08:18
4
answers

Create a circular menu in ios with swift

I need to make a menu in IOS , that when the application starts, a menu like this will appear: I have been looking at bookstores but none resemble what I need. I've also tried with constraints but I can not make it look lik...
asked by 13.10.2016 / 09:25
1
answer

Prevent items in a view from being hidden by calling viewDidLayoutSubviews

I have been following a tutorial on how to implement a login with parse with the function of logging in with Facebook and Twitter, however, I find a detail. In principle the elements of the main view are hidden by means of the viewDidLayou...
asked by 27.12.2015 / 21:33
1
answer

ERROR ITMS-90475: "Invalid Bundle. iPad Multitasking support requires launch storyboard in bundle 'com.companyname.appname.' "

I'm trying to publish an application in AppStore and I get this error:    ERROR ITMS-90475: "Invalid Bundle, iPad Multitasking support requires launch storyboard in bundle 'com.companyname.appname.'" Does anyone know what this error reall...
asked by 01.02.2016 / 22:10
3
answers

Know when the App is launched for the first time in IOS

This question is in Android , but how would it be in iOS ? How can you tell if it's the first time the app starts? It would be interesting, in the case that the user updates the application is detected as new or update.     
asked by 30.08.2016 / 13:28
1
answer

Change language in the app

I'm doing an app in Spanish with swift2, but there are things that come out in English like for example when I use the camera from the app it says "Take photo". How can I change the language to Spanish?     
asked by 01.07.2016 / 12:10
1
answer

checkbox in swift

I need to add checkbox with the days of the week as in this image: The problem is that I can not find how to do it, I have tried with the library iCheckbox but it is not available. EDITED The response of Error404 is...
asked by 08.11.2016 / 10:35
1
answer

NSLayoutConstraints Margin and view that is not displayed

What's wrong with this code? Because the blue view is not shown? let myRedView = UIView(frame: CGRect(x: 0, y: 0, width: 400, height: 400)) myRedView.translatesAutoresizingMaskIntoConstraints = false myRedView.backgroundColor = UIColor.redColo...
asked by 07.06.2016 / 18:45
1
answer

Modify item "More" Tab Bar ios swift

I have made an app with Tab Bar and when I implement more than 6 items it automatically creates the "More" item. How do I modify the title "More" and what else is in English ?. Attached Images.     
asked by 16.05.2016 / 23:17