Pablo Garcia

Apps for iPhone, iPad, Apple TV and Apple Watch

Spritekit - Background Scrolling - III

Jul 31, 2019

In this final post we will add speed to the background movement. When we will press the screen, we will increase the speed of the background, and if we stop pressing the screen, the speed will decrease to zero.

Spritekit - Background Scrolling - II

Jun 30, 2019

So, once we've achieved background scrolling (to the right), we are going to move forward and do this:

Spritekit - Background Scrolling - I

May 10, 2019

There are a lot of games using Infinite-Scrolling-Background technique to simulate characters movement.I

Parsing JSON files - Codable, A new hope

Apr 21, 2019

For a long time, I've been using...

Quadtree and Map Clustering - III

Mar 31, 2019

In the previous post we viewed how to cluster annotations. Now, let see it in a real map.

Quadtree and Map Clustering - II

Feb 6, 2019

In the previous post we viewed how to build a QuadTree, now we are going to do the real magic...

Quadtree and Map Clustering - I

Jan 23, 2019

Nowadays, lot of apps use maps to show some information, great apps like...

Tutorial - UICollectionView inside TableViewCell

Dec 31, 2018

And here we are, last hours of 2018 and I'm writing the last post of the year, hope you like it.

Tutorial - Custom Cells with XIB

Nov 30, 2018

In this tutorial I'm going to explain how to create custom cells with xibs files in a few easy steps.

Level Indicators

Oct 31, 2018

I have no idea about design, but I think I can appreciate beautiful ones. And that's what happened when I saw...

Fun with enums (Fun with flags)

Sep 23, 2018

Swift enums are pretty awesome. For a person like me, whose first programming language was C (a long, long, long time ago), it's like a breath of fresh air.

Create a Pod in Cocoapods

Aug 28, 2018

This is a simple guide to upload your first Pod to Cocoapods

Front Camera UIView

Jul 9, 2018

I’ve developed a FrontCameraView UIView class for a project that I’ve been working on

Camera Record Button

Jun 12, 2018

For a project that I've been working on, I decided to create a record button like the one in iOS.

Geometric Loaders

May 2, 2018

Whenever I do a new app, I always search on the internet for new cool activity indicators.

TubeLineStops

Apr 12, 2018

Hello and welcome to the first post of this humble blog!