PinnedRuslan DzhafarovHow to Upload images to Server Using multipart/form-data in iOSWhen it comes to transmitting binary data, such as images, over the internet, using the right format is crucial for successful…Dec 13, 2023Dec 13, 2023
PinnedRuslan DzhafarovHow to use DispatchGroup on iOS: Practical GuideDispatchGroup is a powerful tool that allows you to group multiple tasks together and wait for those tasks to complete before continuing…Jan 21, 20231Jan 21, 20231
PinnedRuslan DzhafarovUsing Autorelease Pool for Efficient Memory ManagementMemory management is a critical aspect of software development, and in Swift, Automatic Reference Counting (ARC) takes care of most memory…Dec 4, 2023Dec 4, 2023
PinnedRuslan DzhafarovHow to Create Your Own Programming Language — IntroductionBuilding your own programming language can be an exciting and challenging project for any programmer. It requires a deep understanding of…Feb 18, 2023Feb 18, 2023
PinnedRuslan DzhafarovDesign Patterns in Swift — ObserverThe Observer design pattern is a software design pattern that allows an object, called the subject, to notify other objects, called…Jan 23, 20232Jan 23, 20232
Ruslan DzhafarovAnimated Strikethrough Label in iOSBring text to life in UILabel by animating strikethrough in your iOS app. Follow this beginner-friendly, step-by-step Swift tutorial now!Sep 28Sep 28
Ruslan DzhafarovHow to Add Clickable Links to UILabel in iOSUnlock interactive text in UILabel by adding clickable links to your iOS app. Follow this beginner-friendly, step-by-step Swift tutorial…Sep 28Sep 28
Ruslan DzhafarovHow to Manage User Events on iOSLearn how to manage user events in iOS with practical use cases, examples, and best practicesAug 6Aug 6
Ruslan DzhafarovCircular Progress Bar with UIKit on iOSStep-by-step guide on implementing a circular progress bar with UIKit, including custom views, layers, bezier paths, and engaging…Jun 4Jun 4
Ruslan DzhafarovStar Rating View on iOS with UIKitDetailed step-by-step guide to creating Star Rating View on iOSMay 29May 29