# CodeSegment **Repository Path**: mustard22/code-segment ## Basic Information - **Project Name**: CodeSegment - **Description**: 平时用到(记录)的代码片段,主要是iOS相关,包含Objective-C和swift。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-08 - **Last Updated**: 2023-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: oc, Swift ## README # CodeSegment ## 介绍 代码片段 ## 结构 ### iOS #### OC - Category知识点 - GCD计时器 - block知识点 - webview添加头尾视图 - 单例实现 - 扇形进度条 - 环形进度条 #### swift - VPN检测 - 单例实现 - 手机网络类型 - 投巧式防截屏 - WCDB数据库 ### Python - tcp通信练习 - 区块链初识 - 学习排序