CommentTextField 0.0.1

CommentTextField 0.0.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release May 2015

Maintained by yuyedaidao.



  • By
  • yuyedaidao

CommentTextFieldDemo

废话少数,先上图

实例图

上代码

[CommentTextField showWithComplelateBlcok:^(CommentTextField *view) {
  NSLog(@"str = %@",view.textField.text);
}];

[CommentTextField showWithUsername:@"小明" complelateBlcok:^(CommentTextField *view) {
  NSLog(@"str = %@",view.textField.text);
}];

[CommentTextField showWithScrollResign:NO alloweMoveInView:tableView flagView:clicedView complelateBlcok:^(CommentTextField      *view) {

}];

要想在UIScrollView上滑动即隐藏控件需要在UIScrollView的willDrag代理方法里实现CommentTextField的hide方法