- Oct
- 19
FTCoreTextView for iOS
2011.10.19 13:48:47 by Ondrej Rafaj
2011.10.19 13:48:47 by Ondrej Rafaj
2011.10.19 13:44:14 by Ondrej Rafaj
2011.06.28 11:45:07 by Ondrej Rafaj
2011.03.18 14:36:47 by Ondrej Rafaj
2010.04.12 18:07:58 by Ondrej Rafaj
Few days ago I needed to build horizontal UIScrollView with pagination, then I started thinking about reusing the code later and this is the result. I started Google Code project, it is a static library that is so far handling different types of UIScrollView but we are working on it every day, than stay tuned cause there will be much more to come :)
2010.02.23 15:34:21 by Ondrej Rafaj
Hey Kids, today I want to tell you about library I wrote. It works like a tiny little database (without search), it is reusable within the application as all entries are stored in their own file. The entire library is based on NSArray (table) and NSDictionary (row).
This library should cover all the main functions everyone needs when working with tables, including easy reordering system. This library is not designed for large amount of data, but up to 100 items should be fine. Sorry for calling this thing a db but I’ve had no better idea ...
2010.02.04 12:06:49 by Ondrej Rafaj
Hi, today I want to show you how to use our brand new API that allows you to create contact / feedback forms in matter of minutes. In this tutorial we will be using JSON-framework and ASIHTTPRequest. Both are open projects and you can use them in your apps without any limitations.
2009.12.16 18:45:02 by Ondrej Rafaj
Hi, today I want to show you how to parse JSON files into the NSArray and NSDictionary and how to use those files and objects. This article should be a really good starting point for you guys who already knows the basics of work with Interface Builder and XCode.
2009.12.04 17:53:49 by Ondrej Rafaj
Today I'll show you how to create a delegate method that can pass data back to the parent class.
It actually does not matter if you are using this in the cell in table view or you are just exchanging data between different type of the class ... It' always the same.
2009.11.13 19:45:26 by Ondrej Rafaj
This class will allow you to check if user is connected to the internet or not
It is really easy to use and has just one function that returns YES or NO