问题 1 使用 Masonry 写在 block 中链式方式实现的约束如何转成 js
[talkButton mas_remakeConstraints:^(MASConstraintMaker *make) {
make.centerX.equalTo(self.topView.mas_centerX);
make.width.equalTo(self.topView).multipliedBy(70/75.0);;
make.height.equalTo(self.topView.mas_height).multipliedBy(88/210.0);
make.centerY.equalTo(self.topicText.mas_centerY);
}];
问题 2 使用调用单例方法设置值一直出错
[[UserInfoManager sharedInstance] setPublishOrder:info];
//参数类型 NSDictionary
ps:目前使用 Xcode7.3 出现一个问题如果出现 jx 执行出错就卡死,必须杀进程,花费了大量的调试时间