文件名称:ALBusSeatView:巴士座位视图选择
文件大小:2.68MB
文件格式:ZIP
更新时间:2024-05-04 08:43:55
reservation bus seat hacktoberfest seatview
ALBusSeatView :seat: 例子 要运行示例项目,请克隆存储库,然后首先从Example目录运行pod install 。 屏幕截图 开始 选择 性别选择 哎呀! 安装 可通过获得 。 要安装它,只需将以下行添加到您的Podfile中: pod 'ALBusSeatView' 用法 // If you want to config more // let config = ALBusSeatViewConfig() // ALBusSeatView(withConfig: config) let seatView = ALBusSeatView () seatView. delegate = self seatView. dataSource = self view. addSubview (seatView) // ALBusSeatViewDataSource func sea