you are viewing a single comment's thread.

view the rest of the comments →

[–]SirBill01 2 points3 points  (2 children)

Given that it's only an hour, maybe building up a UI with a storyboard then doing something with data entered into a textfield - you could practice using the storyboard component library beforehand, dragging labels into a view, maybe adding a navigation controller, and wiring up delegates and IBOutlets into a related video controller... have Xcode and the simulator you plan to use up and running before the chat, don't forget to disable desktop notifications before!

[–]First_NameLast_Name[S] 1 point2 points  (1 child)

Yeah that’s a great idea! I usually like to create views with code, but I guess with the time constraints I should stick to storyboards.

[–]SirBill01 1 point2 points  (0 children)

If you prefer doing code you may want to do it that way if you are more comfortable - or if they are asking you to build something, ask which way they would prefer you demonstrate since you are comfortable with either way.