Recently I had to generate an iOS simulator build for our QA team so that they can run automated tests. This is very handy and…
Tag: iOS
Inspired by a Xamgirl blog post about selecting multiple images from the gallery decided to do an updated version that will allow selecting multiple images…
Sometimes we want to show a quick piece of information by tapping on a view, this is commonly known as a tooltip. Recently I was…
There are scenarios when using a text editor that we want to show some options on the top of the keyboard. For example, a compose…
Recently, I was wondering how to implement a particle system animation in an abstract way so that it can be used inside any control. Fortunately,…
Using SVG for icons is a great way to tackle the different resolution issues on mobile platforms, but wouldn’t be even better if we can…