shandawy

Results 5 issues of shandawy

/// 相机分辨率 public var sessionPreset: Preset = .hd1280x720 这个默认设置

/// 照片选择的最大文件大小,为0则不限制 public var maximumSelectedPhotoFileSize: Int = 0 能限制图片尺寸吗

- (UITableView *)tableView { if (!_tableView) { _tableView = [[UITableView alloc] initWithFrame:CGRectMake(0, 0, kScreenWidth, kScreenHeight) style:UITableViewStylePlain]; _tableView.dataSource = self; _tableView.delegate = self; _tableView.estimatedRowHeight = 0; _tableView.estimatedSectionFooterHeight = 0; _tableView.estimatedSectionHeaderHeight =...

bug

**描述bug** 我使用了JXSegmentedView框架 override func listContainerView(_ listContainerView: JXSegmentedListContainerView, initListAt index: Int) -> JXSegmentedListContainerViewListDelegate { switch index { case 0: return NQPersonalQuestionListVC(actType: NQMyActType.Favorite.rawValue) case 1: return NQPersonalAnswerListVC(actType: NQMyActType.Favorite.rawValue) case 2: return NQPersonalEventListVC(vcType:...

bug