MXTodoViewController Class Reference

Inherits from UIViewController
Declared in MXTodoViewController.h

Overview

The MXTodoViewController class provides UI components for information about a specified todo which should be set as a parameter when initailizing. It also contains user interfaces used for interacting with the todo.

  todoItem

The related todo.

@property (nonatomic, strong) MXTodoItem *todoItem

Declared In

MXTodoViewController.h

– initWithTodoItem:

Intialize a view controller for information about the specified todo.

- (instancetype)initWithTodoItem:(MXTodoItem *)todoItem

Parameters

todoItem

The todo whose information will be displayed in the view.

Return Value

A newly initialized MXTodoViewController instance.

Declared In

MXTodoViewController.h