Attendees: Carrie Zinck, Mark Nair, Anette Carlisle, Kenneth Jackson
Palace Coffee, 12:00 – 1:40 PM
Agenda
- Discussed the progress/Swift understanding so far based on class content.
- Discussed possible hopes/goals for the group.
- Discussed possible communication methods for collaboration.
- Set the next meeting for 2019-02-01, 12:00 pm, Palace Coffee.
Topics to discuss in a future meeting/online:
- Constraints
- Tables
- App Store hoops (privacy policy, terms, location, etc.)
- Getters and setters (actions based on variable state changes)
- Sprite Kit, Game Kit
Things to research/look up:
- Lady Ada
- Magic Leap (VR aimed for medical, etc.)
- IFTTT hoops to connect as a channel and work with other apps
Items discussed:
- Using Slack for team communication (Kenneth set this up on 1/26)
- If Let command (also see Slack thread from 1/26 for examples)
- Optionals (see playground file for this date for examples, as well as Slack postings)
Nil or value: use ? Unwrapping - if you are 100% sure that it will not be nil, use ! If not nil, do this stuff: if let x = value {stuff to do}
Leave a Reply