九路 九路
4年前
iOS 图片和文字一起上传
最近在忙着开发公司的一个项目,中间遇到很多坑,对于图片的上传在这里我也不做太多的介绍,网上各种大神的资料都有的,今天我主要说一下我再上传图片和文字的时候遇到的一些坑(图文上传我们很多时候都会遇到,遇到多了网上找的各种博客,解决了图文一起上传的问题)废话不多说,直接上代码:/上传图文/(void)upLoadImageViewToS
Stella981 Stella981
3年前
Flutter Swiper制作轮播效果
!(https://oscimg.oschina.net/oscnet/71c82559e8c6c5a42d6e3420594398793d7.png)1、引入flutter\_swiper插件flutter最强大的siwiper,多种布局方式,无限轮播,Android和IOS双端适配.Flutter\_swiper的GitHub
Stella981 Stella981
3年前
Sirikit 和 Shortcuts 的新特性
作者:NotFound9,iOS/后端开发者,Github1.5KStar数的开源后端技术总结项目interviewGuide作者,微信公众号《大厂面试》号主Sessions:https://developer.apple.com/videos/play/wwdc2020/10068/推荐语快速浏
Easter79 Easter79
3年前
SwiftUI 编程指南
作者:CoderAFI, iOS开发者Session:https://developer.apple.com/videos/play/wwdc2020/10040/前言时光荏苒,SwiftUI技术已经推出一年,从WWDC2020来看,SwiftUI团队付出了空前的努力,使得SwiftUI无论是
Stella981 Stella981
3年前
Pod安装神策SDK报错Remote branch v2.1.3 not found in upstream origin
问题今日在执行项目调试,ios使用pod安装第三方依赖的时候,执行podinstall报错:!在这里插入图片描述(https://imgblog.csdnimg.cn/20200824163912490.png?xossprocessimage/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_1
Stella981 Stella981
3年前
OCRunner 第一篇:实现一个简单版热修复功能
作者:SilverFruity,https://github.com/SilverFruity小编寄语:上一周我们发布了《OCRunner第零篇:从零教你写一个iOS热修复框架》(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fmp.we
Stella981 Stella981
3年前
LEADTOOLS v18多平台条码识别(代码示例)
LEADTOOLSv18(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.evget.com%2FzhCN%2Fpartner%2F188%2Fdefault.aspx)(即LEADTOOLSAnywhere)将其世界领先的成像技术扩展到了WinRT、iOS、
Stella981 Stella981
3年前
IOS开发中NSRunloop跟NSTimer的问题
我们在使用NSTimer的时候,可能会接触到runloop的概念,下面是一个简单的例子:\(void)viewDidLoad{   \superviewDidLoad\;   //Doanyadditionalsetupafterloadingtheview,typicallyfromanib.
Stella981 Stella981
3年前
SiriKit 新变化:高品质的 Siri 媒体交互
作者:wiilen,iOS开发者。Sessions:https://developer.apple.com/videos/play/wwdc2020/10060/在WWDC19时,苹果提供了SiriMediaIntent,让用户能通过Siri来操作音视频App,进行搜索/播放节目。基于上线以来的反
Wesley13 Wesley13
3年前
IOS 百度地图点聚合使用
//xxx.m 文件import "BasicMapAnnotation.h"import "BMKClusterManager.h"/ 点聚合Annotation /@interface ClusterAnnotation : BMKPointAnnotation