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