Soheil Novinfard·Jun 29, 2021Make 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…
Soheil Novinfard·Mar 29, 2020Make 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…
Soheil Novinfard·Mar 4, 2019Syncing 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…
Soheil Novinfard·Feb 11, 2019Creating 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 ...A response icon1A response icon1