通过本篇你将学到
1、创建IntentConfiguration为小组件增加可编辑功能
2、创建Intents Extension,增加动态编辑数据
3、根据用户配置修改界面显示,整体效果图如下
右键GKWYWidget,New File 然后搜索intent,创建SiriKit Intent Definition File,这里命名为GKWYWidget,然后创建就会生成一个空的intentdefinition文件
然后点击左下角的New Intent,修改名字为WidgetConfiguration,如下
修改GKWYWidget如下
运行,然后长按小组件->编辑小组件,我们会看到下面的效果
接下来为编辑界面增加内容
点击配置文件下面的Parameters的加号,增加Boolean类型的参数,命名为custom,Display Name改为定制我的云音乐小组件
再次运行小组件,将会看到下面的效果
依次点击 Xcode ->File ->New ->Target ,搜索Intent,选择Intents Extension,Next,命名为GKWYIntent,把Include UI Extension的勾选去掉这里不需要。
修改GKWYData如下,增加getList方法,获取默认list,增加getModeList获取默认modeList
修改GKWYIntent里面的IntentHandler.swfit文件,实现GKWYWidgetConfigurationIntentHandling,其中的GKWYWidgetMode是上面添加WidgetMode后默认生成的
再次运行小组件,就会出现下面的效果
我们修改GKWYDataLoader里面的request方法如下,其中的requestRecommend是以前的请求推荐音乐的方法
只有用户选择每日音乐推荐的时候才请求接口,其他情况展示默认图片,用户选择歌单推荐后的效果如下:
至此,网易云小组件增加用户编辑功能就已经完成了。
通过这篇文章,我们学会了如何给小组件增加用户编辑功能,接下来将会从小组件的尺寸入手,给网易云小组件增加中尺寸和大尺寸的界面展示
---敬请期待
参考资料
iOS14 Widget小组件开发实践4——用户属性配置
网易云音乐 iOS 14 小组件实战手册
iOS14-桌面小插件 IntentConfiguration
1:仿豆瓣电影微信小程序https://github.com/zce/weapp-demo
2:微信小程序移动端商城
https://github.com/liuxuanqiang/wechat-weapp-mall
3:Gank微信小程序
https://github.com/lypeer/wechat-weapp-gank
4:微信小程序高仿QQ应用
https://github.com/xiehui999/SmallAppForQQ
5:微信中的知乎
https://github.com/RebeccaHanjw/weapp-wechat-zhihu
6:实现一个移动端小商城
https://github.com/skyvow/m-mall
7:微信小程序demo
https://github.com/web-Marker/wechat-Development
8: 跑步微信小程序Demo
https://github.com/alanwangmodify/weChatApp-Run
9:简单的v2ex微信小程序
https://github.com/jectychen/wechat-v2ex
10:腾讯云微信小程序
https://github.com/tencentyun/weapp-client-demo
11:微信小程序-微票
https://github.com/wangmingjob/weapp-weipiao
12:微信小程序demo 仿手机淘宝
https://github.com/ChangQing666/wechat-weapp-taobao
13:一个为微信小程序开发准备的基础骨架
https://github.com/zce/weapp-boilerplate
14:巴爷微信商城的简单版本
https://github.com/bayetech/wechat_mall_applet
15:微信小程序 - 电影推荐
https://github.com/yesifeng/wechat-weapp-movie
16:微信小程序-知乎日报
https://github.com/myronliu347/wechat-app-zhihudaily
17:微信小程序: 音乐播放器
https://github.com/eyasliu/wechat-app-music
18:使用微信小程序实现分答这款APP的基础功能
https://github.com/davedavehong/fenda-mock
19:微信小程序开发demo-地图定位
https://github.com/giscafer/wechat-weapp-mapdemo
:20:微信小程序 - 豆瓣电影
https://github.com/hingsir/weapp-douban-film
21:wepy仿微信聊天界面
https://github.com/wepyjs/wepy-wechat-demo
22:仿 「ONE · 一个」 的微信小程序
https://github.com/ahonn/weapp-one
23:微信小程序集成Redux实现的Todo list
https://github.com/charleyw/wechat-weapp-redux-todos
24: 基于Zhihu Live数据的微信小程序
https://github.com/dongweiming/weapp-zhihulive
25:微信小程序之小熊の日记
https://github.com/harveyqing/BearDiary
26:仿网易云音乐APP的微信小程序
https://github.com/sqaiyan/netmusic-app
27:微信小程序的Flex布局demo
https://github.com/icindy/wxflex
28:番茄时钟微信小程序版
https://github.com/kraaas/timer
29:Wafer 服务端 Demo
https://github.com/tencentyun/weapp-node-server-demo
30:微信小程序版聊天室
https://github.com/ericzyh/wechat-chat
31:微信小程序版简易计算器,适合入门练手
https://github.com/dunizb/wxapp-sCalc
32:微信小程序示例一笔到底
https://github.com/CFETeam/weapp-demo-session
33:基于面包旅行 API 制作的微信小程序示例
https://github.com/romoo/weapp-demo-breadtrip
34:新闻阅读器
https://github.com/vace/wechatapp-news-reader
35:一个简单的微信小程序购物车DEMO
https://github.com/SeptemberMaples/wechat-weapp-demo
36:微信小程序-公众号热门文章信息流
https://github.com/hijiangtao/weapp-newsapp
37:通过Node.js实现的妹子照片爬虫微信小程序
https://github.com/litt1e-p/weapp-girls
38:从FlexLayout布局开始学习微信小程序
https://github.com/hardog/wechat-app-flexlayout
39:HiApp 微信小程序版
https://github.com/BelinChung/wxapp-hiapp
40:微信小程序的简单尝试
https://github.com/zhengxiaowai/weapp-github
41:集美大学图书馆的便捷工具
https://github.com/ToadWoo/bookbox-wxapp
42:微信小程序版妹纸图
https://github.com/brucevanfdm/WeChatMeiZhi
43:V2ex 微信小程序版
https://github.com/bestony/weapp-V2ex
44:微信小程序仿百思不得姐
https://github.com/SureZhangHW/WXBaiSi
45:微信小程序音乐播放器应用
https://github.com/xingbofeng/wx-audio
46:医药网原生APP的微信小程序DEMO
https://github.com/jiabinxu/yiyaowang-wx
47:微信小程序跟读
https://github.com/gxmzjxk/wxreading
48:微信小程序瀑布流布局模式
https://github.com/icindy/WxMasonry
49:微信小程序HotApp云笔记
https://github.com/hotapp888/hotapp-notepad
50:小程序模仿——网易云音乐
https://github.com/MengZhaoFly/wechatApp-netease_cloudmusic
51:微信小程序商城demo
https://github.com/lin-xin/wxapp-mall
52:微信小程序版的扫雷
https://github.com/jsongo/wx-mime
53:专注管理时间的微信小程序
https://github.com/SeaHub/PigRaising
54:微信小程序版干货集中营
https://github.com/iwgang/GankCamp-WechatAPP
55:英雄联盟(LOL)战绩查询
https://github.com/xiaowenxia/weapp-lolgame
56:微信小程序首字母排序选择表
https://github.com/icindy/wxSortPickerView
57:微信小程序版豆瓣电影
https://github.com/David-Guo/weapp-douban-movie
58:简单的实现了1024的游戏规则
https://github.com/RedLove/WexinApp_1024
59:微信小程序试玩
https://github.com/uniquexiaobai/wechat-app-githubfeed
60:微信小程序逗乐
https://github.com/mkxiansheng/doule
61:一步步开发微信小程序
https://github.com/Gavin-YYC/wxApp
62:一个 meteor 的 React todo list 例子
https://github.com/leijing7/wx-mina-meteor
63:微信小程序健康菜谱
https://github.com/bestTao/caipu_weixin
64: jspapa微信小程序版本
https://github.com/biggerV/jspapa-wx
65:微信小程序版的CNodeJs中文社区
https://github.com/Shaman05/CNodeJs-WXAPP
66:LeanCloud 的微信小程序用户登陆Demo
https://github.com/bestony/weapp-LeanCloud
67: 微笑话微信小程序
https://github.com/zszdevelop/wejoke
68:微信小程序开发的App
https://github.com/chongbenben/liwushuoapp
69:体育新闻微信小程序
https://github.com/havenxie/weapp-sportsnews
70:基于Labrador和mobx构建的小程序开发demo
https://github.com/spacedragon/labrador_mobx_example
通过github拉取下的后台服务器,根据接口文档,调用真实的网易云音乐数据,独立开发而成。开发完成后最大的感受就是一定要会看,会查微信小程序的官方API文档,出bug时首先检查语法是否正确(刚入门比较容易犯拼写错误),根据控制台给错的错误信息定位到相应文件,进行逻辑检查。
注意后端返回的数据类型和和格式转换,看清接口文档明白后端要接收到的实际参数。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)