UIImageView activity indicator

This is a quick note on a really nice UIImageView feature I discovered recently. It allows you to set up your custom activity indicator based on UIImageView. It makes use of animationImages property.

It works pretty easy. You...

Read More

Carousel

This is the basic example of iOS carousel view. It is not as advanced as for example iCarousel but it gives understanding of basics.

The idea behind carouselish-controlls is that elements move farther in perspective during scrolling.

There are...

Read More

Circular Slider

Here I’d like to talk about circular sliders in general and gradient circular sliders in particular.

Very nice circular slider example is located here, mine is based upon it.

I do not like couple things about that slider though....

Read More

Flipping Window (OS X)

This is a quick note about window flipping effect under OS X.

I’ve found the code somwhere on the internet and I like how the effect looks (although, I don’t like the code).

Basicly the process consists of these steps:

...
Read More

Relly Elly development (iOS)

This project was started as a freelance job but soon after start client disappeared. And since he paid me nothing and no NDA was signed I decided to finish this project myself.

It took me about a year to complete...

Read More

Memory Purge development (OS X)

So, after 4+ years of iOS development I’ve decided to start developing for OS X. My first app was supposed to be very simple. I also wanted to try out Swift - new iOS/OS X programming language.

The simpliest project...

Read More