Posts by Bruno da Luz • 41 points
3 posts
-
1
votes2
answers130
viewsA: Auto iOS layout does not work properly Xcode 8.2
Well, an alternative for you to present the last button on iPhone 4 is to use a Tableview with static cells :) And in case your list of items increases, you will no longer have this problem this…
-
2
votes1
answer280
viewsA: Image on IOS navigation bar button
Your Viewcontroller has a Navigationcontroller ? Because if he doesn’t, his buttons won’t appear on the screen. How to add a navigationController to your viewController via code. func application(_…
-
1
votes2
answers117
viewsA: Whether or not to use Mainstoryboard Swift
For me to use the .storyboard I pretty much limit the drag and drop at the beginning until it goes, because you need to know how the components on the screen work, how the constraints work etc.…