성국

Results 6 issues of 성국

tab.kt code : ``` models.add( NavigationTabBar.Model.Builder( ContextCompat.getDrawable(this, R.drawable.and_general_bottom_bar_home_normal_bt), ContextCompat.getColor(this, R.color.white)) .selectedIcon(ContextCompat.getDrawable(this, R.drawable.and_general_bottom_bar_home_active_bt)) .build() ) models.add( NavigationTabBar.Model.Builder( ContextCompat.getDrawable(this, R.drawable.and_general_bottom_bar_list_normal_bt), ContextCompat.getColor(this, R.color.white)) .selectedIcon(ContextCompat.getDrawable(this, R.drawable.and_general_bottom_bar_list_active_bt)) .build() ) ``` and xml code : ```...

i want to change the button image when i click the button but setShapeResource method doesn't work

enhancement

i got DYLD_FALLBACK_FRAMEWORK_PATH error

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] I'm trying to do...

enhancement

Not compatible Glide 4.7.1...

Environment ----------- - Kingfisher version: 8.5.0 - Swift version: 5.5 - Xcode version: 16.2 - Build configuration: Release (-O) ## Summary `KFImage` extension methods that mutate `context` via a `var...