`
jsntghf
  • 浏览: 2483287 次
  • 性别: Icon_minigender_1
  • 来自: 苏州
社区版块
存档分类
最新评论

自定义UITextField

    博客分类:
  • iOS
阅读更多

主要是用到了一个自定义的UITextField,使用起来很方便,核心功能请参考附件。

 

CustomText *customText = [[CustomText alloc] initWithPage:CGRectMake(10, 30, 300, 35) delegat:self.view];
[self.view addSubview:customText];

 

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics