-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Doug Harper edited this page Jun 15, 2017
·
4 revisions
Magical Grid is an exercise created by Brian Voong -> LetsBuildThatApp for iOS developers. I'm creating my own little framework here as a roadmap for future projects, as a way to streamline the process.
After completing the Magical Grid I feel the two biggest learning points are...
- Using for-in loops effectively - we removed one of these loops to improve efficiency, but spent valuable time creating it to see how the app should work.
- Working with
UIPanGestureRecognizerto detected the boxes touched and animate them with a cool effect.
I also noted some useful functions that can be used in future projects. The animation settings used for the .ended state of the gesture provides a great little pop that could be used in any project.