08 2015 档案

摘要:UIPasteboard *pasteboard = [UIPasteboard generalPasteboard];pasteboard.string = self.label.text; 阅读全文
posted @ 2015-08-20 15:07 frounk 阅读(196) 评论(0) 推荐(0)
摘要:Git常用命令1、添加文件 git add xxx2、提交更新到本地 git commit -m 'local-repo'3、提交更新 git push master4、列出分支 git branch5、检索分支代码 git checkout xxx6、拉取分支更新 git pull x... 阅读全文
posted @ 2015-08-14 10:42 frounk 阅读(555) 评论(0) 推荐(0)
摘要:+(void)showMessage:(NSString *)message{ UIWindow * window = [UIApplication sharedApplication].keyWindow; UIView *showview = [[UIView alloc]init]; show... 阅读全文
posted @ 2015-08-13 18:05 frounk 阅读(213) 评论(0) 推荐(0)
摘要:本地调用短信分享。 1 #import "shareViewController.h" 2 3 @interface shareViewController (){ 4 UIAlertView *mfAlertview;//定义一个弹出框 5 UITextView* txYaoqi... 阅读全文
posted @ 2015-08-13 17:58 frounk 阅读(745) 评论(0) 推荐(0)
摘要:转自:http://blog.csdn.net/shenjie12345678/article/details/41120637 转自:http://blog.csdn.net/shenjie12345678/article/details/41120637 第一部分 首先第一步当然是介绍一下苹果的 阅读全文
posted @ 2015-08-12 13:25 frounk 阅读(226) 评论(0) 推荐(0)
摘要:Podfile 不识别 usr_framework!,系本地Pods版本太低,要在0.36以上。以下转自:http://blog.csdn.net/eqera/article/details/39312125 cocospod 安装和使用 目录(?)[+]一 ruby 安装 要安装coocspo... 阅读全文
posted @ 2015-08-12 09:54 frounk 阅读(930) 评论(0) 推荐(0)
摘要:http://stackoverflow.com/questions/13399659/get-cellid-mcc-mnc-lac-and-network-in-ios-5-1 阅读全文
posted @ 2015-08-06 18:36 frounk 阅读(452) 评论(0) 推荐(0)
摘要:iOS8.4 及之前的头文件 私有及共有APIhttps://github.com/nst/iOS-Runtime-Headers 阅读全文
posted @ 2015-08-06 18:34 frounk 阅读(352) 评论(0) 推荐(0)
摘要:转自:http://blog.csdn.net/shenjie12345678/article/details/41120637转pem 命令行:openssl x509 -in aps_production\.cer -inform DER -out aps_production_identity... 阅读全文
posted @ 2015-08-06 18:31 frounk 阅读(290) 评论(0) 推荐(0)
摘要:转自:http://blog.csdn.net/cubepeng/article/details/11284173OS不允许使用ios私有api,使用私有api可以获得意想不到的效果 ,同时使用私有api是一个程序员的技术体现之一。至于怎么通过apple的审核,其实是有些办法的,但是不属于今天讨论的... 阅读全文
posted @ 2015-08-06 18:27 frounk 阅读(528) 评论(0) 推荐(0)
摘要:转自:http://blog.csdn.net/sunyuanyang625/article/details/41440167获取各类iOS私有api安装工具class-dump资源地址http://download.csdn.net/detail/map625/8191343运行class-dum... 阅读全文
posted @ 2015-08-06 18:25 frounk 阅读(521) 评论(0) 推荐(0)