Ilya Kharlamov
Ilya Kharlamov
If you add one view multiple times, then the view will appear only in the last item Example: -(int)numberOfCellsForCollapseClick {return 3;} -(UIView *)viewForCollapseClickContentViewAtIndex:(int)index {return imageView;} We add one view 3...
### Summary Related issue - #100 Now you can choose one of background interaction modes: * `.dismiss` - Taps dismiss the modal immediately * `.forward` - Touches are forwarded to...
Add right shadow to Single Rows
### 📚 AppMetrica SDK Version 5.0.0 ### 🛠️ Xcode Version 15.2 ### 📱 Device Information iPhone 13 Pro ### ⚙️ Installation Method Swift Package Manager ### 📝 Description When I...