iOS自动适配

时间:2017-12-17 13:55:41
【文件属性】:

文件名称:iOS自动适配

文件大小:13KB

文件格式:ZIP

更新时间:2017-12-17 13:55:41

iOS自动适配 arc 屏幕适配 第三方

// iOS适配 自动适配 手动适配 // 只需要在要适配的控制器上加下面3句话,即可完成自动适配 #pragma mark- AutoAjustAttag - (void)dealloc{ // 销毁参照 [self.view removeRelation]; } - (void)viewWillAppear:(BOOL)animated{ // 自动适配 [self.view setAutoAjustWithSupderAccordingFrame:SGKScreenFrameIPhone3_5Portrait]; } - (void)willAnimateRotationToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation duration:(NSTimeInterval)duration{ // 手动旋转适配 [self.view autoAjustRelationWithInterfaceOrientation:toInterfaceOrientation]; }


【文件预览】:
AutoAjust1.1
----SGKAccording.m(2KB)
----SGKAccordingRelation.m(5KB)
----.DS_Store(6KB)
----UIView+SGKAutoAjust.h(2KB)
----SGKAjustUtil.h(447B)
----SGKAccording.h(704B)
----SGKAutoAjustInstance.h(752B)
----SGKAutoAjustInstance.m(2KB)
----UIView+SGKAutoAjust.m(3KB)
----SGKAjustUtil.m(770B)
----SGKAccordingRelation.h(2KB)
----SGKAutoAjust.h(382B)

网友评论

  • 我想问下。具体怎么用。需要import文件吗?iphone6 6+也可以适配吗?
  • 非常好用,真的