Commit Graph

243 Commits

Author SHA1 Message Date
CypherPoet d2e473baed Complete Day 47 2019-11-09 16:13:23 -06:00
CypherPoet 604fa88107 Complete Day 46 2019-11-08 17:00:46 -06:00
CypherPoet c448fdecd9 Complete Challenge 3
> Create a `ColorCyclingRectangle` shape that is the rectangular cousin of `ColorCyclingCircle`, allowing us to control the position of the gradient using a property.
2019-11-08 16:59:04 -06:00
CypherPoet 414bed6009 Complete Challenge 2
> Make the line thickness of your `Arrow` shape animatable.
2019-11-08 14:58:03 -06:00
CypherPoet db47324875 Complete Challenge 1
> Create an `Arrow` shape made from a rectangle and a triangle – having it point straight up is fine.
2019-11-07 21:21:21 -06:00
CypherPoet 4b1ddd9326 Complete Day 45 2019-11-07 19:58:08 -06:00
CypherPoet 804df782d1 Add line space 2019-11-06 13:28:55 -06:00
CypherPoet 690f69c45f Complete Day 44 2019-11-06 13:23:02 -06:00
CypherPoet d486fc5658 Add ColorCyclingCircle example 2019-11-06 13:19:10 -06:00
CypherPoet 1609eeaa38 Add RadialFlowerExample 2019-11-06 11:28:55 -06:00
CypherPoet 7e8e4e8ccc Complete Day 43 2019-11-05 15:01:41 -06:00
CypherPoet 5381ec87d9 Get started on project for Day 43 2019-11-05 11:08:56 -06:00
CypherPoet d0db6c9259 Complete Day 42 2019-11-04 15:49:12 -06:00
CypherPoet acccec3ece Small tweaks for loading performance 2019-11-04 15:40:35 -06:00
CypherPoet 9a1bb151f1 Complete Challenge 3
> Make a bar button in the missions list that toggles between showing launch dates and showing crew names.
2019-11-04 15:00:05 -06:00
CypherPoet b71dc4228a Complete Challenge 2
> Modify AstronautView to show all the missions this astronaut flew on.
2019-11-04 11:59:32 -06:00
CypherPoet 31474c56d6 Complete Challenge 1
> Add the launch date to MissionView, below the mission badge.
2019-11-04 08:11:01 -06:00
CypherPoet b1d1ab7a53 Complete Day 41 2019-11-03 09:57:32 -06:00
CypherPoet 7dd0954b2e Additional UI polish for astronaut details view 2019-11-03 09:56:23 -06:00
CypherPoet d2251f38cd Link the mission details with its crew members 2019-11-03 09:18:44 -06:00
CypherPoet 01d6f3bb03 Implement Mission Detail View 2019-11-03 06:54:28 -06:00
CypherPoet dbc68c8c2e Complete Day 40 2019-11-02 09:20:23 -05:00
CypherPoet 19d9720001 Implement project for parts covered by Day 40. 2019-11-02 09:11:35 -05:00
CypherPoet cdcd1b22ac Complete Day 39 2019-11-01 04:12:36 -05:00
CypherPoet 1c8a1148d1 Complete Day 38 2019-10-31 14:32:54 -05:00
CypherPoet 2d4595d401 Complete Challenge 3
> Add some validation to the "add" view.
2019-10-31 14:24:12 -05:00
CypherPoet 04b02d792e Complete Challenge 2
> Modify the expense amounts in the list view to contain some styling depending on their value.

I opted for using color-coded icon's based upon the expense category 🙂.
2019-10-31 00:54:37 -05:00
CypherPoet 36260e0b44 Complete Challenge 1
> Add an Edit/Done button to the list view so users can delete rows more easily.
2019-10-31 00:30:06 -05:00
CypherPoet 0721b9c9a1 Complete Day 37 2019-10-31 00:20:32 -05:00
CypherPoet 38096633d3 Implement app for Day 37 2019-10-31 00:08:52 -05:00
CypherPoet a0b14ab389 Complete Day 36 2019-10-29 17:05:27 -05:00
CypherPoet 6208e5bf84 Mark Day 35 milestone as in-progress 2019-10-28 15:39:07 -05:00
CypherPoet 241e9b21c7 fix day 25 typos 2019-10-27 18:11:09 -05:00
CypherPoet fd4f6b2a55 Complete Day 34 2019-10-27 16:24:37 -05:00
CypherPoet 17639f3ea9 Complete Challenge 3
> If you tap on the wrong flag? Well, that’s down to you.
2019-10-27 16:07:16 -05:00
CypherPoet deeebfb7ae Complete Challenge 2
> Make the other two buttons fade out to 25% opacity.
2019-10-27 15:48:27 -05:00
CypherPoet 2c05af74c5 Complete Challenge 1
> When you tap the correct flag, make it spin around 360 degrees on the Y axis.
2019-10-26 18:48:12 -05:00
CypherPoet 668c1e4c02 Complete Day 33 2019-10-26 17:45:25 -05:00
CypherPoet fceea42c96 Complete Day 32 2019-10-26 10:17:45 -05:00
CypherPoet 21e2df3a1e update template 2019-10-24 08:16:00 -05:00
CypherPoet 9d683aabe9 Complete Day 31 2019-10-24 08:15:23 -05:00
CypherPoet d79d25a5b9 Complete Challenge 3
> Put a text view below the List so you can track and show the player’s score for a given root word. How you calculate score is down to you, but something involving number of words and their letter count would be reasonable.
2019-10-24 08:12:03 -05:00
CypherPoet cb8785d1ea Complet Challenge 2
> Add a left bar button item that restarts the game, so users can restart with a new word whenever they want to.
2019-10-24 07:49:49 -05:00
CypherPoet 120c553447 Complete Challenge 1
> Disallow answers that are shorter than three letters or are just our start word.
2019-10-24 07:17:23 -05:00
CypherPoet ea424f83f4 Complete Day 30 2019-10-23 14:29:27 -05:00
CypherPoet 41bbf426ce Implement the core game logic for WordScramble 2019-10-23 14:17:07 -05:00
CypherPoet 15902e08a7 Complete Day 29 2019-10-22 00:52:25 -05:00
CypherPoet 38c28cb493 Complete Day 28 2019-10-21 07:19:19 -05:00
CypherPoet bf81f4409b Complete Challenge 3
> Change the user interface so that it always shows their recommended bedtime using a nice and large font. You should be able to remove the “Calculate” button entirely.
2019-10-21 07:11:12 -05:00
CypherPoet decac3d8cc Complete Challenge 2
> Replace the “Number of cups” stepper with a `Picker` showing the same range of values.
2019-10-21 05:02:54 -05:00