Single-App License


  • Perpetual license (does not expire)
  • 1 application
  • Can distribute binary products only
  • Commercial use allowed
  • 6 months support
$19.99 Read License

Multi-App License


  • Perpetual license (does not expire)
  • 5 applications
  • Can distribute binary products only
  • Commercial use allowed
  • 1 year support
$44.99 Read License

Developer License


  • Perpetual license (does not expire)
  • Unlimited projects
  • Can distribute code and binary products
  • Commercial use allowed
  • 1 year support
$59.99 Read License

14 Day money-back guarantee

Full refund within 14 days of purchase date.

You need to log-in or create an account
  • Create an account
  • Log-in

Please use your real name.

Activation link will be sent to this address.

Minimum 8 characters

Enter your password again

Clicking this button confirms you read and agreed to the terms of use and privacy policy.

iOS Checklist Interface

iOS Checklist Interface
Developed by Wenpo Sun, Released Apr 18, 2012

An iOS Checklist Interface for iPad which can be used as a base for creating your own dynamic checklists.

Objective-C

Tags: box , boxes , business , checkbox

An iOS Checklist Interface for iPad. Use this template as a base for creating your own dynamic checklists.

Features Include:

  • An easy to use interface for checklists
  • Dynamic scrolling checklist interface for unlimited checkboxes
  • Total counts for each checklist items

A great checklist interface for your next project.

Back to top

How to use Checklist Interface

The project was built in xcode 4.3.2 and compiles for iOS 3.2 and later. It is built for the iPad.

Source Code Files

Included in the top level folder you will find

  • Checklist.xcodeproj
  • Checklist (Folder containing project files)
  • Checklist Files (Folder containing all files relevant to the Checklist)

Relevant Checklist Files

Opening Checklist.xcodeproj you will see a simple example project incorporating the files in the folder "Checklist Files"

This includes:

  • ChecklistViewController.h
  • ChecklistViewController.m
  • ChecklistViewController.xib
  • nameCheck.h
  • nameCheck.m
  • checklistItemCheck.h
  • checklistItemCheck.m
  • TotalLabel.h
  • TotalLabel.m
  • CheckButton.h
  • CheckButton.m
  • checked.png
  • unchecked.png

The class "ChecklistViewController" is a subclassed UIViewController class, when displayed, shows the checklist.

The class "nameCheck" is a subclassed NSObject with relevant variables

The class "checklistItemCheck" is a subclassed NSObject with relevant variables

The class "TotalLabel" is a subclassed UILabel with relevant variables and functions

The class "TotalLabel" is a subclassed UIButton with relevant variables and functions

Using the checklist

Going through the ChecklistViewController files (.h .m and .xib) will show you how this checklist is built. Relevant comments are present within the source code.

Copy the folder "Checklist Files" into your own project. Now from wherever you want to use the Checklist simply import "ChecklistViewController.h" and push the initialized object onto your navigationControllers Stack

E.g.

ChecklistViewController *checklist = [[ChecklistViewController alloc]init];
[self.navigationController pushViewController:checklist animated:YES];
[checklist release];

User Reviews

No reviews have been submitted yet.

Questions & Comments


Or enter your name and Email
No comments have been posted yet.
You must be logged-in to vote. Log-in to your account or register now.