文件名称: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)