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

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

内容简介: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》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

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

Distributed Algorithms

Distributed Algorithms

Wan Fokkink / The MIT Press / 2013-12-6 / USD 40.00

This book offers students and researchers a guide to distributed algorithms that emphasizes examples and exercises rather than the intricacies of mathematical models. It avoids mathematical argumentat......一起来看看 《Distributed Algorithms》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

MD5 加密
MD5 加密

MD5 加密工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换