摘要: #import <UIKit/UIKit.h> @interface SearchBar : UITextField @property (nonatomic,strong) UIButton *button; + (instancetype)searchBar; @end #import "Sea 阅读全文
posted @ 2016-08-30 17:34 iOS张文权 阅读(1546) 评论(0) 推荐(0) 编辑
摘要: //这里设置光标位置,让光标位置后移10 textField.leftView = [[UIView alloc]initWithFrame:CGRectMake(0, 0, 10, 0)]; textField.leftViewMode = UITextFieldViewModeAlways; 阅读全文
posted @ 2016-08-30 17:23 iOS张文权 阅读(3439) 评论(0) 推荐(0) 编辑