选择器可以不是弹窗的方式吗?而是直接内嵌在页面里的
目前都是在弹窗里面的
9hongfeng9 [email protected]于2021年2月2日 周二下午5:21写道:
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/crazyandcoder/citypicker/issues/210, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADBXQBDZFKGOL4WMSDPPZKLS467ZDANCNFSM4W6I26HQ .
看了下源码,CityPickerView里封装了PopupWindow,也可以考虑封装到比如RelativeLayout里,这样有特殊需求的同学,使用起来也更加灵活,不一定都非得弹窗
@9hongfeng9 感谢反馈,后期会考虑封装到view中