Post

Replies

Boosts

Views

Activity

Comment on Change icons border when click the bottom tab bar in Swift
@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?
Topic: Programming Languages SubTopic: Swift Tags:
Jul ’21
Comment on why it says "this class is not key value coding-compliant for the key forgotPassword.'?"
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?
Topic: Programming Languages SubTopic: Swift Tags:
Jul ’21
Comment on why it says "this class is not key value coding-compliant for the key forgotPassword.'?"
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 ? :)
Topic: Programming Languages SubTopic: Swift Tags:
Jul ’21
Comment on Can we use the SwiftUI for every IOS app version?
iOS 13 is available on iPhone 6s or later (including iPhone SE). Here's the full list of confirmed devices that can run iOS 13: iPod touch (7th gen) iPhone 6s & iPhone 6s Plus iPhone SE & iPhone 7 & iPhone 7 Plus iPhone 8 & iPhone 8 Plus iPhone X iPhone XR & iPhone XS & iPhone XS Max iPhone 11 & iPhone 11 Pro & iPhone 11 Pro Max
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jun ’21
Comment on How we can use userInteractionEnabled in (number.name) for number only?
@Claude31, tnx :)
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jul ’21
Comment on How we can use userInteractionEnabled in (number.name) for number only?
@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?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jul ’21
Comment on How we can use userInteractionEnabled in (number.name) for number only?
@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
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jul ’21
Comment on Change icons border when click the bottom tab bar in Swift
@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?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jul ’21
Comment on Change icons border when click the bottom tab bar in Swift
@Claude31, tnx so much for responding, is it possible explaining a bit?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jul ’21
Comment on Why I am not able to click button and back to ViewController?
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
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jul ’21
Comment on why it says "this class is not key value coding-compliant for the key forgotPassword.'?"
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?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jul ’21
Comment on why it says "this class is not key value coding-compliant for the key forgotPassword.'?"
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 ? :)
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jul ’21
Comment on Cannot convert value of type 'ForgotPasswordEmailCheckController.Type' to expected argument type 'UIViewController'?
tnx so uch for ur solution :)
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jul ’21
Comment on why still say "No such module 'AssetsPickerViewController'" , even I updated pod file?
no I don't have m1 chip
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’21
Comment on Can we use the SwiftUI for every IOS app version?
ok, understand tnx so much :)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’21
Comment on Can we use the SwiftUI for every IOS app version?
iOS 13 is available on iPhone 6s or later (including iPhone SE). Here's the full list of confirmed devices that can run iOS 13: iPod touch (7th gen) iPhone 6s & iPhone 6s Plus iPhone SE & iPhone 7 & iPhone 7 Plus iPhone 8 & iPhone 8 Plus iPhone X iPhone XR & iPhone XS & iPhone XS Max iPhone 11 & iPhone 11 Pro & iPhone 11 Pro Max
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’21
Comment on Can we use the SwiftUI for every IOS app version?
Tnx so much for this cool information :) it mean it will support in iphone6s, right?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’21
Comment on Can we use the SwiftUI for every IOS app version?
OOPer last months I was broke ur hearth I guess in some question, I hope you will accept my apologies, cos I respect you alots
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’21
Comment on Can we use the SwiftUI for every IOS app version?
Tnx so much for this explanation, why swiftUI only support it, in future is it possible to support sub ios 13 version? If I use with in UIKit project it will still not support?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’21