Skip to content
View tx-TEM's full-sized avatar

Block or report tx-TEM

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. AozoraReader AozoraReader Public

    Swift

  2. Swift 個人用コードまとめ Swift 個人用コードまとめ
    1
    #### コードから利用できるUIViewを作成する
    2
    ```swift
    3
    import UIKit
    4
    
                  
    5
    final class CommonSectionHeader: UIView {
  3. iOS14でCollectionViewCellにSwiftUIで作成し... iOS14でCollectionViewCellにSwiftUIで作成したViewを表示する
    1
    - iOS16以降はUIHostingConfigurationを使うと良いです。
    2
    - 再利用の際にUIHostingのセットアップをしなおしているので、処理がやや重そうです。
    3
    
                  
    4
    ```swift
    5
    final class HostingContentViewConfiguration<T: View>: UIContentConfiguration {
  4. CompositionalLayoutExample CompositionalLayoutExample Public

    Swift

  5. dotfiles dotfiles Public

    Vim Script