Skip to content

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…

License

Notifications You must be signed in to change notification settings

qianchuan2009/MyLinearLayout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MyLinearLayout

 一个功能强大的IOS布局类库,他提供了MyLinearLayout线性布局,MyRelativeLayout相对布局,MyFrameLayout的框架布局,可以适配各种屏幕尺寸,屏幕旋转和各种操作系统 ,不需要去学习AutoLayout,不用去学习Size Class。只需要设置简单的属性即可。
目前我正在整理一套IOS的资源管理器的库方面的代码,也能够让IOS像Android一样提供一套对字体,颜色,文字,尺寸,图片,样式的统一管控的方法。通过对资源的管控我们可以实现不同屏幕不同分辨率不同操作系统需求的资源的适配。而这些最终的目的是我要建立一套类似android一样的布局加载系统,我们也可以通过XML一样的方式来为IOS的界面布局,以便简化那些通过手写布局的朋友的开发时间。请大家期待吧。

具体使用方法请到我的CSDN主页中了解: http://blog.csdn.net/yangtiang/article/details/46483999 线性布局 http://blog.csdn.net/yangtiang/article/details/46795231 相对布局 http://blog.csdn.net/yangtiang/article/details/46492083 框架布局

About

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…

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 98.4%
  • Other 1.6%