# sshiqiao/douyin-ios-objectc

抖音 iOS Object-C版

Repository: https://github.com/sshiqiao/douyin-ios-objectc
Canonical: https://ross.abutalabs.com/products/douyin-ios-objectc
Homepage: https://sshiqiao.github.io/document/douyin-objectc.html
Language: Objective-C
License: MIT
License Family: permissive
Topics: ios, objective-c, avplayer, douyin
Last push: 2023-12-02T12:12:30+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 2955, "days_push": 1005, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2485, forks 677 (observed 2026-08-28T04:06:55.554619+00:00)

## What it is
An open-source Objective-C demo app for iOS that replicates core features of Douyin (TikTok), including a profile page, a swipeable short-video feed with AVPlayer, and WebSocket-based IM chat. It is primarily an educational project with detailed documentation explaining the implementation principles of each feature.

## Use cases
- build a tiktok-style short video feed on ios
- learn how to stream and cache video with avplayer
- implement websocket-based instant messaging in objective-c
- parse animated webp images with nsoperationqueue
- study how a real short-video app's api and ui work
- learn two-level caching for network resources on ios

## When to choose
- you want a reference implementation of a douyin/tiktok-like ios app in objective-c
- you are learning avplayer video streaming, webp decoding, or websocket chat on ios
- you need well-documented example code for complex ios ui and gesture handling

## When to avoid
- you need a production-ready or maintained app - the demo targets iOS 8-12 and has not been updated since 2023
- you prefer Swift - use the author's Swift version instead
- you need full Douyin functionality such as publishing, accounts, or recommendations

## Facets
- artifact type: application
- maturity: maintenance
- function: video-processing, websocket, caching, animation, gui
- domain: mobile-development, media, education, tutorials
- platform: -
- tags: douyin-clone, objective-c, tiktok, short-video, avplayer, im-chat, demo-app, learning-project, ios, mobile, swift

## Member repositories
- sshiqiao/douyin-ios-objectc (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:55.554619+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:28:04.616753+00:00, confidence not recorded.
  - readme: https://github.com/sshiqiao/douyin-ios-objectc (fetched 2026-08-28T04:06:55.554619+00:00, sha 63621a598ddf)
  - homepage: https://sshiqiao.github.io/document/douyin-objectc.html (fetched 2026-08-29T10:09:55.663595+00:00, sha 2a4fc9f8e330)
- Data as of 2026-08-30T08:39:29.467469+00:00.
