Skip to the main content.

Snowdog eCommerce Blog


eCommerce insights, news, and thought leadership from the Snowdog team

 

iOS

Snowdog chosen by Adam Mickiewicz University to implement accessibility-focused mobile application

Snowdog has partnered with Adam Mickiewicz University in Poznań to collaborate on a groundbreaking project - UAM GO mobile app, which holds tremendous p...

Read More

The Power of AppClips in eCommerce

In WWDC 2020, one new iOS14 feature shone brighter than the rest: App Clips. With App Clips on their hands, users will have an opportunity to save time,...

Read More

Hand Pose using Vision Framework

Over the past few years — Apple has made huge improvements in the field of Machine Learning and Cameras both on the hardware and software end. We’ve not...

Read More

Enhancing User Data Security on iOS: A Closer Look at Keychain

If you’ve ever built an iOS app, you’ve probably come across a situation where you need to store sensitive information on behalf of the user. For this, ...

Read More

Wander App Becomes Open Source

“In open source, we feel strongly that to really do something well, you have to get a lot of people involved.“ words of Linus Torvalds. Snowdog is thril...

Read More

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

How to speed up your daily development? 37 Xcode Tips and Shortcuts - The guide to becoming a pro Xcode user

Learn how to navigate Xcode like a pro with our guide to the 37 most important tips for improved efficiency and productivity. Don't miss out on these po...

Read More

Diffable Data Sources - First look

iOS Data Handling Evolution: An Introduction to Diffable Data Sources. Handling data source for table view or collection view in iOS 12 and earlier requ...

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 recreate Snapchat's navigation on iOS? Part 3

In Part 3 of our tutorial on recreating Snapchat's navigation on iOS, we're going to explore the use of custom navigation buttons. Unlike the standard U...

Read More

How to recreate Snapchat's navigation on iOS? Part 2

In Part 1 of this tutorial, we explored how to replicate the horizontal axis (X) of Snapchat's navigation system. Now, in Part 2, we'll delve into the v...

Read More