
func tableVIEw(tableVIEw: UItableVIEw!,dIDSelectRowAtIndexPath indexPath: NSIndexPath!) { let alert = UIAlertController(Title: "Item selected",message: "You selected item \(indexPath.row)",preferredStyle: UIAlertControllerStyle.Alert) alert.addAction(UIAlertAction(Title: "OK",style: UIAlertActionStyle.Default,handler: { (alert: UIAlertAction!) in println("An alert of type \(alert.style.hashValue) was tapped!") })) self.presentVIEwController(alert,animated: true,completion: nil)} 总结 以上是内存溢出为你收集整理的arrays – swift,将NSIndexpath转换为Int全部内容,希望文章能够帮你解决arrays – swift,将NSIndexpath转换为Int所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)