xhjss
xhjss
IQKeyboardManager 自定义view的时候,Field还是被挡住
ActionView 背景是否可以不透明
SPAlertController *alertController = [SPAlertController alertControllerWithTitle:nil message:nil preferredStyle:SPAlertControllerStyleActionSheet]; SPAlertAction *contact = [SPAlertAction actionWithTitle:ASLocalized(@"解除绑定") style:SPAlertActionStyleDefault handler:^(SPAlertAction * _Nonnull action) { NSLog(@"无效"); }]; SPAlertAction *cacel = [SPAlertAction actionWithTitle:ASLocalized(@"取消") style:SPAlertActionStyleDefault handler:nil]; [alertController addAction:contact]; [alertController...
点击高亮效果没有,希望作者改进下
### 提出问题前请先确认完成了下列几项步骤 New Issue Checklist * [ ] 我已经阅读过 [贡献指南](CONTRIBUTING.md) I have read and understood the [CONTRIBUTING guide](CONTRIBUTING.md) * [ ] 我已经阅读过 [程序文档]((http://cocoadocs.org/docsets/YTKNetwork)) I have read the [Documentation](http://cocoadocs.org/docsets/YTKNetwork) * [...
比如说我的token 失效了,就要返回到登录界面,在哪里统一处理, 还有一个问题,我要加公共参数,不是在url上面拼接,而是加到表单里,怎么增加
请问下 我一个项目里有多个域名怎么配置呢
self.titleLabel.sd_layout .topSpaceToView(self.iconImageView, 14) .centerXEqualToView(self.iconImageView) .autoWidthRatio(0) .autoHeightRatio(0);
弄个OC的 Sheet 和 Alert 的哈