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

浙公网安备 33010602011771号