https://useyourloaf.com/blog/swift-non-nil-values-in-an-array-of-optionals/?utm_campaign=Revue%20newsletter&utm_medium=Newsletter&utm_source=Swiftly%20Curated
I find it hard to remember the different ways you can use case with Swift beyond the familiar switch. Here is one useful example for when you need to do something with the non-nil values in an array of optionals...
I find it hard to remember the different ways you can use case with Swift beyond the familiar switch. Here is one useful example for when you need to do something with the non-nil values in an array of optionals...
https://github.com/duckduckgo/iOS
DuckDuckGo Privacy Browser OpenSource - https://itunes.apple.com/us/app/duckduckgo-privacy-browser/id663592361?mt=8
DuckDuckGo Privacy Browser OpenSource - https://itunes.apple.com/us/app/duckduckgo-privacy-browser/id663592361?mt=8
GitHub
GitHub - duckduckgo/iOS: DuckDuckGo iOS Application
DuckDuckGo iOS Application. Contribute to duckduckgo/iOS development by creating an account on GitHub.
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