IOS开发( 右侧选择分类 )
littleGG

iOS 开发 swift 抠图

funcaddTransparencyView(withtempPath:UIBezierPath?)->CAShapeLayer?{ letpath=UIBezierPath(rect:UIScreen.main.bounds) ifletaPath=tempPath{ path.append(aPath) } path.append(tempPath1) path.usesE
2405 人浏览
littleGG

iOS 证书导不出P12,不显示秘钥

In my case, I made the .cer file into “system” option not the “login” option. then I move the .cer file from the “system” to “login” option then press “My Certificates” then export it .p12 is ok..意思就是
1982 人浏览
ios

iOS 保留两位小数 不四舍五入

iOS 保留两位小数 不四舍五入1. 保留两位小数不进行四舍五入Nslog("@.2f",floor((2.34567)*100)/100); 2,传送门-(NSString *)notRounding:(float)price afterPoint:(int)position{ NSDecimalNumberHandler* roundingBehavior = [NSDecimal
5035 人浏览
ios

iOS常用工具类-输入信息验证 emali, 手机号, 身份证, 数字

iOS常用工具类-输入信息验证 验证 emali, 手机号, 身份证, 数字#pragmamark-验证输入信息 //验证email +(BOOL)isEmail:(NSString*)input{ NSString*emailRegex=@"^([a-zA-Z0-9]*[-_]?[a-zA-Z0-9]+)*@([a-zA-Z0-9]*[-_]?[a-zA-Z0-9]+
2887 人浏览
ios

ios打包ipa的四种实用方法(.app转.ipa)

2998 人浏览
chenyuanyuan

Privacy Policy

Personal informationThis application does not collect or transmit any user's personally identifiable information. No personal information is used, stored, secured or disclosed by services this applica
2504 人浏览
littleGG

iOS 发版遇到问题总结

事件回顾,在***app上线时,打好的生产环境的包,在上传到iTunes之后,被苹果莫名移除。问题解决方式: 开发者账号注册的邮箱会收到一封来自苹果团队的邮件,此邮件中记录了app发生的错误信息。问题原因: 刚开始收到的邮件Missing Push Notification Entitlement。但是项目中并没有推送相关的代码。后面加上推送证书,iTunes上的生产环境包依然被移除,(由于开发者
2613 人浏览
littleGG

iOS 自动化打包,服务器,plist,证书等的配置 (转)

As we all know. 苹果在iOS7.1中的Adhoc强制使用https链接,这下公司的小伙伴就不能愉快的通过内网下载安装测试包了经过一番折腾,终于实现了自签署SSL证书让手机通过浏览器在线安装ipa1. 环境开发环境:Mac OS X 10.9.4+Xcode6Beta5服务器:CentOS 6.5 x64+apache22. 客户端准备部署文件a)先去developer.apple.
3552 人浏览
littleGG

iOS URLEcode

在进行webview链接跳转的时候会遇到链接中含有中文字符,这个时候我们需要编码中文字符,- (NSString *)encodeChineseWordForURL {NSCharacterSet *URLParamCharacterSet;NSMutableCharacterSet *characterSet = [NSMutableCharacterSet new];[characterSet
2763 人浏览
littleGG

iOS Appicon launchImage && 放大模式下图片

LaunchImage:320*480640*960640*1136750*13341242*22082208*1242仅此记录本人遇到的问题:launchImage 只有6P,6SP,7P 设备加载不出来,其他正常。原因:UI给错图尺寸放大模式下图片:640*960, 640*1136, 750*1334,1242*2208, 应该说该有的都有了。iPhone 6 (S), iPhone 6 (
3007 人浏览
littleGG

Mac上很多破解软件 爱情守望者

app store 上很多软件都是收费的,下面推荐一个下载破解版app的网站https://www.waitsun.com
11676 人浏览
littleGG

fastlane iOS android 集成打包

Fastlane入门:初级使用篇 http://www.jianshu.com/p/9f66b7a106ea使用fastlane gym/xctool编写ipa打包脚本http://www.jianshu.com/p/54ab07f2e63b/深入浅出 Fastlanehttp://www.tuicool.com/articles/6ziMJfa
2969 人浏览