Skip to the main content.

Majid Jabrayilov

How to manage background tasks with the Task Scheduler in iOS 13?

The article discusses Apple's BackgroundTasks framework, which can be used to schedule and control the execution conditions of background jobs. The fram...

Read More

Building a GitHub search app with Combine framework - Part 2

If you're an iOS developer, you're probably familiar with Apple's Combine framework, which provides a declarative way to handle asynchronous events. In ...

Read More

Building a GitHub search app with Combine framework

The Combine framework, introduced at WWDC 2019, is a Functional Reactive Programming framework that simplifies asynchronous and synchronous state change...

Read More

How to improve accessibility of your iOS app with VoiceOver? - Part 3

In the past couple of weeks, we have discussed the basics of accessibility in iOS and VoiceOver gestures. Today, let’s continue with another Accessibili...

Read More

How to improve accessibility of your iOS app with VoiceOver? - Part 2

Accessibility is a crucial aspect of modern-day app development, and in our previous post, we explored the fundamentals of iOS accessibility, including ...

Read More

How to improve accessibility of your iOS app with VoiceOver? - Part 1

In this post, we will explore some best practices for making your app accessible to VoiceOver users. VoiceOver is a feature that provides spoken descrip...

Read More