{"id":21027636,"url":"https://github.com/caledoniaproject/ios-snippets-objc","last_synced_at":"2025-08-01T15:44:28.630Z","repository":{"id":146441371,"uuid":"112836055","full_name":"CaledoniaProject/ios-snippets-objc","owner":"CaledoniaProject","description":"iOS 开发常用代码，Object-C","archived":false,"fork":false,"pushed_at":"2019-05-14T12:08:36.000Z","size":189,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-20T14:48:55.770Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CaledoniaProject.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-02T11:17:50.000Z","updated_at":"2019-10-23T07:32:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"4c7bb1e7-e58c-423d-b084-c9a2de65f56c","html_url":"https://github.com/CaledoniaProject/ios-snippets-objc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CaledoniaProject%2Fios-snippets-objc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CaledoniaProject%2Fios-snippets-objc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CaledoniaProject%2Fios-snippets-objc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CaledoniaProject%2Fios-snippets-objc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CaledoniaProject","download_url":"https://codeload.github.com/CaledoniaProject/ios-snippets-objc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243467025,"owners_count":20295306,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-19T11:51:54.958Z","updated_at":"2025-03-13T19:12:45.084Z","avatar_url":"https://github.com/CaledoniaProject.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# iOS 开发常用代码 (Object-C)\n\n去年学习iOS开发，整理了大量常用代码和问题解决方案，干脆全部公开好了\n\n\n\n## 常用 Podfile\n\n```\npod 'UIImage+ImageWithColor'\npod 'UITextView+Placeholder', '~\u003e 1.2'\npod 'Masonry'\npod 'SVProgressHUD'\npod 'SDWebImage', '~\u003e3.7'\npod 'SDWebImage/WebP'\n```\n\n## iOS 自定义控件\n\n##### 分类列表\n\n- \u003chttps://github.com/vsouza/awesome-ios\u003e\n- \u003chttps://github.com/Tim9Liu9/TimLiu-iOS#HUD%E4%B8%8EToast\u003e\n- \u003chttp://code.cocoachina.com/view/126326\u003e\n\n##### 类似陌陌顶部的 segment view\n\n* \u003chttps://github.com/MerrickSapsford/MSSTabbedPageViewController\u003e\n\n\n\n##### 类似探探的卡片\n\n* \u003chttps://github.com/y-hryk/YSLDraggableCardContainer\u003e\n* \u003chttps://github.com/Yalantis/Koloda\u003e\n* \u003chttps://github.com/tispr/tispr-card-stack\u003e\n* [https://github.com/modocache/MDCSwipeToChoose](https://github.com/modocache/MDCSwipeToChoose)\n\n\n##### 自定义下拉刷新\n\n* \u003chttps://github.com/fruitcoder/ReplaceAnimation\u003e\n\n\n##### 花椒在用的 refresh control\n\n* \u003chttps://github.com/CoderMJLee/MJRefresh\u003e\n\n\n##### 分段选择器\n\n* \u003chttps://github.com/Voley/DVSwitch\u003e\n* \u003chttps://github.com/dzenbot/DZNSegmentedControl\u003e \n\n##### 网络图片自动缓存 + 异步下载\n\n* \u003chttps://github.com/rs/SDWebImage\u003e\n\n\n##### 照片浏览器\n\n* \u003chttps://github.com/ideaismobile/IDMPhotoBrowser\u003e\n\n##### 常用的左侧菜单\n\n* \u003chttps://github.com/ViewDeck/ViewDeck\u003e \n* \u003chttps://github.com/Friend-LGA/LGSideMenuController\u003e\n* \u003chttps://github.com/mutualmobile/MMDrawerController\u003e\n* \u003chttps://github.com/romaonthego/REFrostedViewController\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaledoniaproject%2Fios-snippets-objc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaledoniaproject%2Fios-snippets-objc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaledoniaproject%2Fios-snippets-objc/lists"}