Skip to content

Instantly share code, notes, and snippets.

@izzuddin91
Created September 26, 2017 04:20
Show Gist options
  • Select an option

  • Save izzuddin91/98c5a973df8340fc7475f17667fc0d8a to your computer and use it in GitHub Desktop.

Select an option

Save izzuddin91/98c5a973df8340fc7475f17667fc0d8a to your computer and use it in GitHub Desktop.
@property (strong, nonatomic) UIWindow *window;
@property (nonatomic) UITableView *taskTable;
@property (nonatomic) UITextField *taskField;
@property (nonatomic) UIButton *insertButton;
@property (nonatomic) NSMutableArray *tasks;
-(void)addTask:( id )sender;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment