
Using Spotlight Search In Your Apps
Spotlight is a great feature that can make life a lot easier for your users. It's build into the system and the users are familiar with it. You can easily integrate with Spotlight by indexing your...

Spotlight is a great feature that can make life a lot easier for your users. It's build into the system and the users are familiar with it. You can easily integrate with Spotlight by indexing your...

Spotlight Search is a great feature that adds to the user experience. It's very simple to use and with just a little effort you will add a great functionality to your apps. In this short tutorial...

Long long time ago, when I was a student, I wrote a paper on genetic algorithms. This is a really exiting topic for me and I always wanted to create something for iOS using genetic algorithms. This...

There are more than a few search algorithms. Today we'll examine one of them, the Binary Search Algorithm, and we'll implement this algorithm using an array extension in swift. We'll also compare the...