Giter VIP home page Giter VIP logo

benchhub's Introduction

こんなアプリを作っています

外に出るとベンチを探しがちな人向けアプリ。 リリースは目標は7月。 僕はよくベンチを探すので、近くのベンチを探したり、口コミを投稿できるアプリを開発中です。 ゆくゆくは、ゴミ箱や自販機など、有名なマップでは探しにくい情報を追加していく予定です。

benchhub's People

Contributors

shunsat0 avatar

Watchers

 avatar

benchhub's Issues

キーボードが開きっぱなしになる

現在把握している、キーボードが開きっぱなしになる状況は以下の場合

  • レビュー画面の「完了」をタップした際
  • 新規ベンチ情報投稿でテキスト入力した際

キーボードの「閉じる」ボタンが表示されない

TextField("場所を入力して移動", text: $inputText)
    .onSubmit {
        searchText = inputText
        inputText = ""
    }
    .submitLabel(.search)
    .toolbar {
        ToolbarItemGroup(placement: .keyboard) {
            HStack {
                Spacer()
                Button("閉じる") {
                    UIApplication.shared.endEditing()
                }
                Spacer().frame(width: 16)
            }
        }
    }

設定画面の実装

設定画面機能

  • 通知設定
  • よくある質問
  • 利用規約
  • プライバシーポリシー
  • ベンチ情報の追加

Tapの挙動調査

  • アプリ起動時後に、初めてアノテーションをタップすると、Sheetが開いてすぐに閉じてしまう

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.