1
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

iOSのWidgetについて

Posted at

⚠️NDAに違反しない情報のみ掲載します。またスクリーンショットは掲載できません。随時追記

概要

iOSのWidgetは、Androidと違い自由度は少ない。
ただしその分統一感があったり、見やすさや操作性で優れている。
基本的にこれも対応必須になると思うので、備忘録として書いておく。

仕様

  • 2×2、2×4、4×4の3段階
  • iPhoneではホーム画面に表示できる
  • iPadはホーム画面で常に表示
  • Macでは通知センターに表示される
  • タッチされるとアプリが開くため、タッチイベントは利用できない
  • SwiftUIで記述可能

バグ

Xcodeからの書き込みの際、再起動しないと反映されない(beta1)

1
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?