01 2016 档案

摘要:之前开发中遇到的一个需求,要让APP强制横屏,但是在调用系统相册的时候会崩溃,原因是这样的reason: 'Supported orientations has no common orientation with the application, and [PUUIAlbumListViewCon... 阅读全文
posted @ 2016-01-19 14:09 V清风 阅读(949) 评论(0) 推荐(0)
摘要:-(NSString *)encrypt:(NSString *)string withKey:(NSString *)key{ self.sBox = [[self frameSBox:key] mutableCopy]; unichar code[string.length]; int i... 阅读全文
posted @ 2016-01-12 17:50 V清风 阅读(566) 评论(0) 推荐(0)
摘要:UIScrollView本身事是不支持touch的,我们可以给她添加拓展#import "UIScrollView+util.h"@implementation UIScrollView (util)-(void)touchesBegan:(NSSet *)touches withEvent:(UI... 阅读全文
posted @ 2016-01-07 09:13 V清风 阅读(501) 评论(0) 推荐(0)