iOS开发问题总结

iPhone项目转iPad

2017-05-25  本文已影响10人  胜哥的二哥

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左右

上一篇下一篇

猜你喜欢

热点阅读