01 2015 档案

摘要:18:图片视图几种填充样式_imgView.contentMode = UIViewContentModeScaleAspectFill;如下:typedef NS_ENUM(NSInteger, UIViewContentMode) { UIViewContentModeScaleToFil... 阅读全文
posted @ 2015-01-09 16:12 踏浪帅 阅读(951) 评论(0) 推荐(1) 编辑
摘要:9:第三方插件整理JSON转实体:jsonModel https://github.com/icanzilb/JSONModel/美化按键:BButton https://github.com/mattlawer/BButton状态栏提示:JDStatusBarNotification http... 阅读全文
posted @ 2015-01-08 16:09 踏浪帅 阅读(951) 评论(0) 推荐(1) 编辑
摘要:1:UITextField设置出现清除按键self.textField.clearButtonMode = UITextFieldViewModeWhileEditing;说明:UITextField.clearButtonMode:清空输入的字符,有以下几种模式UITextFieldViewMod... 阅读全文
posted @ 2015-01-06 15:09 踏浪帅 阅读(778) 评论(2) 推荐(2) 编辑