Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

方針 #22

Open
4 of 10 tasks
mitsuyoshi-yamazaki opened this issue Jul 10, 2018 · 1 comment
Open
4 of 10 tasks

方針 #22

mitsuyoshi-yamazaki opened this issue Jul 10, 2018 · 1 comment
Assignees

Comments

@mitsuyoshi-yamazaki
Copy link
Contributor

mitsuyoshi-yamazaki commented Jul 10, 2018

  • 説明なしに使える
    • 自由度は犠牲にする
  • Swift4対応
  • 構造を理解しやすく
  • Install Swiftlint via CocoaPods
    • Add podspec
  • UpperContentが固定か可変か選択式
    • 先ずはどちらか→固定, 高さは決まっている
      -> tabViewTopConstraint削除
  • DEBUG時にScrollableでないchildを追加したら警告
    • 先ずはScrollable固定
  • Swiftlintのscheme設定がリポジトリに入っていないかもしれない

KVO

    let observer = upperContentView.observe(\.bounds, options: .new) { [weak self] contentView, _ in
      self?.observeUpperViewHeight(contentView.frame.height)
    }
@mitsuyoshi-yamazaki mitsuyoshi-yamazaki self-assigned this Jul 10, 2018
@mitsuyoshi-yamazaki
Copy link
Contributor Author

起動時のレイアウトがおかしい問題

tabViewTopConstraintが設定されていない

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant