TModifyView Class Reference

Inherits from UIView
Declared in TModifyView.h
TModifyView.m

Other Methods

– init

- (id)init

– setupViews

- (void)setupViews

– setData:

- (void)setData:(TModifyViewData *)data

– showInWindow:

- (void)showInWindow:(UIWindow *)window

– onTap:

- (void)onTap:(UIGestureRecognizer *)recognizer

– hide

- (void)hide

– didCancel:

- (void)didCancel:(UIButton *)sender

– didConfirm:

- (void)didConfirm:(UIButton *)sender

– textView:shouldChangeTextInRange:replacementText:

- (BOOL)textView:(UITextView *)textView shouldChangeTextInRange:(NSRange)range replacementText:(NSString *)text

– keyboardWillChangeFrame:

- (void)keyboardWillChangeFrame:(NSNotification *)notification

– keyboardWillHide:

- (void)keyboardWillHide:(NSNotification *)notification

– animateContainer:

- (void)animateContainer:(CGFloat)keyboardHeight

Other Methods

  container

@property (nonatomic, strong) UIView *container

  title

@property (nonatomic, strong) UILabel *title

  content

@property (nonatomic, strong) UITextView *content

  cancel

@property (nonatomic, strong) UIButton *cancel

  confirm

@property (nonatomic, strong) UIButton *confirm

  hLine

@property (nonatomic, strong) UIView *hLine

  vLine

@property (nonatomic, strong) UIView *vLine

  delegate

@property (nonatomic, weak) id<TModifyViewDelegate> delegate