-
littleGG
-
funcaddTransparencyView(withtempPath:UIBezierPath?)->CAShapeLayer?{
letpath=UIBezierPath(rect:UIScreen.main.bounds)
ifletaPath=tempPath{
path.append(aPath)
}
path.append(tempPath1)
path.usesE
-
littleGG
-
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..意思就是
-
ios
-
iOS 保留两位小数 不四舍五入1. 保留两位小数不进行四舍五入Nslog("@.2f",floor((2.34567)*100)/100);
2,传送门-(NSString *)notRounding:(float)price afterPoint:(int)position{
NSDecimalNumberHandler* roundingBehavior = [NSDecimal
-
ios
-
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]+
-
chenyuanyuan
-
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
-
littleGG
-
事件回顾,在***app上线时,打好的生产环境的包,在上传到iTunes之后,被苹果莫名移除。问题解决方式: 开发者账号注册的邮箱会收到一封来自苹果团队的邮件,此邮件中记录了app发生的错误信息。问题原因: 刚开始收到的邮件Missing Push Notification Entitlement。但是项目中并没有推送相关的代码。后面加上推送证书,iTunes上的生产环境包依然被移除,(由于开发者
-
littleGG
-
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.
-
littleGG
-
在进行webview链接跳转的时候会遇到链接中含有中文字符,这个时候我们需要编码中文字符,- (NSString *)encodeChineseWordForURL {NSCharacterSet *URLParamCharacterSet;NSMutableCharacterSet *characterSet = [NSMutableCharacterSet new];[characterSet
-
littleGG
-
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 (
-
littleGG
-
app store 上很多软件都是收费的,下面推荐一个下载破解版app的网站https://www.waitsun.com
-
littleGG
-
Fastlane入门:初级使用篇 http://www.jianshu.com/p/9f66b7a106ea使用fastlane gym/xctool编写ipa打包脚本http://www.jianshu.com/p/54ab07f2e63b/深入浅出 Fastlanehttp://www.tuicool.com/articles/6ziMJfa