iOS dev
10.7K subscribers
12 photos
5 files
6.09K links
There is a single sponsored link in each issue (monday).
One sponsor per issue.
Every sponsored link should be highly relevant to Apple ecosystem app development.
Sponsored link price - 100$
Contact: @tigorn
Download Telegram
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.
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.