DOPO
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:...
 pod 'MaterialComponents/BottomNavigation+Theming'
menuViewController.appearance.popMenuColor.backgroundColor = .solid(fill: .white) 
setRipple(true, Color.parseColor("#000000")) app:bl_ripple_color="#000000"
不能设置tip相对于view剧中?
如图,四边都有被切割 
比如加载以下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
快进快退和选定时播放都会重新缓冲播放,这个怎么解决啊?谢谢!