How to Generate and Install iPhone Developer Certificates and Profiles 0 Comment For publish your application to a phone or to the App Store, you need two signed profiles....
UITableView Custom Header With Background and Header Text 0 Comment - (UIView *) tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section { ...
Implementing a Database Factory Pattern in C# ASP .NET 0 Comment Why Do I Need a Database Layer Anyway? When creating software for clients, even the beginner...
How to set separater UITableView Cell -- Separator Line 0 Comment self.tableView.separatorStyle = UITableViewCellSeparatorStyleSingleLine; ...
How to set background of selected cell UITableView 0 Comment Selected Cell UITableView Background cell.selectedBackgroundView = [[[UIImageView alloc]...
Install the Windows Identity Foundation (WIF) SDK 0 Comment To install the WIF SDK you must first install the WIF runtime which requires the .NET 3.5...
What is a "delegate" in Objective C's iPhone development? 0 Comment See this discussion A delegate allows one object to send messages to another object...
Creating a custom UITableViewCell in iOS 4 0 Comment I have found the following links are very helpful. http://ijoshsmith.com/2011/07/16/crea...
Design Standards for iPhone Application development. 0 Comment For instance, the page points out that the interface for some already-developed Web-based,...