2 "name": "FPHNavigationController-swift",
4 "summary": "swift版本自定义导航",
5 "description": "隐藏系统navigationBar,然后在每个controller添加一个navigationBar,内部适配了左按钮的左边距\n在AppDelegate中添加\n\n`private static let runOnce: Void = {\n ClassLoad.harmlessFunction()\n }()\n \n override open var next: UIResponder? {\n AppDelegate.runOnce\n return super.next\n }`",
6 "homepage": "https://github.com/fupenghua/FPHNavigationController-swift",
12 "fupenghua": "390908980@qq.com"
15 "git": "https://github.com/fupenghua/FPHNavigationController-swift.git",
21 "swift_versions": "5.0",
22 "source_files": "FPHNavigationController-swift/*.swift",
23 "swift_version": "5.0"