並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 2 件 / 2件

新着順 人気順

ActionSheetの検索結果1 - 2 件 / 2件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

ActionSheetに関するエントリは2件あります。 ios が関連タグです。 人気エントリには 『ActionSheetに代わるスタンダード? iOSアプリのプルダウンメニューについて #WWDC20 | DevelopersIO』などがあります。
  • ActionSheetに代わるスタンダード? iOSアプリのプルダウンメニューについて #WWDC20 | DevelopersIO

    はじめに CX事業本部の中安です。まいどです。 WWDC2020を経て、Appleのヒューマンインタフェースガイドラインにも新トピックが追加されていますね。 その中でも「Pull-Down Menus」という項目が増えているようです。 今回はこちらについてブログにしたためてみようかなと思います。 Pull-Down Menus まずはサマリーとしてはこう説明されています。 In iOS 14 and later, a button can display a pull-down menu that lists items or actions from which people can choose. You can use a pull-down menu — or simply menu — to offer items that are directly related to the

      ActionSheetに代わるスタンダード? iOSアプリのプルダウンメニューについて #WWDC20 | DevelopersIO
    • 【Swift】UIAlertControllerのactionSheetにカスタムViewを埋め込む | DevelopersIO

      UIAlertControllerからactionSheetスタイルで表示したアラートにカスタムViewを埋め込みたくなったので、埋め込み方法を調べました。 環境 Xcode 14.1 iOS 16.1 UIAlertController.Style.actionSheet UIAlertController.Styleを.actionSheetに選択することでiOSデバイスでは下から出てくるアクションシートを表現出来ます。 @IBAction private func showActionSheet(_ sender: UIButton) { let actionSheet = UIAlertController(title: "かわいいは作れる", message: nil, preferredStyle: .actionSheet) // iPadのクラッシュ対応 actionShe

        【Swift】UIAlertControllerのactionSheetにカスタムViewを埋め込む | DevelopersIO
      1

      新着記事