夕若
夕若
调试发现此时alertController的view高度为0,导致各子view都无法显示出来。 SPAlertController *alertController = [SPAlertController alertControllerWithTitle:nil message:nil preferredStyle:SPAlertControllerStyleActionSheet]; alertController.needDialogBlur = YES; SPAlertAction *actionQuit = [SPAlertAction actionWithTitle:CMString(@"自己", nil) style:SPAlertActionStyleDefault handler:^(SPAlertAction * _Nonnull action) { }]; [alertController addAction:actionQuit]; SPAlertAction *actionKill = [SPAlertAction...
R.I.P
1200多行,- (void)searchBarSearchButtonClicked:(UISearchBar *)searchBar方法,断点没有走
另外,上拉加载好像会替换掉原本设置的footerConponent是吗?
比如年龄、城市、一般的string数组等展示,好像没有合适的模式。