Skip to content

wozyao/ZYInputAlert

Repository files navigation

ZYInputAlert

Platform Language License

一枚小小的弹出输入框

Usage

Initialize

__weak typeof(self) weakSelf = self;
ZYInputAlertView *alertView = [ZYInputAlertView alertView];
alertView.placeholder = @"输入开心的事儿···";
[alertView confirmBtnClickBlock:^(NSString *inputString) {
  weakSelf.inputLabel.text = inputString;
}];
[alertView show];

That's it! Enjoy!

About

一枚小小的弹出输入框

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published