01 2019 档案
摘要:Swift之分割视图控制器-UISplitViewController UISplitViewController这种控制器只能用于iPad,它可以在iPad屏幕中显示两个不同的场景:在横向模式下,左边显示一个表,供用户选择;用户选择表中的元素后,详细视图将显示该元素的详细信息。如果iPad被旋转到
阅读全文
摘要:https://blog.csdn.net/weixin_43704791/article/details/86424080 2019年01月13日 AppDelegate中: func application(_ application: UIApplication, didFinishLaunc
阅读全文
摘要:textField 基本属性 _textField.frame = CGRectMake(0, 0, 200, 50); _textField.delegate = self; _textField.text = str; [_textField becomeFirstResponder]; /*
阅读全文
摘要:https://www.jianshu.com/p/63bdeca39ddf 1、文本输入框的创建##### let textField = UITextField(frame: CGRect(x:10, y:60, width:200, height:30)) // let textField =
阅读全文

浙公网安备 33010602011771号