You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** If buttons' bottom view can scrolling. Default is NO.*/
@property (nonatomic, assign, getter=canScrolling) BOOL scrolling;
/** Visible buttons' count. You have to set `scrolling = YES` if you want to set it.*/
@property (nonatomic, assign) CGFloat visibleButtonCount;
因为item个数不定,太多时超出屏幕高度,能否提供api限定view最大高度占屏幕高度的比例
The text was updated successfully, but these errors were encountered: