choiceyou / FWPopupView

弹窗控件:支持AlertView、Sheet、自定义视图的PopupView。AlertView中可以嵌套自定义视图,各组件的显示隐藏可配置;Sheet仿微信样式;同时提供自定义弹出。更多配置请参考”可设置参数“,提供OC使用Demo。
MIT License
471 stars 63 forks source link

建议FWPopupItem增加一个设置字体的属性,而不是在FWPopupViewProperty全局设置 #14

Closed YouthKnowsNoPain closed 5 years ago

choiceyou commented 5 years ago

• v4.0.5: 1、FWAlertView、FWSheetView、FWDateView 中相关字体默认改为不加粗,即boldSystemFont 改为systemFont; 2、FWPopupItem中新增itemTitleFont,该属性优先权大于全局变量,如需使用该变量可使用:初始化方法3;

YouthKnowsNoPain commented 5 years ago

FWSheetView中是否可以添加单独设置取消按钮的字体颜色和字体大小的属性

choiceyou commented 5 years ago

可以增加,还有其他需求吗?

YouthKnowsNoPain commented 5 years ago

没有了。感谢!

choiceyou commented 5 years ago

• v4.0.6: 1、解决某个类中同时存在两个非懒加载方式的弹窗成员变量,前一个点击外部隐藏时会影响另外一个弹窗显示的问题; 2、FWSheetView:FWSheetViewProperty可设置取消按钮的字体颜色、大小以及背景颜色;