Skip to content
View tangzzz-fan's full-sized avatar
🐶
🐶

Block or report tangzzz-fan

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. career-coach-claude-skill career-coach-claude-skill Public

    Claude 职业发展教练

    6

  2. interviewprepskill interviewprepskill Public

    interviewprepskill

  3. Wiki-Gardener-Skill Wiki-Gardener-Skill Public

    Python

  4. AssembledScrollview AssembledScrollview Public

    Swift 1

  5. iOS Cell Registration & Reusing with... iOS Cell Registration & Reusing with Swift Protocol Extensions and Generics
    1
    # iOS Cell Registration & Reusing with Swift Protocol Extensions and Generics
    2
    A common task when developing iOS apps is to register custom cell subclasses for both `UITableView` and `UICollectionView`. Well, that is if you don’t use Storyboards, of course.
    3
    
                  
    4
    Both `UITableView` and `UICollectionView` offer a similar API to register custom cell classes:
    5