上一页 1 ··· 4 5 6 7 8 9 下一页
摘要: +(void)showMessage:(NSString *)message{ UIWindow * window = [UIApplication sharedApplication].keyWindow; UIView *showview = [[UIView alloc]init]; show... 阅读全文
posted @ 2015-08-13 18:05 frounk 阅读(192) 评论(0) 推荐(0)
摘要: 本地调用短信分享。 1 #import "shareViewController.h" 2 3 @interface shareViewController (){ 4 UIAlertView *mfAlertview;//定义一个弹出框 5 UITextView* txYaoqi... 阅读全文
posted @ 2015-08-13 17:58 frounk 阅读(727) 评论(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 阅读(216) 评论(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 阅读(907) 评论(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 阅读(446) 评论(0) 推荐(0)
摘要: iOS8.4 及之前的头文件 私有及共有APIhttps://github.com/nst/iOS-Runtime-Headers 阅读全文
posted @ 2015-08-06 18:34 frounk 阅读(341) 评论(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 阅读(278) 评论(0) 推荐(0)
摘要: 转自:http://blog.csdn.net/cubepeng/article/details/11284173OS不允许使用ios私有api,使用私有api可以获得意想不到的效果 ,同时使用私有api是一个程序员的技术体现之一。至于怎么通过apple的审核,其实是有些办法的,但是不属于今天讨论的... 阅读全文
posted @ 2015-08-06 18:27 frounk 阅读(504) 评论(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 阅读(508) 评论(0) 推荐(0)
摘要: 通过在论坛中搜索,找到解决办法,我只是论坛的搬运工。分享如下:1.在info.plist中加入:NSLocationAlwaysUsageDescription=YESNSLocationWhenInUseUsageDescription=YES2.在调用百度SDK定位之前,先运行如下代码:if (... 阅读全文
posted @ 2015-07-09 15:07 frounk 阅读(215) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 下一页