首页
归档
标签
关于
RSS
brew-安装-mongodb-时出错了
2017-02-21
You must brew link pkg-config before mongodb can be installed 在使用brew安装mongodb的时候报错,如上,解决方案,如下 brew link --overwrite ...
Read more
给UIWebView加个自定义的User-Agent
2017-01-04
//get the user agent NSString *oldAgent = [self.webView stringByEvaluatingJavaScriptFromString:@"navigator.userAgen...
Read more
一个基于MPMoviePlayerController的播放器
2015-12-05
XYVideoPlayer Github地址 一个基于MPMoviePlayerController的播放器 可以在App只支持竖屏的情况下显示横屏,可以进行横竖屏切换,还添加了一个分享按钮,一个喜欢按钮,扩展方便 横屏全屏 左1/3部分...
Read more
Xcode7 HTTP WARNING
2015-09-18
App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions ...
Read more
iOS快速集成微信登录、分享
2015-08-27
写在前面: 当前版本的不支持支付,后期会添加支付的方法。 首先按照微信iOS SDK接入,这里不再叙述。 微信SDK传送门 配置步骤: 第一步: 位置一:填写微信申请下来的AppId。 位置二:填写一个你的App的唯一标示,1k以内...
Read more
iOS证书及ipa包重签名探究
2015-08-26
iOS证书学习推荐博客代码签名探析,本文重点在于介绍ios8.1.3系统ipa包重签名(如企业证书)无法安装的问题。苹果在iOS8.1.3系统以后加强了对ipa安装包签名的验证,主要区别在于ipa唯一标识在原有Bundle Identifi...
Read more
制作一个渐变色的进度条
2015-08-26
呈现效果: GitHub: https://github.com/xuanyi0627/LXYGradientProgressView.git ...
Read more
UIButton或UILabel加个下划线
2015-08-14
UIButton Objective - C LXYHyperlinksButton.h @interface LXYHyperlinksButton : UIButton { UIColor *lineColor; } -(...
Read more
CRC32位校验在iOS中的使用方法
2015-07-14
简单介绍:使用方法 NSData *sendData = [[NSData alloc] init]; int32_t checksum = [sendData crc32]; 具体使用方式:见源码Demo 源码在 https://g...
Read more
XXTEA加密算法在iOS中的运用
2015-07-14
###用的是 andot 的源码,特此鸣谢。 源码在 https://github.com/xuanyi0627/xxtea-objc.git 但是在源码中没有对标志位的区分,在这个项目中对原来的代码进行了修改,添加了是否包含标志位。 ...
Read more
上一页
下一页