Giter VIP home page Giter VIP logo

Comments (11)

riscait avatar riscait commented on June 18, 2024 1

View ControllerにはVC付けましょう〜👍

Detail画面って、まだ実装しないですよね?

あと、二つの子VCをまとめる親VCが必要かと思います👌

Sent with GitHawk

from stepippo-ios.

yamatatsu10969 avatar yamatatsu10969 commented on June 18, 2024 1

その構成でPR出しますね!

from stepippo-ios.

yamatatsu10969 avatar yamatatsu10969 commented on June 18, 2024 1

ファイル用意案

  • Views
    • (IPPODetail.storyboard)
    • ListedIPPO.storyboard
    • AchievedIPPO.storyboard
    • StockedIPPO.storyboard
  • VC
    • (IPPODetailVC.swift)
    • ListedIPPOVC.swift (親)
    • AchievedIPPOVC.swift
    • StockedIPPOVC.swift

Detailは後から!!!

from stepippo-ios.

yamatatsu10969 avatar yamatatsu10969 commented on June 18, 2024

ファイル用意案

  • Views
    • ShowIPPO.storyboard
  • VC
    • ShowIPPOVC.swift

詳細画面追加時

  • Views
    • ShowIPPO.storyboard
  • VC
    • ShowIPPOVC.swift
    • ShowIPPODetailVC.swift

Viewsは同じ箇所で編集したいと思います。
@riscait
現場ではどのように管理しているんですかね?
1つの画面に、1つのVCがいるイメージですかね?

from stepippo-ios.

riscait avatar riscait commented on June 18, 2024

@yamatatsu10969

現場ではどのように管理しているんですかね?
1つの画面に、1つのVCがいるイメージですかね?

現場によりますが、個人的にチーム開発では 1VC = 1storyboard が良いかな、と思います👍
今後、もしかしたら一覧画面と詳細画面で別の人が並行して作業したりするかもしれないので👌

xxxList.storyboardxxxDetail.storyboardに分ける感じですかね😊

あ、確か使用するライブラリはそれぞれの画面をVCで用意するんでしたよね?
考えてみたんですが、
達成済みは AchievedIPPO.*、ストックはStockedIPPO.*という名前が良いかも?
と思いました👍

from stepippo-ios.

yamatatsu10969 avatar yamatatsu10969 commented on June 18, 2024

あ、確か使用するライブラリはそれぞれの画面をVCで用意するんでしたよね?
考えてみたんですが、達成済みは AchievedIPPO.*、ストックはStockedIPPO.*という名前が良いかも?
と思いました👍

そうなんですね!実装方法は知らなかったです!それぞれの画面をVCで用意するのなら、龍之介さんのアイデアが良さそうです!作成いたします!

現場によりますが、個人的にチーム開発では 1VC = 1storyboard が良いかな、と思います👍今後、もしかしたら一覧画面と詳細画面で別の人が並行して作業したりするかもしれないので👌xxxList.storyboard と xxxDetail.storyboardに分ける感じですかね😊

そうなんですね!現場のことも教えていただきありがとうございます!そちらでまずファイル作成を行います!

from stepippo-ios.

yamatatsu10969 avatar yamatatsu10969 commented on June 18, 2024

ファイル用意案

  • Views
    • IPPOList.storyboard
    • IPPODetail.storyboard
  • VC
    • AchievedIPPO.swift
    • StockedIPPO.swift

こちらでファイル作成します!

from stepippo-ios.

yamatatsu10969 avatar yamatatsu10969 commented on June 18, 2024

AchievedIPPO.swift
StockedIPPO.swift

こちらは、VCはつけなくても大丈夫ですかね?

from stepippo-ios.

yamatatsu10969 avatar yamatatsu10969 commented on June 18, 2024

Detail画面って、まだ実装しないですよね?

まだやらないので、後から追加することにします!

あと、二つの子VCをまとめる親VCが必要かと思います👌

確かにそうですね。
親VCの名前どうしましょう。
現状の案では、ListedIPPOVC.swift にしようと思っています!

ファイル用意案

  • Views
    • IPPOList.storyboard
    • (IPPODetail.storyboard)今回は追加しないが、後ほど実装する時に入れる。
  • VC
    • ListedIPPOVC.swift (親)
    • AchievedIPPOVC.swift
    • StockedIPPOVC.swift

from stepippo-ios.

riscait avatar riscait commented on June 18, 2024

ListedIPPOVC良いと思います👍

1VC=1SBなら、
ListedIPPO.storyboard
AchievedIPPO.storyboard
StockedIPPO.storyboard
が必要ではないでしょうか?🧐

Sent with GitHawk

from stepippo-ios.

yamatatsu10969 avatar yamatatsu10969 commented on June 18, 2024

かしこまりました!作成いたします!

from stepippo-ios.

Related Issues (20)

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.