Jackie
Jackie
请问下,我在tableView中设置两种类型的cell,设置的代码是一样的,但是为啥我切换到夜间模式的时候第二种类型的cell的背景颜色没有切换到夜间模式呢? @pickerify(SYMineOneCell, cellTintColor) @pickerify(SYMineTwoCell, twoCellTintColor) ``` -(UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{ if (indexPath.row == 0 || indexPath.row == 1 || indexPath.row == 4) { SYMineOneCell *oneCell = [tableView dequeueReusableCellWithIdentifier:SYMineOneCellID forIndexPath:indexPath];...
我在自定义了一个xib,xib高度165,底部有一个UIView高度44,然后上面有5个UIView等宽等高,然后我使用下面的代码将其弹出: ``` JNShopDetailAlertView *settingModelView = [JNShopDetailAlertView createShopDetailAlertView]; settingModelView.frame = CGRectMake(0,0,JNScreen,165); TYAlertController *alertController = [TYAlertController alertControllerWithAlertView:settingModelView preferredStyle:TYAlertControllerStyleActionSheet]; alertController.backgoundTapDismissEnable = NO; settingModelView.clickCancelBlock = ^{ [alertController dismissViewControllerAnimated:YES]; }; [self presentViewController:alertController animated:YES completion:nil]; ```...
我项目中的sheet样式类似于系统自带的样式,就是左右两边有20的间距,然后带一点圆角,如果我想要类似于这样的效果,不知道怎么设置呢?
你好,我集成了LBXNative和UI,但是使用过程中出现了点小问题,我想的是点击按钮push到LBXScanViewController,代码: - (IBAction)clickQRCode:(id)sender { LBXScanViewController *vc = [LBXScanViewController new]; vc.libraryType = SLT_Native; vc.scanCodeType = SCT_QRCode; vc.isOpenInterestRect = YES; vc.delegate = self; vc.cameraInvokeMsg = @"相机启动中"; vc.isNeedScanImage = YES; [self.navigationController pushViewController:vc animated:YES];...
我实现数据源方法自定义了搜索建议之后,点击搜索发送网络请求请求数据,但是我发现,我用一个可变数组去接数据之后,我无法刷新tableView去重走一边数据源的方法给自定义Cell中的控件赋值,是怎么回事呢,急求!!!
在体验Demo的时候,点击开始转换程序直接崩溃,是正常现象吗?下面是打印的崩溃日志: 2018-03-12 21:38:09.977557+0800 BGFMDB[73614:3660519] 调试输出: insert into My(BG_sex,BG_foods,BG_dog,BG_intro,BG_bg_updateTime,BG_bg_createTime,BG_body,BG_name,BG_dogs,BG_bodys) values(?,?,?,?,?,?,?,?,?,?); 2018-03-12 21:38:09.981172+0800 BGFMDB[73614:3660519] 调试输出: select * from My 2018-03-12 21:38:09.983643+0800 BGFMDB[73614:3660519] -[__NSDictionaryM containsString:]: unrecognized selector sent to instance 0x600000234140 2018-03-12 21:38:09.990227+0800...
我在下面的代码中设置了指示器为绿色 DOP``` DropDownMenu *menu = [[DOPDropDownMenu alloc] initWithOrigin:CGPointMake(0, 64) andHeight:44]; menu.separatorColor = [UIColor blueColor]; menu.indicatorColor = [UIColor greenColor]; menu.textColor = [UIColor redColor]; menu.showBottomImage = YES; menu.delegate = self; menu.dataSource =...
在xib中为啥已经用不了YYLabel了
Missing package product 'FirebaseCrashlytics' Missing package product 'FirebaseAnalyticsSwift'