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

方針 #22

Description

@mitsuyoshi-yamazaki
  • 説明なしに使える
    • 自由度は犠牲にする
  • 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)
    }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions