Make your iOS app compatible with Right to Left languages in SwiftUI and UIKit!When you test your app, you may miss one of the important parts of the localisation: Right to Left(RTL) languages! There are a couple of…Jun 29, 2021Jun 29, 2021
Make the code testable in SwiftToday we’ll review an example of improper code for testing and try to suggest some ways to solve the issue…Mar 29, 2020Mar 29, 2020
Syncing multiple asynchronous tasks in SwiftYou may face the situations where it is needed some asynchronous tasks to be done first and then you can jump to the next stage of your…Mar 4, 2019Mar 4, 2019
Creating custom shapes using Bezier Paths and animate them by CABasicAnimation in iOSYou can create custom shapes in iOS with the power UIBezierPaths. In this tutorial we are going to create an arrow shape with animation ...Feb 11, 20191Feb 11, 20191