2016年11月4日

share SDK 集成过程中遇到的问题 新浪微博error:redirect_uri_mismatch的解决方法

摘要: 暂时 也没有发现这个报错有什么后果 解决方法:到新浪微博注册应用的地方填上回调地址,然后将代码中的回调地址修改成和新浪微博开放平台里一样即可,见下图 完成后,删除测试机上的APP,Clean工程,然后重新编绎即可。 阅读全文

posted @ 2016-11-04 18:11 举个例子yi聪聪 阅读(856) 评论(0) 推荐(0) 编辑

集成shareSDK 过程中 报错“This app is not allowed to query for scheme sinaweibosso”

摘要: ②如果你的输出信息是 xxxx - error: "This app is not allowed to query for scheme xxxx" (在这里因为我的 App 集成了分享到QQ、微信、微博的功能,xxxx部分我看到了 mqq、wechat、sinaweibosso 等多条信息) 去 阅读全文

posted @ 2016-11-04 15:11 举个例子yi聪聪 阅读(2845) 评论(0) 推荐(0) 编辑

hud控件的使用 SVprogressHud MBProgressHUD

摘要: //方式1.直接在View上show HUD = [[MBProgressHUD showHUDAddedTo:self.view animated:YES] retain]; HUD.delegate = self; //常用的设置 //小矩形的背景色 HUD.color = [UIColor c 阅读全文

posted @ 2016-11-04 10:23 举个例子yi聪聪 阅读(1329) 评论(0) 推荐(0) 编辑

导航