如何在一个Viewcontroller里嵌入TableView
2个回答
2015-06-21 · 知道合伙人数码行家
huanglenzhi
知道合伙人数码行家
向TA提问 私信TA
知道合伙人数码行家
采纳数:117538
获赞数:517201
长期从事计算机组装,维护,网络组建及管理。对计算机硬件、操作系统安装、典型网络设备具有详细认知。
向TA提问 私信TA
关注
展开全部
导入一个ViewController,里面对于图片,描述等采用独立的View来排版,对于评论,则拖入一个tableView来显示。这时候问题来了,我在Swift类里继承了UIViewController, UITableViewDelegate和UITableViewDataSource之后,也加上了以下方法:
func numberOfSectionsInTableView(tableView: UITableView) -> Int {
func tableView(tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath: NSIndexPath) -> UITableViewCell {
func numberOfSectionsInTableView(tableView: UITableView) -> Int {
func tableView(tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath: NSIndexPath) -> UITableViewCell {
2018-07-30 · 做真实的自己 用良心做教育
千锋教育
千锋教育专注HTML5大前端、JavaEE、Python、人工智能、UI&UE、云计算、全栈软件测试、大数据、物联网+嵌入式、Unity游戏开发、网络安全、互联网营销、Go语言等培训教育。
向TA提问
关注
展开全部
导入一个ViewController,里面对于图片,描述等采用独立的View来排版,对于评论,则拖入一个tableView来显示。这时候问题来了,我在Swift类里继承了UIViewController, UITableViewDelegate和UITableViewDataSource之后,也加上了以下方法:
func numberOfSectionsInTableView(tableView: UITableView) -> Int {
func tableView(tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath: NSIndexPath) -> UITableViewCell {
func numberOfSectionsInTableView(tableView: UITableView) -> Int {
func tableView(tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath: NSIndexPath) -> UITableViewCell {
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询