摘要:
模式对话窗体跳转1、//模式对话窗体跳转- (void)presentViewController:(UIViewController *)viewControllerToPresent animated:(BOOL)flag completion:(void (^)(void))complet... 阅读全文
摘要:
UITextField属性:1、frame 坐标2、borderStyle 边框样式3、placeholder 提示文字4、keyboardType 键盘样式(数字键盘,字母键盘等)5、keyboardAppearance 键盘外观6、secureTextEntry 密文输入7、clearButto... 阅读全文