シルバー


My first App – iLanguages has released in App Store

Download it in App Store       Download it in App Store


Read more >>


iOS UIWebView background transparent

In objective-c code:

yourWebViewInstance.backgroundColor = [UIColor clearColor];
yourWebViewInstance.opaque = NO;



Read more >>


Removing UITableViewCell frame view

Sometimes We want to add the content to UITableViewCell without the frame of the cell, actually we can use backgroundView of cell to remove the frame of the cell…



Read more >>


How to catch the memory zombie in Xcode

Is that kinda difficult for catching memory leaks when debug your apps in Xcode, here is the method that is gonna tell you how to find bugs more quickly …



Read more >>


Grand Central Dispatch Introduction

Grand Central Dispatch (GCD) is a relatively new approach to multicore programming developed by Apple. It made its debut in Mac OS X 10.6 Snow Leopard, and was recently introduced to iOS 4.0. …



Read more >>


Something about 
UITableView

iOS tables can be only one column wide.

class: 
UITableView
Each visible row of the table is implemented by the class UITableViewCell. So, a table view is the object that displays the visible part of a table, and a table view cell is responsible for displaying a single row of the table (see Figure) …



Read more >>



  • Achieved with Wordpress
  • | By Samblg © 2012