Angela Yu Xcode 12 Course - Part 23 (lectures 202 to 209)

Here we go! Having failed miserably of getting much coding done at home, I'm back with a vengeance! Seriously though, I should NOT feel guilty. It's all about when I can actually have the time; it will come and go in phases. When I get to the 'One year' point (around June) then I can review what I have achieved and where I want to go with this. For now, the aim today is to get the Firebase course totally done. Let's go! Start Time - 13:15 UI Animations This sounds interesting - I'd assumed it was possible to do your own but having never SEEN it, I wasn't so sure! So Angela is showing the movement of a circle from left to right. All sorts of options for duration etc. So in this section This is wear we want animation coming up. The text field will move up so it's not obscured by the keyboard. Challenge - added the UITextFieldDelegate protocol no problems. I've done this before with a text bar! It means we're setting up this cha...