Injecting JavaScript Into Web View In iOS
Using a web view to display some frequently updated content such as FAQ is a very common tactic used by…
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…
Data races -- the worst nightmare of all developers! They are hard to detect, very unpredictable, and extremely difficult to…