摘要: 使用UITextField时UI经常要求里面的文字内容与TextField的左右边框保持一个距离,对上下边框没有距离要求,这样的话使用textField的leftView和rightView属性就行,比如 self.emailTextField.leftView = [[UIView alloc] 阅读全文
posted @ 2020-03-18 20:43 码出境界 阅读(1063) 评论(0) 推荐(0)
摘要: @interface BaseNavigationController () <UINavigationControllerDelegate> @end @implementation BaseNavigationController - (void)viewDidLoad { [super vie 阅读全文
posted @ 2020-03-18 20:34 码出境界 阅读(138) 评论(0) 推荐(0)