UITableView.rowHeightを使う
myTableView = UITableView(frame: CGRect(x: 0, y: 0, width: self.view.frame.width, height: self.view.frame.height))
myTableView.rowHeight = 200
これだけ。
swift 2.0
xcode 7.0.1
Go to list of users who liked
More than 5 years have passed since last update.
UITableView.rowHeightを使う
myTableView = UITableView(frame: CGRect(x: 0, y: 0, width: self.view.frame.width, height: self.view.frame.height))
myTableView.rowHeight = 200
これだけ。
swift 2.0
xcode 7.0.1
Register as a new user and use Qiita more conveniently
Go to list of users who liked