Results 17 issues of DOPO

版本:1.29.0 代码: ``` let mainVc = MainView(viewControllers: [ UINavigationController(rootViewController: BookshelfView()), UINavigationController(rootViewController: BookStoreView()), UINavigationController(rootViewController: PersonalView()) ], tabBarItemsAttributes: [ [CYLTabBarItemTitle: "书架", CYLTabBarItemImage: R.image.tab_bookshelf_normal.name, CYLTabBarItemSelectedImage: R.image.tab_bookshelf_selected.name], [CYLTabBarItemTitle: "书城", CYLTabBarItemImage: R.image.tab_store_normal.name, CYLTabBarItemSelectedImage: R.image.tab_store_selected.name], [CYLTabBarItemTitle:...

bug

DB里县级别都有了

enhancement

![iShot2021-04-30 11 05 06](https://user-images.githubusercontent.com/11830896/116643579-f0d22780-a9a3-11eb-835e-13deadc3d717.jpg) pod 'MaterialComponents/BottomNavigation+Theming'

menuViewController.appearance.popMenuColor.backgroundColor = .solid(fill: .white) ![iShot2021-05-12 10 41 53](https://user-images.githubusercontent.com/11830896/117910541-b0ad6600-b30e-11eb-94a3-9dc86c869973.jpg)

setRipple(true, Color.parseColor("#000000")) app:bl_ripple_color="#000000"

不能设置tip相对于view剧中?

如图,四边都有被切割 ![1af33184201feec2cdd4a9a8c044f62](https://user-images.githubusercontent.com/11830896/157151029-e5424a5b-7fe4-4a83-8d34-d3ed1f2196b8.jpg)

比如加载以下json只有线,怎样显示“北京市”文字?properties.name 字段 { "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": { "adcode": 110000, "name": "北京市", "center": [ 116.405285, 39.904989 ], "centroid": [ 116.41995, 40.18994 ], "childrenNum": 16, "level": "province",...

When android:layout_marginTop="-45dp" is set, the partial blur effect of the status bar is invalid

快进快退和选定时播放都会重新缓冲播放,这个怎么解决啊?谢谢!