iOS开发UI第三方库-模糊效果&AutoLayout

模糊效果
FXBlurView 是一个UIView子类,支持iOS5.0以上版本,支持静态、动态模糊效果,继承与UIView的模糊特效
VVBlurPresentation 很简单易用的在原来viewconntroller基础上做模糊,然后present新的viewcontroller的
UICustomActionSheet 通过模糊背景来着重强调与菜单相关的元素--对话框 里面已经收藏
SABlurImageView 支持渐变动画效果的图像模糊化类库。P.S. 与前几天推存类库 SAHistoryNavigationViewController 是同一位作者
AutoLayout
Masonry 非常赞-Masonry是一个轻量级的布局框架,拥有自己的描述语法,采用更优雅的链式语法封装自动布局,简洁明了并具有高可读性( 使用介绍1 使用介绍2),iOS自适应前段库-Masonry的使用),Masonry、Classy、ClassyLiveLayout介绍。使用DEMO 视图居中显示、子视图含边距、视图等距离摆放、计算ScrollView的contentsize
Classy Classy是一个能与UIKit无缝结合stylesheet(样式)系统。它借鉴CSS的思想,但引入新的语法和命名规则,Classy官网,Masonry、Classy、ClassyLiveLayout介绍
ClassyLiveLayout ClassyLiveLayout通过结合Classy stylesheets与Masonry一起使用,能够在运行的模拟器中微调Auto Layout约束实时显示效果的工具,Masonry、Classy、ClassyLiveLayout介绍
PureLayout PureLayout 是 iOS & OS X Auto Layout 的终极 API——非常简单,又非常强大。PureLayout 通过一个全面的Auto Layout API 扩展了 UIView/NSView, NSArray 和 NSLayoutConstraint,仿照苹果自身的框架
UIView-AutoLayout Deprecated in favor of PureLayout, which includes OS X support:https://github.com/smileyborg/PureLayout
UIView-FDCollapsibleConstraints 一个AutoLayout辅助工具,最优雅的方式解决自动布局中子View的动态显示和隐藏的问题。第二个Demo模拟了一个经典的FlowLayout,任意一个元素隐藏时,底下的元素需要自动“顶”上来,配合这个扩展,你可以在IB里连一连,选一选,不用一行代码就能搞定
Autolayout_Demo 在项目中用自动布局实现的类似抽屉效果
当view隐藏的时候也隐藏其autolayout的NSLayoutAttribute 当view隐藏的时候也隐藏其autolayout的NSLayoutAttribute,从而不用大量的代码工作
SDAutoLayout AutoLayout 一行代码搞定自动布局!支持Cell、Label和Tableview高度自适应,致力于做最简单易用的AutoLayout库
MyLinearLayout MyLayout is a powerful iOS UI framework implemented by Objective-C. It integrates the functions with Android Layout,iOS AutoLayout,SizeClass, HTML CSS float and flexbox and bootstrap. So you can use LinearLayout,RelativeLayout,FrameLayout,TableLayout,FlowLayout,FloatLayout,PathLayout,LayoutSizeClass to build your App 自动布局 UIView UITableView UICo…
WHC_AutoLayoutKit Had better use the auto layout of open source framework,致力打造使用最简单功能最强大的自动布局开源库
NerdyUI 好用的快速布局 UI 库,适用于 iOS 8 及以上版本

你可能感兴趣的:(iOS开发UI第三方库-模糊效果&AutoLayout)