iOS 适配demo

时间:2017-12-24 08:53:05
【文件属性】:
文件名称:iOS 适配demo
文件大小:136KB
文件格式:ZIP
更新时间:2017-12-24 08:53:05
适配iOS 开发ios适配if([[UIDevice currentDevice].systemVersion floatValue]<7.0){ CGSize titleS = [title sizeWithFont:[_headerL font] constrainedToSize:CGSizeMake(270.0, CGFLOAT_MAX) lineBreakMode:NSLineBreakByWordWrapping]; _headerL.frame = CGRectMake(_headerL.frame.origin.x, _headerL.frame.origin.y, _headerL.frame.size.width, titleS.height); }else{ CGRect titleR = [title boundingRectWithSize:CGSizeMake(270.0, CGFLOAT_MAX) options:NSStringDrawingUsesLineFragmentOrigin attributes:nil context:nil]; headerL.frame = CGRectMake(_headerL.frame.origin.x, _headerL.frame.origin.y, _headerL.frame.size.width, titleR.size.height);
【文件预览】:
ZYCodeLayoutStudy
----ZYCodeLayoutStudy.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(19KB)
--------xcuserdata()
----.DS_Store(6KB)
----ZYCodeLayoutStudy()
--------main.m(334B)
--------Matthijs.png(12KB)
--------AppDelegate.h(277B)
--------AppDelegate.m(2KB)
--------Base.lproj()
--------11.jpg(3KB)
--------22.jpg(19KB)
--------Brad Cox.png(7KB)
--------ViewController.h(215B)
--------Images.xcassets()
--------Ray.png(21KB)
--------Info.plist(1KB)
--------ViewController.m(7KB)
--------Dennis Ritchie.png(7KB)
--------test.png(12KB)
----ZYCodeLayoutStudyTests()
--------ZYCodeLayoutStudyTests.m(889B)
--------Info.plist(751B)

网友评论