IOS 代码 自动化布局

时间:2017-10-09 17:24:56
【文件属性】:

文件名称:IOS 代码 自动化布局

文件大小:1.99MB

文件格式:ZIP

更新时间:2017-10-09 17:24:56

IOS 代码 自动布局 1个bgimage 5个image

IOS 导航下拉列表,纯代码自动化布局 部分代码UIImageView *bgImage=[[UIImageView alloc] initWithFrame:CGRectMake(0, 0, self.view.frame.size.width, self.view.frame.size.height)]; bgImage.image=[UIImage imageNamed:@"bg.png"]; bgImage.translatesAutoresizingMaskIntoConstraints = NO; [self.view addSubview:bgImage]; NSDictionary *viewsbg = NSDictionaryOfVariableBindings(self.view,bgImage); [self.view addConstraints:[NSLayoutConstraint constraintsWithVisualFormat:@"|-0-[bgImage]-0-|" options:0 metrics:0 views:viewsbg]]; // [self.view addConstraints:[NSLayoutConstraint constraintsWithVisualFormat:@"|-0-[bgImage]-0-|" options:0 metrics:0 views:viewsbg]]; [self.view addConstraints:[NSLayoutConstraint constraintsWithVisualFormat:@"V:|-0-[bgImage]-0-|" options:0 metrics:0 views:viewsbg]];


【文件预览】:
DropDown
----DropDown()
--------DropDown-Info.plist(1KB)
--------main.m(333B)
--------NGMainViewController.m(775B)
--------NGMainViewController.h(219B)
--------st01_03.png(9KB)
--------st01_01@2x.png(44KB)
--------NGImageViewController.h(221B)
--------st01_05.png(89KB)
--------st01_04.png(10KB)
--------DropDown-Prefix.pch(344B)
--------st01_02-568h@2x.png(13KB)
--------NGAppDelegate.m(3KB)
--------st01_02@2x.png(24KB)
--------NGRightTableViewViewController.m(6KB)
--------Base.lproj()
--------bg.png(155KB)
--------st01_04@2x.png(25KB)
--------st01_05-568h@2x.png(301KB)
--------st01_01@2x副本.png(15KB)
--------st01_02.png(9KB)
--------.DS_Store(15KB)
--------st01_03@2x.png(21KB)
--------st01_04@2x副本.png(10KB)
--------NGViewController.h(377B)
--------st01_04-568h@2x.png(13KB)
--------st01_05@2x副本.png(92KB)
--------NGImageViewController.m(4KB)
--------bg@2x.png(475KB)
--------st01_05@2x.png(281KB)
--------st01_03@2x副本.png(8KB)
--------bg-568h@2x.png(360KB)
--------NGRightTableViewViewController.h(661B)
--------Images.xcassets()
--------NGViewController.m(5KB)
--------st01_03-568h@2x.png(11KB)
--------NGAppDelegate.h(273B)
--------en.lproj()
--------st01_01.png(15KB)
--------st01_02@2x副本.png(9KB)
----.DS_Store(6KB)
----DropDown.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(29KB)
--------xcuserdata()
----DropDownTests()
--------DropDownTests-Info.plist(685B)
--------DropDownTests.m(631B)
--------en.lproj()

网友评论

  • 非常不错的代码!有指导作用。