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 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 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 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 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, tnx :)
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jul ’21
Comment on Value of type 'Text' has no member 'searchable'
how can I fix it
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’21
Comment on Value of type 'Text' has no member 'searchable'
tnx so much, u are always help me :)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’21
Comment on Trailing closure passed to parameter of type 'Int' that does not accept a closure
look at below pls
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’21
Comment on Trailing closure passed to parameter of type 'Int' that does not accept a closure
I have onboarding view, it is work correctly, but when I integrate to main project it is throw that error. I guess it is due to I have two TabView in one project. do you have any idea?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’21
Comment on Trailing closure passed to parameter of type 'Int' that does not accept a closure
@OOPer, how can I rename tabview, I do not get it, can u tell me a bit details. pls
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’21
Comment on Trailing closure passed to parameter of type 'Int' that does not accept a closure
when I jump to definition for TabView in OtherView , it is jump to TabView in ContentView.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’21
Comment on Trailing closure passed to parameter of type 'Int' that does not accept a closure
@Claude31, bravo it is done
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’21
Comment on Why image detail view just show one image from listview?
tnx so so much @OOPer , I missed that point :)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’21
Comment on Is it possible to update SwiftUI 2.0 project to Swift 3.0?
So sorry I mean (Is it possible to update SwiftUI 2.0 project to SwiftUI 3.0? ), I understand tnx so much ☺
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’21
Comment on Is it possible to update SwiftUI 2.0 project to Swift 3.0?
no, I do not see like that issue
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’21