摘要: 效果图: 上代码: 先给一个self.navigationItem.titleView ,然后再放个ImangeView添加到titleView上: 核心代码: Demo地址:https://github.com/domanc/HeadImageScale.git 阅读全文
posted @ 2017-03-30 20:13 iOS_Doman 阅读(578) 评论(0) 推荐(0) 编辑
摘要: 以下为NSString类的扩展方法,分别是判断字符串是否只是包含字母、是否只包含数字、是否只包含字母和数字: 效果展示: 阅读全文
posted @ 2017-03-30 17:54 iOS_Doman 阅读(528) 评论(0) 推荐(0) 编辑
摘要: //当前时间格式化, 例:YYYY-MM-dd-EEEE-HH:mm:ss + (NSString *)getCurrentDataWithDateFormate:(NSString *)formate { NSDate *now = [NSDate date]; return [self dateFormattingWithDate:now toFormate:formate]... 阅读全文
posted @ 2017-03-30 16:48 iOS_Doman 阅读(2886) 评论(0) 推荐(0) 编辑