I build an open-source SwiftUI app with an Airtable back end

栏目: IT技术 · 发布时间: 4年前

内容简介:This is a small, functional example app that demonstrates how you can use Airtable as a lightweight backend. I wouldn't recommend using Airtable to store fast-moving data but as a means of storing strings, images, positions of views, and general data that

SwiftUI Airtable Demo

This is a small, functional example app that demonstrates how you can use Airtable as a lightweight backend. I wouldn't recommend using Airtable to store fast-moving data but as a means of storing strings, images, positions of views, and general data that won't get updated very often, Airtable could be a potential option for you.

Created by Zack Shapiro

Demo

Check out the video demo of this app.

Our Airtable setup:

I build an open-source SwiftUI app with an Airtable back end

I build an open-source SwiftUI app with an Airtable back end

App Rendering:

Running the app

  1. Clone the repo and open the .xcworkspace file (You shouldn't need to run pod install ).
  2. Create your own Airtables and mimick the same column types and data as I have in the screenshots above.
  3. Important : Visit https://airtable.com/api , choose your Base, and get the link to your base and API key. Plug those into apiKey and apiBaseUrl in AirtableService.swift .
  4. Build and run the app.

Requirements

Built using:

Contributing

Feel free to contribute. Leave an Issue if there is one.

License

MIT


以上所述就是小编给大家介绍的《I build an open-source SwiftUI app with an Airtable back end》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

软件测试的艺术

软件测试的艺术

梅尔斯 / 机械工业出版社 / 2006年01月 / 22.0

《软件测试的艺术》(原书第2版)成功、有效地进行软件测试的实用策略和技术:    基本的测试原理和策略      验收测试    程序检查和走查         安装测试    代码检查            模块(单元)测试    错误列表            测试规划与控制    同行评分            独立测试机构    黑盒、白盒测试    ......一起来看看 《软件测试的艺术》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

随机密码生成器
随机密码生成器

多种字符组合密码

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试