2020年9月29日

iOS 表单 application/x-www-form-urlencoded

摘要: 通常客户端上传数据与服务器交互的格式是 application/json ,很简单。 application/x-www-form-urlencoded ,这种格式的数据,和json有一些区别,数据简单的处理如下 + (NSString *)postDataWithDic:(NSDictionary 阅读全文

posted @ 2020-09-29 16:17 金字塔上D蜗牛 阅读(1726) 评论(0) 推荐(0) 编辑

iOS WebRTC

摘要: 想要在App内部使用WebRTC,不必跳出app,最简单的方式是直接使用 SFSafariViewController<需要注意的是iOS13以后才可以使用这个类,之前的还是乖乖跳转到Safari吧> 简单的使用方法如下: #import <SafariServices/SafariServices 阅读全文

posted @ 2020-09-29 16:06 金字塔上D蜗牛 阅读(332) 评论(0) 推荐(0) 编辑

导航