Xcode: Difference between revisions

From bibbleWiki
Jump to navigation Jump to search
Line 11: Line 11:
VIPER is a design pattern which seems to be associated with Apple
VIPER is a design pattern which seems to be associated with Apple
[[File:VIPER01.png|600px]]<br>
[[File:VIPER01.png|600px]]<br>
Really enjoyed the demonstration from Youtube. [[https://www.youtube.com/watch?v=hFLdbWEE3_Y|here]]
Really enjoyed the demonstration from Youtube. [https://www.youtube.com/watch?v=hFLdbWEE3_Y|here]

Revision as of 01:02, 9 July 2022

Introduction

This page is for Xcode. We started on Xcode 13

Layouts

This is a bit like Android Studio and very much like Java where you build views in views and constraint where it makes sense. In this example we build three views, place them in a vertical stack view and constraint that. For Dice we put them in a horizontal stack view. For the button text we add a constraint to the width. Not sure where margin comes in currently.



When happy select the view layouts with the command key ⌘ and select default background



Adding the constraint for the number was hard. Put it in a view and add a constraint to indent on the right.


VIPER

VIPER is a design pattern which seems to be associated with Apple
Really enjoyed the demonstration from Youtube. [1]