Xcode Simulator Tips and Tricks
The Xcode simulator is the developer’s friend across their iOS development journey. Without it, debugging applications has to always happen on device which is time consuming and a lot of…
The Xcode simulator is the developer’s friend across their iOS development journey. Without it, debugging applications has to always happen on device which is time consuming and a lot of…
Usually when thinking about an emergency the last thing you would think about is your phone charger, or tablet or other tech items that you might need. In this post…
With iOS 15.1 you can integrate your app into FaceTime using the new SharePlay technology. Below is the simplest implementation of SharePlay and GroupActivities API that I could write, and…