iOS 常用开源代码整理

本文章不定期整理.

//快速自动布局框架
Masonry
时间: 2024-10-12 04:31:40

iOS 常用开源代码整理的相关文章

Android 常用开源代码整理

1.AndroidAnnotations一个强大的android开源注解框架, 基本上可以注入任何类型, 比一般的所谓的注入框架要快, 因为他是通过生成一个子类来实现的绑定.具体查看文档. 2.android-async-http网络通讯框架 3.ButterKnife一个专注findById的注解框架, 比AndroidAnnotations更方便易用, 但功能稍弱 4.PicassoPicasso 是 Android 上一个强大的图片下载和缓存库. 5.GlideGlide 是一个 Andr

常用js代码整理、收集

个人整理了一下个人常用到的一些js代码,以方便学习以及日后使用,或许有一些是个人之前从网上摘下来的,但是不记得是具体从哪里来的了,如果你看到有一段代码跟你的文章很相似甚至一样,请不要气愤,请告诉我,我必定加上版权链接. 清除输入框默然提示文字 1 <input type="text" name="word" value='请输入关键字' style="color:#ccc;" /> 2 <script> 3 /* 4 *清

iOS常用开发资源整理

在行--专家付费咨询 杂项 App Release Checklist—iOS App发布清单. Hey Focus—帮助你专注于一个任务. Objective Cloud—Objective C App云端服务. Thermal—核心数据编辑器. Big Papoo—替代安装Adhoc App. Tweriod—分析你的推特和followers的推特找出最佳发布时间. Helpscout—用户邮件处理支持. Hipmob—应用内实时聊天. Flat Mobile App Design in P

ios常用开源框架

KissXml——xml解析库相关教程:http://www.iteye.com/topic/625849 http://sencho.blog.163.com/blog/static/83056228201151743110540/ 很方便的一个xml解析器,支持Xpath查询. skpsmtpmessage——Quick SMTP邮件发送svn checkout http://skpsmtpmessage.googlecode.com/svn/trunk/ skpsmtpmessage-re

常用开源站点整理

中科大:(老牌开源站)http://mirrors.ustc.edu.cn/mirrors.ustc.edu.cn has address 202.38.95.110 安徽省合肥市 教育网mirrors.ustc.edu.cn has address 202.141.160.110 安徽省合肥市 电信mirrors.ustc.edu.cn has IPv6 address 2001:da8:d800:95::110 IPV6地址mirrors.ustc.edu.cn mail is handle

常用JS代码整理

1: function request(paras) { 2: var url = location.href; 3: var paraString = url.substring(url.indexOf("?") + 1, url.length).split("&"); 4: var paraObj = {}; 5: for (i = 0; j = paraString[i]; i++) { 6: paraObj[j.substring(0, j.inde

go语言常用开源库整理

框架 https://github.com/go-martini/martini 图形验证码 https://github.com/dchest/captcha ORM https://github.com/jinzhu/gorm 表单验证 https://github.com/asaskevich/govalidator 时间插件 https://github.com/uniplaces/carbon Redis https://github.com/go-redis/redis Excel

material design 的android开源代码整理

https://github.com/navasmdc/MaterialDesignLibrary#progress-bar-indeterminate-determinate Material Design Android Library How to use Components Buttons Flat Button Rectangle Button Float Button Float small button Switches CheckBox Switch Progress indi

iOS流行的开源代码库

本文介绍一些流行的iOS的开源代码库 1.AFNetworking 更新频率高的轻量级的第三方网络库,基于NSURL和NSOperation,支持iOS和OSX.https://github.com/AFNetworking/AFNetworking 2.GPUImage 图像处理库,基于OpenGL ES,图像处理效率高.https://github.com/BradLarson/GPUImage 3.Masonry 自动布局库.https://github.com/SnapKit/Mason