2020年7月6日

iOS UITextField输入框

摘要: 参考:https://www.jianshu.com/p/f310fa9459ed iOS 键盘回车键(换行、回车符)修改 https://www.jianshu.com/p/532d12375e9a iOS中收起键盘的几种方式 大体来说,收起键盘的方法有: 让textFiled放弃成为第一响应者( 阅读全文

posted @ 2020-07-06 15:21 高彰 阅读(1177) 评论(0) 推荐(0) 编辑

iOS判断当前设备旋转方向

摘要: UIDeviceOrientation 是机器硬件的当前旋转方向 这个你只能取值 不能设置 UIInterfaceOrientation 是你程序界面的当前旋转方向 这个可以设置 UIDeviceOrientation oriention = [UIDevice currentDevice].ori 阅读全文

posted @ 2020-07-06 12:12 高彰 阅读(1094) 评论(0) 推荐(0) 编辑

导航