In this IOS component tutorial, I will introduce how to implement pull down to refresh feature in UITableView. It is not that complicated if you have seen how we add pull down to refresh feature in UIScrollView. Technically, UITableView is the subclass of UIScrollView. Therefore, the method will be the same.
Read more
Pull Down to Refresh Free IOS App Components
The pull down to refresh effect is widely used in many famous iPhone and iPad Apps. Both Facebook and twitter are using this way to let their users update coming news. It becomes to be the most common way to refresh data. This iPhone app tutorial will guide Object-C programmers to add the pull down to refresh feature in UIScrollView, UITableView, and UITableViewController. In IOS Object-C, UITableView inherits from UIScrollView. Therefore, it is the same concept to add pull down to refresh in UIScrollView and UITableView.
Read more
AdMob Stopped Test Ads Service on IOS 6
Recently, AdMob stopped their test ads services on IOS 6 apps. The reason is that AdMob team found an issue when test ads were serving on live apps which were built with request.testing = YES, on IOS 6. I don’t know what the critical issue is, but I just remember that there are several feedback about memory usage and app crashes on IOS6 in AdMob email list. AdMob will plan to add support for test ads on IOS6 devices in the next version of AdMob SDK.
Read more
Create FaceBook App Like Login UI Animation in iPhone
Facebook iPhone app login UI looks like to be the standard login UI for iPhone application. No matter how big the screen resolution is, the iPhone screen is small. Especially when we start to type in our user name and password, the screen keyboard will occupy half of the screen. The Facebook app login UI gives a very good solution for small screen.

Read more
How to Avoid iPhone iPad App Rejection From App Store
In these fews days, I am working on my iphone apps. Currently, we are almost in the last stage. We need to prepare all the material to submit our app to Apple App Store. Before submitting, I pay attention on the Apple Store Review Guidelines. I find my app may breaks some of the rules and that may cause my iPhone app being rejected by Apple app store. I think it is time to learning the Apple Rules and it is even more important than developing the apps.
Read more