kamendo
kamendo
this is part of the log translatesAutoresizingMaskIntoConstraints) ( " H:[UIView:0x7fcb10e31a20(80)] (Bar view 0, (null))", " H:[UIView:0x7fcb10e31a20(100)] (Bar view 0, (null))" ) .... Terminating app due to uncaught exception 'NSInvalidArgumentException', reason:...
Please add support for edgesToSuperview(margins:true) that will attach to layoutMarginsGuide
I am sub-classing M13CheckBox ``` init(title:String) { super.init(frame: CGRect()) self.boxType = .square self.markType = .checkmark self.backgroundColor = UIConstants.buttonBorderColor self.cornerRadius = 3 } ``` but I have the following error on...
Hi, My problem is that convertResponseToResult function does not always include the original URLRequest So if the error is "No internet" we will get MoyaError.underlying(error, nil), i.e. the error is...