How to Hijack WKWebView Navigation Actions
When working on a hybrid mobile app, it is extremely important to ensure that our users have a seamless transition…
When working on a hybrid mobile app, it is extremely important to ensure that our users have a seamless transition…
Using a web view to display some frequently updated content such as FAQ is a very common tactic used by…
If you have read my previous article, you should know by now how to create a task group, add child…
Apple introduced task groups in Swift 5.5 as one of the essential parts in the Swift concurrency framework. As the…
In my previous article, you have learned that actors can help us in preventing data races by ensuring mutual exclusion…
When the first time I saw the WWDC presentation about actors, I was thrilled with what it is capable of…