Swift With Sadeq | سوییفت با صادق
@swiftdevelop
134
subscribers
19
photos
1
video
170
links
Email: swiftwithsadeq@gmail.com
Twitter:
https://twitter.com/swiftwithsadeq
Telegram:
@sadeghbitarafan
Download Telegram
Join
Swift With Sadeq | سوییفت با صادق
134 subscribers
Swift With Sadeq | سوییفت با صادق
https://news.1rj.ru/str/iosdevio/1040
Telegram
iOS dev
https://medium.com/@vixentael/popular-note-taking-apps-share-these-security-flaws-security-tips-for-developers-326180e41329
Swift With Sadeq | سوییفت با صادق
https://www.swiftbysundell.com/posts/pattern-matching-in-swift
Swift by Sundell
Pattern matching in Swift | Swift by Sundell
One really elegant aspect of Swift’s design is how it manages to hide much of its power behind much simpler programming constructs. Pattern matching is one source of that power, especially considering how it’s integrated into many different aspects of the…
Swift With Sadeq | سوییفت با صادق
https://agostini.tech/2019/02/25/generating-strong-passwords-with-autofill/
agostini.tech
Generating Strong Passwords With AutoFill | agostini.tech
In this article we will be generating strong passwords with AutoFill and store them in the keychain so they can easily be used when logging in.
Swift With Sadeq | سوییفت با صادق
https://www.swiftbysundell.com/posts/the-power-of-userdefaults-in-swift
Swift by Sundell
The power of UserDefaults in Swift | Swift by Sundell
The UserDefaults API can at first glance appear to be somewhat limited. However, it turns out that the power of UserDefaults extends far beyond simply storing and loading basic value types. This week, let’s take a look at what some of that power comes from…
Swift With Sadeq | سوییفت با صادق
http://www.figure.ink/blog/2019/3/3/exhaustive-properties-with-tuples
Figure
Exhaustive Properties with Tuples — Figure
Swift With Sadeq | سوییفت با صادق
https://matteomanferdini.com/unwind-segue/
Matteo Manferdini
Unwind Segues Step-by-Step (and 4 Reasons to Use Them)
Unwind segues in iOS can be quite confusing. Unlike their forward counterpart, they are based on a more complicated mechanism and different rules. That usually complicates their setup. Moreover, many wonder why you should use an unwind segue when you can…
Swift With Sadeq | سوییفت با صادق
https://fluffy.es/how-to-debug-app-which-got-launched-push-notification/
fluffy.es - iOS development tutorials
How to debug app which got launched from tapping push notification
There might be occassion that your app got launched by user tapping push notification in the control center. Sometimes we might want to do a certain action if the app is launched from push notification, say move to a certain view controller or call a certain…
Swift With Sadeq | سوییفت با صادق
https://savvyapps.com/blog/continuous-integration-ios-bitrise
Swift With Sadeq | سوییفت با صادق
https://medium.com/flawless-app-stories/create-your-own-cocoapods-library-da589d5cd270
Medium
Create your own CocoaPods library
Learn how to create a pod from scratch and utilize Travis and Codecov to make the pod robust.
Swift With Sadeq | سوییفت با صادق
https://www.hackingwithswift.com/articles/179/capture-lists-in-swift-whats-the-difference-between-weak-strong-and-unowned-references
Hacking with Swift
Capture lists in Swift: what’s the difference between weak, strong, and unowned references?
Weak vs strong vs unowned – know the difference in closures
Swift With Sadeq | سوییفت با صادق
https://www.serversideswift.info/videos?utm_campaign=iOS%2BDev%2BWeekly&utm_medium=web&utm_source=iOS%2BDev%2BWeekly%2BIssue%2B394
ServerSide.swift Conference
Videos | ServerSide.swift Conference
ServerSide.swift - the conference for server-side Swift developers
Swift With Sadeq | سوییفت با صادق
https://agostini.tech/2019/03/10/magic-of-rxswift-rx-operators/
agostini.tech
Magic of RxSwift. Rx Operators | agostini.tech
RxSwift uses quite a lot of operators utilizing reactive patterns. It is a core part where its magic happens. The Clarke’s third law says: Any sufficiently advanced technology is indistinguishable from magic. In the previous article, we found out the basic…
Swift With Sadeq | سوییفت با صادق
https://useyourloaf.com/blog/self-sizing-child-views/
Use Your Loaf - iOS Development News & Tips
Self-sizing Child Views
If you are struggling with massive view controllers you are likely to come across the suggestion to use container view controllers. A parent view controller splits a user interface into several, simpler, child view controllers. You add the root views of each…
Swift With Sadeq | سوییفت با صادق
https://www.swiftbysundell.com/posts/integration-tests-in-swift
Swift by Sundell
Integration tests in Swift | Swift by Sundell
When writing any kind of automated tests, it can sometimes be tricky to achieve a balance between making tests run efficiently and predictably, while still exercising the right code paths under realistic conditions. This week, let’s take a look at one way…
Swift With Sadeq | سوییفت با صادق
https://badootech.badoo.com/ios-particle-systems-a-christmas-story-270c1844fd50
badoo_tech
Particle systems: a Christmas story
Christmas has always been one of my favourite times of the year. For me, Christmas is a season that brings so much love, laughter…
Swift With Sadeq | سوییفت با صادق
http://www.mokacoding.com/blog/better-tests-for-delegates/
mokacoding
Better tests for delegates
When testing delegates, we are asserting rigid implementation details. Here's a way to make those tests more flexible.
Swift With Sadeq | سوییفت با صادق
https://benoitpasquier.com/coordinator-pattern-swift/
Benoit Pasquier
Introduction to Coordinator pattern in Swift
After some times creating different iOS apps following an MVVM pattern, I’m often not sure how to implement the navigation. If the View handles the rendering and user’s interactions and the ViewModel the service or business logic, where does the navigation…
Swift With Sadeq | سوییفت با صادق
سال ۱۳۹۸ را به همه شما عزیزان تبریک میگوییم
🎇
🎇
🎆
🎆
Swift With Sadeq | سوییفت با صادق
https://christiantietze.de/posts/2019/03/replace-objects-with-value-types/
Christian Tietze
Replacing More Reference Objects with Value Types
I was removing quite a few protocols and classes lately. Turns out, I like what's left. I relied on classes for example because they can be subclassed ...
Swift With Sadeq | سوییفت با صادق
https://medium.com/@alfianlosari/refactor-mvc-ios-app-to-mvvm-with-rxswift-in-minutes-alfian-losari-ec7905f946f4
Medium
Refactor MVC iOS App to MVVM with RxSwift in Minutes
MVC is the app architecture that Apple recommends to the developers when developing iOS application. It provides clear separation between…
Swift With Sadeq | سوییفت با صادق
http://exploringswift.com/making-a-tinder-esque-card-swiping-interface-using-swift/
Exploring Swift
Making a Tinder-esque Card Swiping interface using Swift
Tinder - we all know that dating app where you can just reject or accept someone by swiping right or left. BAM! The whole card swiping idea is now used in tons of apps. It’s a way to show data if you have grown tired of using table views and collection views.…
TWeb.init({scrollToPost:'swiftdevelop/121'});