https://useyourloaf.com/blog/masked-and-animated-corners/?utm_campaign=iOS%2BDev%2BWeekly&utm_medium=web&utm_source=iOS_Dev_Weekly_Issue_336
Masked And Animated Corners
Apple loves a rounded rectangle. They even sneaked a couple of improvements into iOS 11. I saw these two tips during WWDC 2017 and then forgot about them.
Masked And Animated Corners
Apple loves a rounded rectangle. They even sneaked a couple of improvements into iOS 11. I saw these two tips during WWDC 2017 and then forgot about them.
http://pragmaticswift.com/may-2017/app-security-in-swift.html
App Security
Security is not a set of methods, it’s a system. It’s better to think about threats and trust as early as you can.
Avoid plaintext at all cost. Encrypt your communication. Encrypt your local data as required.
If you don’t store the password, it can’t be leaked. ;)
But if you need to store passwords, do it right!
It’s not paranoia if it’s true.
App Security
Security is not a set of methods, it’s a system. It’s better to think about threats and trust as early as you can.
Avoid plaintext at all cost. Encrypt your communication. Encrypt your local data as required.
If you don’t store the password, it can’t be leaked. ;)
But if you need to store passwords, do it right!
It’s not paranoia if it’s true.
https://useyourloaf.com/blog/creating-custom-xcode-project-templates/
Creating Custom Xcode Project Templates
Creating Custom Xcode Project Templates