# JBCore **Repository Path**: shaoyezhang/jbcore ## Basic Information - **Project Name**: JBCore - **Description**: 自用基础库 - **Primary Language**: Swift - **License**: Not specified - **Default Branch**: master_runtime - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-05-05 - **Last Updated**: 2023-05-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # `HuaDingBase`说明文档 ## 一、结构说明 * Core:基础库 ## 二、使用说明 该库是一个综合基础库,使用时需使用分库进行分拣,默认仅加载核心库:Core。如: ```ruby pod 'HuaDingBase', '~> 1.0.4-oc' ``` * `BaseViewController`:基础控制器 * `BaseTableVc`:`UITableView`的默认实现,需`BaseViewController`的子类遵循`BaseTableVc` * `ConfigNavgationPro`、`HDButtonType`:导航栏配置 * `ConfigThemePro`:主题配置 * `Box`盒子包装器 ## 三、Base、HUD、Intrinsic