1. 首页
  2. 移动开发
  3. 其他
  4. ios JDLayout 超简易的约束布局.zip

ios JDLayout 超简易的约束布局.zip

上传者: 2020-07-30 20:16:17上传 ZIP文件 1.81MB 热度 13次
使用方式: pod 'JDLayout', '~> 1.1.7'//垂直平分UILabel *label1 = [[UILabel alloc] init];label1.text = @"我是垂直平分1";label1.backgroundColor = [UIColor redColor];label1.textAlignment = NSTextAlignmentCenter;[self.view1 addSubview:label1];UILabel *label2 = [[UILabel alloc] init];label2.text = @"我是垂直平分2"
用户评论