gpt4 book ai didi

ios - 快速的 tableview 到 webview

转载 作者:行者123 更新时间:2023-11-29 02:10:29 25 4
gpt4 key购买 nike

我在使用 TableView 时遇到问题,选择一个将我发送到 Web View 的单元格,但不是在代码处,我是开发应用程序 ios 的新手。谢谢

var arr: [String]?
var index : Int = Int()

override func viewDidLoad() {
super.viewDidLoad()

arr = ["google","yahoo","Swift"]
// Do any additional setup after loading the view, typically from a nib.
}


override func numberOfSectionsInTableView(tableView: UITableView) -> Int {
return 1
}

override func tableView(tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
return arr!.count
}

override func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath: NSIndexPath) -> UITableViewCell {

//var identifier : NSString = "Cell"

let cell = tableView.dequeueReusableCellWithIdentifier("Cell", forIndexPath: indexPath ) as UITableViewCell

这是符合的问题

override func tableView(tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
return arr!.count
}

这是控制台消息:

tableView UITableView 0x00007fc504033a00 0x00007fc504033a00 section Int 0 0 self OtraPrueba.ViewController 0x00007fc503548ca0 0x00007fc503548ca0 UIKit.UITableViewController UITableViewController 0x0000000105a4b3d0 0x000000010‌​5a4b3d0 arr [String]? 3 values Some [0] String "google" [1] String "yahoo" [2] String "Swift" index Int 0 0

最佳答案

你确定它崩溃了吗?您的控制台显示变量的描述并且没有错误消息。您在代码中放置了断点,它可能不会崩溃。尝试在删除(或禁用)断点后运行。

关于ios - 快速的 tableview 到 webview,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29333953/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com