Recent posts

Apps, from idea to conception

1 minute read

This article covers the basic steps how you can shape your app idea. This covers the situation where you already have the idea and are up to build an app. T...

Facebook SDK Login tutorial

3 minute read

In this lesson, you will create an app that connects to your Facebook account. You will be able to connect (log in) to your account on Facebook. And retrieve...

Completion handler in C

1 minute read

Completion handlers(CH) are convenient for requests, that might take some time before returning a value. CH is used to activate action when the request retur...

The delegate pattern

2 minute read

In general, this pattern was adopted by iOS developers very early and it has become a fundamental part of iOS development. Often interaction is guaranteed wh...

iOS Table wiew - using pre-defined details

1 minute read

Table view is one of predefined views, you can use, if you want to show a list of items. One of the things, worth mentioning is that there are predefined det...