Mark Pospesel has a couple of nice repos that demo the popular folding and flipping animated transitions and effects seen in so many iOS apps these days.
Take a look at MPFoldTransition and MPFlipViewController on GitHub or include them in your Pod file since they’re both available as Cocoapods as well.
Thanks Mark!
Spot the Vulnerability: Loops and Terminating Conditions
Spot the Vulnerability: Loops and Terminating Conditions In memory-unsafe languages like C, special care must be taken when copying untrusted data, particularly when copying it to another buffer. In this post, we\'ll spot and mitigate a past vulnerability in Linux\'s...