let vc =storyboard?.instantiateViewController(withIdentifier: "TextVcID") as! TextVc
vc.okname=text1[indexPath.item]
navigationController?.pushViewController(vc, animated: false)
let vc =storyboard?.instantiateViewController(withIdentifier: "TextVcID") as! TextVc
vc.okname=text1[indexPath.item]
navigationController?.pushViewController(vc, animated: false)