iPhone项目转iPad

1.launchImage 需要有iPad的
2.snapkit的greaterThanOrEqualTo用起来有错误
3.从下想上拉的alertView需要加上代码:
alertController.popoverPresentationController?.sourceView = self.view
alertController.popoverPresentationController?.sourceRect = CGRect(x: (UIView.kScreenWidth)/2, y: (UIView.kScreenHeight)/2 - 250.0, width: 1.0, height: 1.0)
4.tableView cell上默认的label位置往中间靠了20左右

你可能感兴趣的:(iPhone项目转iPad)