@Claude31, In shortly I want to use the .isEnabled = false for (index + 1). in side of the textField.text = "(index + 1). (words[index])", is it possible?
@Claude31, I have 24 list item like 1.java, 2.go...user will only edit language, I do not want to re typing the number like that 1., 2., it should be unable to edit and stay fix, only java, go,..will able to edit
@Claud31, `BottomStackItem:
class BottomStackItem {
var title: String
var image: String
var isSelected: Bool
init(title: String,
image: String,
isSelected: Bool = false) {
self.title = title
self.image = image
self.isSelected = isSelected
}
}`
here we can change I guess, but how?
I was using this transition. " @IBAction func goSecond(_ sender: Any) {
let controller = SecondView()
navigationController?.pushViewController(controller, animated: true)
}
"
but I still do not understand how I will solve it
I want to use like that function func showAppDetailForApp(_ app: App) { let layout = UICollectionViewFlowLayout() let appDetailController = AppDetailController(collectionViewLayout: layout) appDetailController.app = app navigationController?.pushViewController(appDetailController, animated: true) } but how can use for forget password label?
tnx much for ur answer, I have storyboard and in my storyboard I have forget password label, I want to click the this label and open "ForgotPasswordEmailCheckController". ForgotPasswordEmailCheckController is a view write programmatic , I did'nt use storyboard for ForgotPasswordEmailCheckController. How can I connect to ForgotPasswordEmailCheckController? Any suggestion ? :)
@Claude31, In shortly I want to use the .isEnabled = false for (index + 1). in side of the textField.text = "(index + 1). (words[index])", is it possible?
@Claude31, I have 24 list item like 1.java, 2.go...user will only edit language, I do not want to re typing the number like that 1., 2., it should be unable to edit and stay fix, only java, go,..will able to edit
@Claud31, `BottomStackItem:
class BottomStackItem {
var title: String
var image: String
var isSelected: Bool
init(title: String,
image: String,
isSelected: Bool = false) {
self.title = title
self.image = image
self.isSelected = isSelected
}
}`
here we can change I guess, but how?
I was using this transition. " @IBAction func goSecond(_ sender: Any) {
let controller = SecondView()
navigationController?.pushViewController(controller, animated: true)
}
"
but I still do not understand how I will solve it
I want to use like that function func showAppDetailForApp(_ app: App) { let layout = UICollectionViewFlowLayout() let appDetailController = AppDetailController(collectionViewLayout: layout) appDetailController.app = app navigationController?.pushViewController(appDetailController, animated: true) } but how can use for forget password label?
tnx much for ur answer, I have storyboard and in my storyboard I have forget password label, I want to click the this label and open "ForgotPasswordEmailCheckController". ForgotPasswordEmailCheckController is a view write programmatic , I did'nt use storyboard for ForgotPasswordEmailCheckController. How can I connect to ForgotPasswordEmailCheckController? Any suggestion ? :)