上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 34 下一页
摘要: UIImagePickerController子类,没有主动访问Photos相册库内容,用户选择后由系统返回资源信息。这种方式不会触发相册权限弹窗TZImagePickerController代表的第三方,调用时如果未进行过权限选择弹窗会触发主动弹窗,另外有主动调用Photos或AssetLibra 阅读全文
posted @ 2021-01-18 16:27 雨筱逸悠 阅读(2302) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2021-01-14 11:23 雨筱逸悠 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 通过在不同的Target的Build Settings定义一些宏,可以做到区分当前运行的Target是哪一个,从而进行不同的处理 preprocessor macros xxx=yy 阅读全文
posted @ 2021-01-05 14:03 雨筱逸悠 阅读(51) 评论(0) 推荐(0) 编辑
摘要: 设置背景图片横竖平铺满,不随滚动而背景跟随滚动 <style type="text/css"> body { background-image:url(/i/eg_bg_02.gif); background-repeat:repeat-y repeat-x; background-attachme 阅读全文
posted @ 2021-01-04 09:53 雨筱逸悠 阅读(62) 评论(0) 推荐(0) 编辑
摘要: 启动npm服务 npm run serve:lazy相当于本地发布服务,连接本地服务可实时查看weex页面的更新 向weex端注册方法和组件 /// 功能组件 [WXSDKEngine registerModule:@"MallModule" withClass:NSClassFromString( 阅读全文
posted @ 2020-12-31 18:01 雨筱逸悠 阅读(253) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/LSj63THjgt2XKxkapAQpCg 首先在other C flag中增加下面这段:-fsanitize-coverage=func,trace-pc-guard #import <dlfcn.h> #import <libkern/OS 阅读全文
posted @ 2020-12-25 10:44 雨筱逸悠 阅读(82) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-12-22 17:37 雨筱逸悠 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-12-15 15:17 雨筱逸悠 阅读(4) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-12-15 11:31 雨筱逸悠 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 官网 https://weex.apache.org/zh/guide/use-vue-in-weex.html#支持的功能 安装环境 nodejs npm weex-cli 创建空项目(weex中命名使用小写) weex create xxxx cd到项目目录通过下面指令添加iOS工程项目 wee 阅读全文
posted @ 2020-12-06 21:34 雨筱逸悠 阅读(75) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 34 下一页